=IFERROR(INDEX($O$19:$O$46, MATCH($A9,$N$19:$N$46,0)), "")
My table ranges point to the correct cell lists (verified by the color-coding), but I do not get the correct output. I get the whole formula written in the cell as shown above, instead of the value in the table cell corresponding to the A column pulldown selection..
The cell in this example is in Row #9.
I want to eliminate the [#N/A] error if the A column is blank.