Should I use IF or IF(AND....or Something Else?
Good afternoon everyone.
I was hoping someone could help me with a formula I'm having an issue with I tried a few different equations. I found by removing one of the parts of the equation, I received a Yes response, however, when I tried adding in the other part, I received an error of either "Incorrect Argument Set" or "Unparseable". The equations I tried are attached.
Best Answer
-
Hi, Laurie. I think your issue may be parentheses placement. Try this:
=IF(AND(Open@row = "Closed", Days@row < 30), "Yes", "No")
or try
=IF(AND(Days@row <30, Open@row = "Closed"), "Yes", "No")
Answers
-
Hi, Laurie. I think your issue may be parentheses placement. Try this:
=IF(AND(Open@row = "Closed", Days@row < 30), "Yes", "No")
or try
=IF(AND(Days@row <30, Open@row = "Closed"), "Yes", "No")
-
Thank you so much Danielle! The first formula worked perfectly. 😃
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!