I have a formula that I use across multiple sheets. It compares one cell entry (from a form) on sheet "A" against a cell on a master sheet and then fills out the cell contents on Sheet A based on master sheet info:
=INDEX({Hospital name}, MATCH([Hospital AU]@row, {AU}), 0)
That's the formula. It has been working for months... and then it has stopped, for no obvious reason and on all the sheets that use the formula.
Now, instead of reading the AU submitted in the form and pulling the Hospital Name from the master sheet based on the AU on the master sheet, it only returns the information from one AU (regardless of what is selected on the form and despite the fact that none of the options available on the form match the returned AU information.
Thoughts?