FORMULA IF ISBLANK

I have a column called "Price" and a column called "''''Became a Lessee". I need to populate in the "Price column. If the "Became a Lessee" is blank, the "Price" column needs to stay blank. If the "Became a Lessee" is before 01/01/2021, the "Price" column needs to say $2500. If the "Became a Lessee" is equal to or after 01/01/2021, the "Price" column needs to say $7000.


I tried =IF(ISBLANK([became a lessee]@row)), "",IF([became a lessee]@row <= (DATE(2021, 1, 1)), "$7000", =IF([became a lessee]@row < (DATE(2021, 1, 1)), "$2500", "" and got #UNPARSEABLE


I tried other variations as well and can't seem to find the right formula. Some say #UNPARSEABLE and others say #INCORRECT ARGUEMENT.


Can someone please help?


Thanks.

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!