Formula within a formula

Laurie
ββ
Good afternoon everyone,
I was wondering if it is possible to do an IF formula with a date formula in the same cell?
I would like to do the following, but also subtract the number of working days between two dates.
IF(Status@row "Complete", 0, .....
Below is the formula I have now.
Tags:
Answers
-
HI @LaurieΒ ,
I was wondering if it is possible to do an IF formula with a date formula in the same cell?
Yes, of course you can can. Try this formular:
=IF(Status@row="Complete"; 0; [End Date]@row - [Start Date]@row)
Hope it helps!
-
Hi Thinh,
I tried this but it came back with UNPARSEABLE. Do you have any other suggestions?
Actually, I went back in and saw you put semi-colons, so I replaced those with commas and it worked great! Thank you!
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!