LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.misc
external usenet poster
 
Posts: 1,231
Default Using Excel/programming in Excel to plan meetings

wrote...
....
What I do is simply shade/fill cells when people are free in
GREEN ...and when one person is busy I shade them GREEN
(a bit tedious itself as I have to select each cell, then
choose the fill colour)


Right. Tedious. So don't use this approach.

If you have time slots in B1:U1 (every 1/2 hour from 8:00 AM to 6:00
PM) and names in A2:A49 (48 people), then select B2:U49, press [Ctrl]
+1, select the Number tab in the Format Cells dialog, choose the
Custom category, enter ;;; in the box just below Type: on the right,
and Click the OK button.

Next, with the same cells selected, run the menu command Format
Conditional Formatting, leave Cell Value Is in the rightmost entry
box, change the middle entry box to 'not equal to' using its drop-down
list, enter ="" (an equal sign followed by 2 double quotes, NOTHING
ELSE) in the right entry box, click on the format button use the
abbreviated Format Cells dialog to set the background color to green,
click OK in the Format Cells dialog, then when you return to the
Conditional Formatting dialog click OK there as well.

Now all you need to do is enter anything in any of the cells in B2:U49
to indicate that a particular person is available at a particular time
- much easier than formatting each cell.

You could also use Conditional Formatting in the time heading cells in
B1:U1 to check whether all or all but one persons are available, e.g.,
for 9:00 AM to 9:30 AM (col D), cell D1's conditional format would
have Formula Is in the leftmost entry box and the formula

=COUNTBLANK(B$2:B$49)<2

in the rightmost (only other) entry box. The only other thing needed
would be to give it a distinctive format.

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
create an excel calendar w/ recurring meetings rsargeng New Users to Excel 1 January 11th 10 08:04 PM
Project Plan reporting in excel Urgent question regarding LIST[_2_] Excel Discussion (Misc queries) 1 January 29th 08 10:57 PM
Using Excel/programming in Excel to plan meetings [email protected] Excel Discussion (Misc queries) 3 March 17th 07 09:52 PM
Excel template that lists each month's meetings w/ some detail Diane Excel Discussion (Misc queries) 0 October 20th 05 02:51 AM
how to use excel to do plan how to use excel to do plan Excel Programming 1 February 24th 05 04:32 PM


All times are GMT +1. The time now is 09:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"