I often use an array formula to pull specific data from a database to a list. In my latest spreadsheet, the IF statement inside my formula is not working. It is treating every test as true.
With a little testing I discovered that the IF statement works when entered as a standard formula (column M of "Sponsors" tab on attached sample), but returns true for everything as an array formula (column N).
Formula in cells A4:A24 of "Dinner" tab:
=IFERROR(INDEX(Name,SMALL(IF(OR(Platinum>0,Gold>0,Silver>0,Scholar>0),ROW(ActiveRows)),ROWS($A$4:A4))),"")
Any ideas about changing the IF statement to make it work would be greatly appreciated.
Bookmarks