Andrew Tertes
New Member
I'm using the following formula to do a VLOOKUP in order to lookup numbers from worksheet1, column F with column A of worksheet2, and then to populate numbers from worksheet2, Column 2 to the active worksheet1's cell with the formula.
Every month I have a new Worksheet1, and frequently the formula doesn't return data in cells even when the same numbers appear on both worksheets. For example:
If the active worksheet1 has 44004 in cell F2, and on worksheet2 44004 is in cell A2, I want the data from worksheet2 Column 2 to appear in the cell with the formula. However, I'm getting a blank cell. If I don't use the IFERROR formula, I get #N/A.
=IFERROR(VLOOKUP($F2,'Worksheet2'!$A$2:$AJ$81,2,FALSE),"")
The cell's format is "General".
How can I have the data I want to appear?
Every month I have a new Worksheet1, and frequently the formula doesn't return data in cells even when the same numbers appear on both worksheets. For example:
If the active worksheet1 has 44004 in cell F2, and on worksheet2 44004 is in cell A2, I want the data from worksheet2 Column 2 to appear in the cell with the formula. However, I'm getting a blank cell. If I don't use the IFERROR formula, I get #N/A.
=IFERROR(VLOOKUP($F2,'Worksheet2'!$A$2:$AJ$81,2,FALSE),"")
The cell's format is "General".
How can I have the data I want to appear?