Hi, Tek-Tippers!
For some reason, VLOOKUP in Excel 2003 is giving me #N/A when I can see the matching value right there next to it.
I have a list of File IDs which are numerical but have a General Format in Excel, since we aren't adding them together or anything else mathematical. Each one is tied to a currency amount.
Each month, I need to know if the currency amount has changed from last month, and which File IDs weren't on last month's list (new File IDs with currency).
So using something like this:
400071 75
400073 60
400075 22
400078 221
and matching it against this:
400071 105
400073 75
400075 33
400077 135
400078 221
I should get
400071 30
400073 15
400075 11
400077 #N/A (new File ID)
400078 0
It has worked for months. Suddenly, I'm getting #N/A on File IDs that exist in my list, and worked last month.
The VLOOKUP is standard: =VLOOKUP($B52,I:J,2,FALSE)
Column B is File ID from the newest month's list.
Columns I and J are File IDs and currency from last month.
If the File ID was in last month's list, the second column's value should be shown (the currency amount) and if not, #N/A should show, telling me the File ID didn't exist last month.
But it's not... it's telling me File IDs are new when I can see them in Column I with currency in Column J.
What should I look for to troubleshoot this? Thanks for any help you can give me.
Michelle Hakala
For some reason, VLOOKUP in Excel 2003 is giving me #N/A when I can see the matching value right there next to it.
I have a list of File IDs which are numerical but have a General Format in Excel, since we aren't adding them together or anything else mathematical. Each one is tied to a currency amount.
Each month, I need to know if the currency amount has changed from last month, and which File IDs weren't on last month's list (new File IDs with currency).
So using something like this:
400071 75
400073 60
400075 22
400078 221
and matching it against this:
400071 105
400073 75
400075 33
400077 135
400078 221
I should get
400071 30
400073 15
400075 11
400077 #N/A (new File ID)
400078 0
It has worked for months. Suddenly, I'm getting #N/A on File IDs that exist in my list, and worked last month.
The VLOOKUP is standard: =VLOOKUP($B52,I:J,2,FALSE)
Column B is File ID from the newest month's list.
Columns I and J are File IDs and currency from last month.
If the File ID was in last month's list, the second column's value should be shown (the currency amount) and if not, #N/A should show, telling me the File ID didn't exist last month.
But it's not... it's telling me File IDs are new when I can see them in Column I with currency in Column J.
What should I look for to troubleshoot this? Thanks for any help you can give me.
Michelle Hakala