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)
https://www.linkedin.com/in/zchrispalmer/
-
@Mr. Chris Thank you so much! This was super helpful!
-
Happy to hear this worked for you :-)
https://www.linkedin.com/in/zchrispalmer/
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!