Hello,
Can someone help convert this excel formula to SS?
=IF([DAY COUNTER]1 = "1", =TODAY(), IF([DAY COUNTER]1 = "2", =TODAY() + 1, IF([DAY COUNTER]1 = "3", =TODAY() + 2, [DAY COUNTER]1)))
Expected result is to determine that 1 = current date, 2 = current date+1, 3= current date+2
I'm not sure if I'm explaining it correctly but hoping someone can help this newbie. Much thanks!