how to alter cell format if cell contains text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create an appointment book for four staff members to use
across a network. When an appointment is made, I would like the cell
containing the name of the client to be shaded (as well as the cell to the
immediate right of it) while all free appointment times remain white. I dont
know how to use istext and conditional formatting together when I am
conceivable affecting 365 days with 6 available times per day. Any ideas?
 
Select the two cells you want to be shaded -> Conditional Formatting

Formula is =COUNTA($A1)


Hope this helps.
 
Thanks Morrigan
I couldnt make that work. I've not used conditional formatting before which
is why I'm a bit vague about all this. I need the cell containing the name
of the person who has booked an appointment to become grey to help identify
the other free appointment times and your suggestion left the cell grey until
I clicked away from it. Any other ideas? Thanks for your time!
 
What this formula does is whenever A1 is not empty, it will be shaded.
Let's say you input John Smith into cell A1, then A1 should turn grey.
Once you delete the name, A1 should be white again.

Is that how you want it?

Thanks Morrigan
I couldnt make that work. I've not used conditional formatting befor
which
is why I'm a bit vague about all this. I need the cell containing th
name
of the person who has booked an appointment to become grey to hel
identify
the other free appointment times and your suggestion left the cell gre
until
I clicked away from it. Any other ideas? Thanks for your time!
 
OK, got that working, thanks Morrigan! Now, any idea how to copy that
conditional format to innumerable cells? I take it I cant do the same but
format the cells' alignment (ie, merge them)?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top