Hi folks, I am having a problem coming up with a formula in excel that will use the vlookup function to pull data into one spreadsheet from a second spreadsheet....
I am currently using
=VLOOKUP(A9,'[Lakeland Cash Out Export (Autosaved).xls]test'!$B$2:$BA$37,2,FALSE)
and it is working, it is pulling the information in, however I need a function that will verify 2 pieces of data exist before pulling data in. Right now I am checking to see if a name exists in both spreadsheets and if it does then pull in the data in column 2....however I need the function to confirm that a name and a date are the same in both spreadsheets before it pulls any data in...
i guess i need a second vlookup using an and statement or something...not sure, but if anybody can help....
if you need a better explanation please let me know....
I am currently using
=VLOOKUP(A9,'[Lakeland Cash Out Export (Autosaved).xls]test'!$B$2:$BA$37,2,FALSE)
and it is working, it is pulling the information in, however I need a function that will verify 2 pieces of data exist before pulling data in. Right now I am checking to see if a name exists in both spreadsheets and if it does then pull in the data in column 2....however I need the function to confirm that a name and a date are the same in both spreadsheets before it pulls any data in...
i guess i need a second vlookup using an and statement or something...not sure, but if anybody can help....
if you need a better explanation please let me know....