Forum Discussion
pipelinerapp
Dec 22, 2019Copper Contributor
Index - Match array that has multiple formulas in cells.
I need to be able to organize a list of items by searching one column/row and then having the the result of the search display them next to the numerical row. When I use the INDEX-MATCH formula I ke...
SergeiBaklan
Dec 23, 2019Diamond Contributor
You screenshort is different form the file attached to your post, it's hard to say what exactly you'd like to calculate.
If make a guess, in row 7 of the file you have texts which represents 042, 043, etc. In row 29 of the file 042, 042, etc are numbers formatted with leading zero. Thus MATCH() on them returns #N/A error since there are no matches. You need to convert texts to numbers using double dash in front within the formula.
pipelinerapp
Jan 03, 2020Copper Contributor
YOU ARE MY F***ING HERO.
THANK YOU SO MUCH FOR YOUR HELP.
I TRIED TO REPHRASE THAT QUESTION FOR A WEEK ON GOOGLE AND IT NOT ONCE LEAD ME TO THE DOUBLE DASH.
THANKS AGAIN