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

Trying to figure out the formula. I'm looking for 3 conditions here

  1. IF cell is "0" true insert "-"
  2. IF cell is "-" true insert "-"
  3. IF(AND cell is > "0" AND cell = "-" true insert "-"
  4. 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

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!