My VLOOKUP function seems to be giving me the results from the prior row. Here's what I have...
4 columns:
Column A is my abbreviated states lookup value
Column B is where I want my results displayed
Columns C&D are my table array where I want the results to pull from column C
So, here's my formula:
=VLOOKUP(A1,$C$4:$D$56,1)
However it appears to be showing the results of the prior row instead of the correct row. So, A1 would be FL, B1 should show "Florida" but it's showing "Delaware". Also for the table array I have it sorted by column D. Any thoughts/suggestions would be greatly appreciated! Thanks.
4 columns:
Column A is my abbreviated states lookup value
Column B is where I want my results displayed
Columns C&D are my table array where I want the results to pull from column C
So, here's my formula:
=VLOOKUP(A1,$C$4:$D$56,1)
However it appears to be showing the results of the prior row instead of the correct row. So, A1 would be FL, B1 should show "Florida" but it's showing "Delaware". Also for the table array I have it sorted by column D. Any thoughts/suggestions would be greatly appreciated! Thanks.