Hi everyone,
I have a column with a list of part numbers. The format property of this column is set to TEXT (as the part numbers contain both numbers and characters)
I am performing a MATCH (and also some other lookup functions such as VLOOKUP) calculation to find the row number of a part number.
=MATCH("PART001", B:B, 0)
PART001 exists in B:B but the return is always #N/A
Now if I click in the cell that contains the word PART001, then click the formula bar, then just press ENTER (without changing anything) - The match function returns the correct row number.
Having to click on a cell, press enter is not really viable as I have several thousand rows to do this on.
Is this is a bug?
Thanks
I have a column with a list of part numbers. The format property of this column is set to TEXT (as the part numbers contain both numbers and characters)
I am performing a MATCH (and also some other lookup functions such as VLOOKUP) calculation to find the row number of a part number.
=MATCH("PART001", B:B, 0)
PART001 exists in B:B but the return is always #N/A
Now if I click in the cell that contains the word PART001, then click the formula bar, then just press ENTER (without changing anything) - The match function returns the correct row number.
Having to click on a cell, press enter is not really viable as I have several thousand rows to do this on.
Is this is a bug?
Thanks