I have a table called "Receiving_List" that is filled with receiving numbers and chemical names. I'm trying to lookup the chemical name based on the receiving number.
Here is the formula I've entered:
=VLOOKUP(C2,Receiving_List,2,FALSE)
C2 is the box with the receiving number I've entered, Receiving_List is the name of the table I'm trying to get data from (it's on a different worksheet in the same file if that matters), and 2 means it's the second column from that table.
Here is the result that it shows:
=VLOOKUP(C2,Receiving_List,2,FALSE)
It doesn't show the value from that function, it just shows the function. I've checked if formula auditing was turned on, but it was off as it should be. When I click the formula editor (the fx button) it gives a preview saying that the result in that box should be "Methanol", which is correct.
What is wrong? Why won't it just show me the damn answer?
Here is the formula I've entered:
=VLOOKUP(C2,Receiving_List,2,FALSE)
C2 is the box with the receiving number I've entered, Receiving_List is the name of the table I'm trying to get data from (it's on a different worksheet in the same file if that matters), and 2 means it's the second column from that table.
Here is the result that it shows:
=VLOOKUP(C2,Receiving_List,2,FALSE)
It doesn't show the value from that function, it just shows the function. I've checked if formula auditing was turned on, but it was off as it should be. When I click the formula editor (the fx button) it gives a preview saying that the result in that box should be "Methanol", which is correct.
What is wrong? Why won't it just show me the damn answer?
