Combine 2 VLOOKUPs to give returns in same cell

Superstig666

New Member
Joined
Oct 28, 2014
Messages
9
Hi everyone

Are you able to help, im using a vlookup to return text in a coloumn on a different tab if there is a match based on a cell in my main working tab.

This currently looks at my August tab but I would also like it to return any text from a previous month too i.e a July tab

My curren formula here works for one return

=VLOOKUP('Current Extract'!F6, 'August 2020'!F:V,16,FALSE)

But I need something like this, can someone help how to merge 2 VLOOKUPs as I'm getting an error ?

=VLOOKUP('Current Extract'!F6, 'August 2020'!F:V,16,FALSE)&VLOOKUP('Current Extract'!F6, 'July 2020'!F:V,16,FALSE)

Any ideas?
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Try wrapping them both in an iferror
=iferror(VLOOKUP('Current Extract'!F6, 'August 2020'!F:V,16,FALSE),"")&iferror(VLOOKUP('Current Extract'!F6, 'July 2020'!F:V,16,FALSE),"")
 
Upvote 0
Cross posted Combine 2 VLOOKUPs to give results in same cell

While we do allow Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules). This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
 
Upvote 0
Cross posted Combine 2 VLOOKUPs to give results in same cell

While we do allow Cross-Posting on this site, we do ask that you please mention you are doing so and provide links in each of the threads pointing to the other thread (see rule 13 here along with the explanation: Forum Rules). This way, other members can see what has already been done in regards to a question, and do not waste time working on a question that may already be answered.
Thank you will give your suggestion a try.
Link to other site as requested

 
Upvote 0
Do you mean workbook, or worksheet?
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,387
Members
449,080
Latest member
Armadillos

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top