Need help with a formula for the "Yes, No, Hold" column
I am using the below formula to change the Status Column from "Yes, No, Hold" depending on the various license status'. The part of the formula that is not working is " IF(AND([GL Status]@row = "Expired", [WC Status]@row = "Expired", [Lic. Status]@row = "Expired"), "No" " i have a couple rows that have expired status' but it is not changing the Status Column to "No"
=IF(OR([GL Status]@row = "Requested", [WC Status]@row = "Requested", [W-9]@row = 0), "Hold", IF(AND([GL Status]@row = "Active", [WC Status]@row = "Active", [Lic. Status]@row = "Active"), "Yes", IF(AND([GL Status]@row = "Expired", [WC Status]@row = "Expired", [Lic. Status]@row = "Expired"), "No")))
Answers
-
@SvannahBM It looks like the "W-9" reference is missing from the portion of the formula you mentioned in your first paragraph. So when the W-9 is not 1 (checked) the status will be "Hold"
If you add the W-9 column to your formula with the correct criteria it should work out.
Help Article Resources
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
Check out the Formula Handbook template!