My company has done many of these suggestions (bowling, lunch, bar, etc), but in reality they don't do much for team building.
What usually happens is that the teams are always the same: People naturally team up with those that they work closest with, so no intermingling occurs.
I don't like...
What OS are you using? With Windows 2000, if you use the scheduled task wizard you cannot set the frequency to a more granular level than once/day until you click the finish tab. Once you do that, you'll have access to an "advanced" button on the Scheduled section of the form. From there you...
from Excel help:
To produce random integers in a given range, use this formula:
Int((upperbound - lowerbound + 1) * Rnd + lowerbound)
Here, upperbound is the highest number in the range, and lowerbound is the lowest number in the range.
if you want a 4-digit number, wrap the result with the...
You can use named ranges and macro code, or it might be simpler just to use conditional formatting.
If you want to go the macro route, here's the high-level logic:
For each cell in range
if cell.value = "ABC" then
<change text font color>
end if
next cell
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.