Help!! :) IF, IF(AND(, IFERROR(INDEX,MACTH(

dharberts
✭✭✭
Trying to figure out the formula. I'm looking for 3 conditions here
- IF cell is "0" true insert "-"
- IF cell is "-" true insert "-"
- IF(AND cell is > "0" AND cell = "-" true insert "-"
- IFERROR(IDEX(MATCH
Here is the formula:
=IF([# Phones]@row = 0, "-", IF([# Phones]@row = "-", "-", IF(AND([# Tablets]@row > 0, [Phone MDM Profile]@row = "-"), "-", IFERROR(INDEX({Phonetype}, MATCH([Cat5]@row, {Cat5}, 0)), "No Phone - Contact IT"), "Country not in scope - Contact IT")))
Getting
#INCORRECT ARGUMENT SET
Best Answer
-
Hey @dharberts
Your INDEX/MATCH doesn't have any criteria against it, that is, IF what about the Phonetype value that is returned by the INDEX/MATCH?
Kelly
Answers
-
Hey @dharberts
Your INDEX/MATCH doesn't have any criteria against it, that is, IF what about the Phonetype value that is returned by the INDEX/MATCH?
Kelly
-
I got it thank you😁
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!