Combining two IFs
I need help with building formula within a cell.
There are three fields related to the formula that I am building.
[Close Date] , [Total Days to Close Ticket] , [Aging]
I am building this formula for the [Aging] column.
I have built the two formulas below and they work separately but my challenge is with how to combine these two IFs successfully.
Formula 1) =IF(ISBLANK([Close Date]@row), "NA")
Formula 2) =IF(NOT(ISBLANK([Close Date]@row)), [Total Days to Close Ticket]@row)
My goal is to build a formula where If Close Date field is blank, populate "NA" but, if Close Date Field is not blank, populate the value from the field Total Days to Close Ticket.
I built them separately but not sure how to combine these two.
Thanks in advance.
Answers
-
Hi @jincarney
Something like this perhaps?
=IF([Close Date]@row="","NA", [Total Days to Close Ticket]@row)
-
@Mr. Chris Thank you so much! This was super helpful!
-
Happy to hear this worked for you :-)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!