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