I'd like to populate a "due date". Which is 14 days from a value in the previous column. But if there is no date in the previous column, I'd like the cell to remain blank. I'm struggling on this one. Thank you,
To avoid a long formula, you can also build a small table of values say B1:B3 containing the words blue, green, yellow (say) and your formula then boils down to something like =IF(A1="","",match(D1,B1:B3,0)*7)