Feb 01 2022 06:53 AM
This shouldn't be this hard. I'm working in Excel 2013
I want to return values to fill in contact information from a different spreadsheet file (or even a tab) based on a record number (RGA #).
Feb 01 2022 08:18 AM
In C5 on the Invoice sheet:
=IFERROR(VLOOKUP(B2,'2022'!A:G,2,FALSE),"")
In C6:
=IFERROR(VLOOKUP(B2,'2022'!A:G,5,FALSE),"")
In C7:
=IFERROR(VLOOKUP(B2,'2022'!A:G,7,FALSE),"")
In C8:
=IFERROR(VLOOKUP(B2,'2022'!A:G,3,FALSE),"")
In C9:
=IFERROR(VLOOKUP(B2,'2022'!A:G,4,FALSE),"")