Formula within a formula
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.
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
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!