I'm trying to get an index match formula to enter the number of a quarter based of the month completed name between my working sheet and a helper sheet:
=IFERROR(INDEX({SourceMonthName}, MATCH(MONTH[Month Complete]@row), {SourceQuarterNUmber}, 0), "")
I keep getting #unparseable