I am using this formula to pull distinct entries from another sheet:
=IFERROR(INDEX(DISTINCT({Linked Sheet Range 11}), $IDX@row), "")
The entries are returning as blank - so indicating an error for the whole column. I have used the same formula in the sheet for other data ranges in the same source sheet and it's working fine.
The data in the source sheet is a list of projects, formatted as text / number (example below).
Any thoughts on what is causing this error?