change cell icon/colour if empty

Raggy

Board Regular
Joined
Jul 30, 2008
Messages
70
Office Version
  1. 2010
Platform
  1. Windows
I want to have a grid where I enter values 1 to 30 for example and in the cells that have no data in then (i.e. the person is on holiday) that it will indicate as such, tried conditions but can only seem to get them to do it if its greater than 0!
I also want to have other cells change their status i.e. show an icon or change fill colour dependant on what the first set of cells have changed to

1609781198458.png
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
conditional formatting should give you this info

Setup a formula using
Cell = ""

So if you select D4 to I21 as shown on the image
then
D4=""
and choose a fill colour
I also want to have other cells change their status i.e. show an icon or change fill colour dependant on what the first set of cells have changed to
Not sure what this means
BUT if it was dependant on what was in column C
then
you can fix the column using a $
so select D4:I21
and then
=$C4 = "fred"
Select a fill colour

now if fred is entered into any C column then that row from column D to I will change colour
 
Upvote 0

Forum statistics

Threads
1,214,823
Messages
6,121,779
Members
449,049
Latest member
greyangel23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top