Hi,
The cells in column B in my spreadsheet can only contain numeric values (I have created a data validation list where only 1 or 0 is permitted). Another column, C, is based on the value in column B, i.e. if a cell in column B has a 1 in it, you're supposed to choose between 1 and -1 in column C. If the cell in column B has a 0 in it you must choose 0 in column C.
What I'd like to do now is to conditionally format the data validation list for all the cells in column C, so as to only display the options 1 and -1 in col C if 1 is entered in col B and only display option 0 in col C if a 0 is entered in col B.
How do I do this?
Bookmarks