thorpyuk
Well-known Member
- Joined
- Mar 14, 2006
- Messages
- 1,453
Hiya,
My INDEX formula isn't working.... i cant seem to isolate the column correctly...
=INDEX(Despatches_Weekly_Total_Countries,ROW()-7,MATCH(F3,INDEX(Despatches_Weekly_Total_Countries,1),0))
It's picking up the row no problem.
Despatches_Weekly_Total_Countries is my array (27 rows, 57 columns)
I need to match Cell F3 to a value on the first row...
Arg, does MATCH work on non-numeric values? :S
My INDEX formula isn't working.... i cant seem to isolate the column correctly...
=INDEX(Despatches_Weekly_Total_Countries,ROW()-7,MATCH(F3,INDEX(Despatches_Weekly_Total_Countries,1),0))
It's picking up the row no problem.
Despatches_Weekly_Total_Countries is my array (27 rows, 57 columns)
I need to match Cell F3 to a value on the first row...
Arg, does MATCH work on non-numeric values? :S