Table one holds City, County, Desc, Code and District Office. Table two has many columns but the one column I am VLOOKUPing is R_City. Which of course holds the city. The formula I have is =VLOOKUP([[#ThisRow],[R_City]],TableOne,5).
Table One:
A R_City B County C Desc D Code E DO
Jacksonville Duval City 1003 Jacksonville
Miami Miami-Dade City 1010 Miami
For some reason it is pulling the DO from the line above. So if I am looking up Miami (the city) and I want the District Office (DO) Miami. But for some reason it is pulling Jacksonville as the DO.
Now I have sorted some of the records but I also I have put them back into the original order. Nothing seems to work correctly.
Table One:
A R_City B County C Desc D Code E DO
Jacksonville Duval City 1003 Jacksonville
Miami Miami-Dade City 1010 Miami
For some reason it is pulling the DO from the line above. So if I am looking up Miami (the city) and I want the District Office (DO) Miami. But for some reason it is pulling Jacksonville as the DO.
Now I have sorted some of the records but I also I have put them back into the original order. Nothing seems to work correctly.