I need change the colour of cell depending on a Letter in the first Cell on the Column
I have 31 Columns, and 15 rows. I need to fill a complete column if the top cell has an ‘S’ located in the text field.
I need to know if they is a way this can be programmed rather than going into each cell and added the following formula @if(Cell1=“S”;“Green.gif”;“White.gif”)
This is taking a long time and it means each time I add a new row, I have add this to each cell.