Hi
I am trying to return a unique word from a Column on my sheet "FinData"
I want to pull unique projects names from the column and create a list of the project names
I have tried a variety of index/match ect and just can seem to get it right
EG:
=INDEX({Project Name}, MATCH(false, ISNOTBLANK({Project Name}), 0))