vlookup two areas or one

johny

Board Regular
Joined
Jul 15, 2002
Messages
69
I need a formula to check the name in [a200]
and check to see if it is in this range(A11:A94) and range(BF11:BF94) Or attached
A11:Bf94. if it does find a match the cell is blank
and if it doesn't find a match it = a200 the name.
Thanks in advance Johny
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
On 2002-10-08 19:17, johny wrote:


I need a formula to check the name in [a200]
and check to see if it is in this range(A11:A94) and range(BF11:BF94) Or attached
A11:Bf94. if it does find a match the cell is blank
and if it doesn't find a match it = a200 the name.
Thanks in advance Johny

=IF(ISNUMBER(MATCH(A200,A11:A94,0)),"",IF(ISNUMBER(MATCH(A200,BF11:BF94,0)),"",A200))
 
Upvote 0

Forum statistics

Threads
1,214,914
Messages
6,122,211
Members
449,074
Latest member
cancansova

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