I have two columns. The first contains a status number and is conditionally formatted by color. The second column has a nested if statement saying if the column 1 cell is 1 column 2 is "New", if column 1 is 3, column 2 is "Active", etc. How do I get column 2 to have the same formatting color as column 1? This needs to by dynamic so that the color in both columns changes when the number in column 1 changes.
To put it another way, the format in the column 2 cells should be the same as that in column 1, dynamically.
Bookmarks