Nested IF Statement with multiple conditions
Trying to figure out how to build this formula and I have tried multiple things. Here are the conditions:
I have a "Contact Aging" column that tells me how long its been from date the inquiry was acquired to today's date
I have another column that shows the customers current status. That status is a dropdown with the options of "New Inquiry", "Left Message" "Form Sent" etc.
I have a third column (RYGB Balls) that I want to show the health of the inquiry/contact using RYGB balls.
I want to have RYGB balls that are dependent on the status but also dependent on the days it's aging. For instance, the ball would be red if the current status is "New Inquiry", "Left Message" or "Second Attempt" (In other words contact has not been made) AND it's been over 2 days.
The trick is I don't want it to turn red if its aged more than 2 days but the customer has been contacted and the status is "Form Sent" or "Form Received" At that point it would be green or blue depending on the status.
Hopefully that makes sense to someone. Thanks in advance.
Comments
-
=IF(AND(OR(Status@row = "New Inquiry", Status@row = "Left Message", Status@row = "Second Attempt"), [Contact Aging] > 2), "Red")
That will give you your Red status. Then you would just have to nest in your IF statements for the other colors by changing the end of the above to:
"Red", IF(...............
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 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