I have a sheet where we want to show if the columns successor 1, 2, and 3 are blank the status column should be red.
If only successor 1 is filled out status should be yellow
If successor 1 and 2 are filled out staus should also be yellow
If all 3 successor columns are filled out the status should be green. Pretty much trying to show the status of completion for these columns.
I've tried if(not(isblank and a few other formulas and can't find the right way to write this. Does anyone have any ideas?