Hello,
I am a project manager and am new to using smartsheets. I am trying to set up a formula with multiple if statements.
Logic: If the due date is between 2/9 and 2/18, add text to cell "Launch - Feb 18". If the Due Date is between 2/19 and 3/1, add text to cell "Training Comms - Mar 1"., etc.
I have been able to create a formula for the first one:
=IF(Due1 < DATE(2021, 2, 18), "Launch - Feb 18")
When I try to add the 2nd if statement, it is unparsable.
Thank you!