T techgirl Board Regular Joined Sep 16, 2002 Messages 164 Dec 20, 2005 #1 I have a data table, 6 rows - 2 columns. The last three cells in column one is empty, the first three cells in column two is empty. Is there any way to format the empty cells to be a specific color.
I have a data table, 6 rows - 2 columns. The last three cells in column one is empty, the first three cells in column two is empty. Is there any way to format the empty cells to be a specific color.
jss1234 Active Member Joined May 28, 2004 Messages 434 Dec 20, 2005 #2 Use conditional formatting in the format menu: Formula is =ISBLANK(A2) Where A2 is the cell you are in Set format and copy and paste formats to the data table
Use conditional formatting in the format menu: Formula is =ISBLANK(A2) Where A2 is the cell you are in Set format and copy and paste formats to the data table
T techgirl Board Regular Joined Sep 16, 2002 Messages 164 Dec 21, 2005 #3 It worked in the spreadsheet but didn't carry over to the charts datatable.