IF, AND, and OR equation
Hello. I am trying to make an IF, AND equation with one of the constituents in the AND equation to have an OR function. The equation would go for the "Amount paid" column. The constituents would be "# of pets", "Talent" and "Time". The "Amount paid" would be $125 if # of pets=1, Talent= External OR Rescue and Time=Half.
Here is what I have: =IF(AND(Talent@row = "External", OR(Talent@row = "Rescue"), [# of pets]@row = 1, Time@row = "Half"), 125)
The equations does not show any errors but does not populate the number.
Best Answer
-
@mpajuelo Try this instead: =IF(AND(AND(OR(Talent@row = "External", Talent@row = "Rescue"), [# of pets]@row = 1), Time@row = "Half"), "125", "")
Answers
-
@mpajuelo Try this instead: =IF(AND(AND(OR(Talent@row = "External", Talent@row = "Rescue"), [# of pets]@row = 1), Time@row = "Half"), "125", "")
-
Works perfectly, thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!