I have an excel file which is imported from an outside source and contains all the information pertaining to customers, ie contact person, email address, etc., and changes weekly but the file name will remain the same so I can “replace” the file with the new one when saving to my computer. I have my own excel file which is used as a reporting tool. When I enter a customer name on my spreadsheet, I want a formula that will pull and complete the rest of the information from the import file. So when I list a customer name on my file I want it to find that same customer on the other and fill in the other blank cells. There may be up to 100 customers on the imported file.
Example:
[TABLE="width: 729"]
<tbody>[TR]
[TD][/TD]
[TD="colspan: 2"]Imported Spreadsheet
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[TD]G
[/TD]
[TD]H
[/TD]
[TD]I
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Customer Name
[/TD]
[TD]New?
[/TD]
[TD]Mailing Address
[/TD]
[TD]City
[/TD]
[TD]State
[/TD]
[TD]Zip
[/TD]
[TD]Annual $
[/TD]
[TD]Contact Name
[/TD]
[TD]email address
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Maxwell Hardware
[/TD]
[TD]No
[/TD]
[TD]2345 Falling Waters Rd.
[/TD]
[TD]Plainville
[/TD]
[TD]AR
[/TD]
[TD]98524
[/TD]
[TD]230,000
[/TD]
[TD]James Lee
[/TD]
[TD]lee.j@gmail.com
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Tom's Feed & Seed
[/TD]
[TD]Yes
[/TD]
[TD]4682 Main Street
[/TD]
[TD]Jonesburg
[/TD]
[TD]AR
[/TD]
[TD]98539
[/TD]
[TD]165,000
[/TD]
[TD]Tom Leavens
[/TD]
[TD]tlea@gmail.com
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 551"]
<tbody>[TR]
[TD][/TD]
[TD]My Spreadsheet
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD][/TD]
[TD]F
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Customer Name
[/TD]
[TD]Annual $
[/TD]
[TD]City
[/TD]
[TD="colspan: 2"]Contact Name
[/TD]
[TD="colspan: 2"]email address
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Tom's Feed & Seed
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD="colspan: 2"]
[/TD]
[TD="colspan: 2"]
[/TD]
[/TR]
</tbody>[/TABLE]
Example:
[TABLE="width: 729"]
<tbody>[TR]
[TD][/TD]
[TD="colspan: 2"]Imported Spreadsheet
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[TD]F
[/TD]
[TD]G
[/TD]
[TD]H
[/TD]
[TD]I
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Customer Name
[/TD]
[TD]New?
[/TD]
[TD]Mailing Address
[/TD]
[TD]City
[/TD]
[TD]State
[/TD]
[TD]Zip
[/TD]
[TD]Annual $
[/TD]
[TD]Contact Name
[/TD]
[TD]email address
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Maxwell Hardware
[/TD]
[TD]No
[/TD]
[TD]2345 Falling Waters Rd.
[/TD]
[TD]Plainville
[/TD]
[TD]AR
[/TD]
[TD]98524
[/TD]
[TD]230,000
[/TD]
[TD]James Lee
[/TD]
[TD]lee.j@gmail.com
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Tom's Feed & Seed
[/TD]
[TD]Yes
[/TD]
[TD]4682 Main Street
[/TD]
[TD]Jonesburg
[/TD]
[TD]AR
[/TD]
[TD]98539
[/TD]
[TD]165,000
[/TD]
[TD]Tom Leavens
[/TD]
[TD]tlea@gmail.com
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 551"]
<tbody>[TR]
[TD][/TD]
[TD]My Spreadsheet
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD][/TD]
[TD]F
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]Customer Name
[/TD]
[TD]Annual $
[/TD]
[TD]City
[/TD]
[TD="colspan: 2"]Contact Name
[/TD]
[TD="colspan: 2"]email address
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Tom's Feed & Seed
[/TD]
[TD]
[/TD]
[TD]
[/TD]
[TD="colspan: 2"]
[/TD]
[TD="colspan: 2"]
[/TD]
[/TR]
</tbody>[/TABLE]