Okay, so I am using Vlookup to compare two tables. For argument sake I am comparing two addresses. If they match the vlookup simply returns the same address as the matched address. This is where I am stuck. I need to return a location number for the matching address instead. For the life of me I cannot figure this out. I know it should be easy but I can't seem to get the logic right for excel. Here is some data to work with.
Formula for VLookup: =VLOOKUP(D70,'Update sysID'!G$1:G$8953,1,FALSE) This compares the address in my table (columnD) to the table array "Update sysID" and when it finds a matching address it just displays it. In Update sysID table, column F contains an ORGID that I want to display instead. How would the formula work? So lets say that it finds the address in row 3234 and the addresses match then I want it to return the value for F3234 instead of the matching address in G3234. The data is all contained in the same workbook. The vlookup is located on "address match" sheet
Formula for VLookup: =VLOOKUP(D70,'Update sysID'!G$1:G$8953,1,FALSE) This compares the address in my table (columnD) to the table array "Update sysID" and when it finds a matching address it just displays it. In Update sysID table, column F contains an ORGID that I want to display instead. How would the formula work? So lets say that it finds the address in row 3234 and the addresses match then I want it to return the value for F3234 instead of the matching address in G3234. The data is all contained in the same workbook. The vlookup is located on "address match" sheet