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.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives