I am having a problem with my Vlookup formula I am hoping that I can get some help. The formula is on Sheet1 cell Y15. I am trying to do a lookup based on account number on sheet 1 and 2. on Sheet 1 the account number is in Column C the column header is C11. On sheet 2 the account # column is column B. In Cell Y15 on sheet 1 I want the address field from sheet 2 Column H when the account numbers match.
Any help is appreciated.
Any help is appreciated.
Code:
=VLOOKUP(C11,Sheet1!C:C,Sheet2!H:H,FALSE)