12
Oct
Oct
In Excel how would you’ve a condition format that when another cell changes the format changes. Eg. My spreadsheet is for Conference room booking, and I enter what suite they would like, and they all have different numbers of people they have the ability to fit in them. How would you format it so it goes red when you have too many people that gets booked in, but that changes with the suite entered in.
Thanks for any help
Answer:
if you have your suite name in column A, the number of people who can fit into the suite in column B and the number currently booked in in column C, then to perform a conditional format on rows B-C, do the following :
Highlight columns A-C
Choose Format->Conditional Formatting…
Select the condition “Formula is”
Type in the formula
=$C1>$B1
Add your formatting for cells that satisfy this criteria
This entry was posted
on Sunday, October 12th, 2008 at 6:21 am and is filed under Software.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or TrackBack URI from your own site.