maybe simple, Matching names

San Antonio Heat

Active Member
Joined
Oct 10, 2003
Messages
333
Office Version
  1. 2019
Platform
  1. Windows
I have two pages, sheet 1 and sheet 2. I have names on sheet 1 and names on sheet two, what I would like to do is if a name on sheet 2 matches that on sheet 1, I would like a text that says "Non FA" next to that name. I can't figure that out. I tried match, If and maybe I need to put them both together. any help is much appreciated.
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
I am having one problem, I have read that post you gave me with the link but when I try this code it only works for column B

=IF(ISNA(VLOOKUP(C1,Sheet1!B5:P150,1,0)),"","Not Available")

I want it to search from B5 to P 150 but it only searches on Column B, why is that?
I also tried =IF(ISNA(VLOOKUP(C1,Sheet1!B$5:P$150,1,0)),"","Not Available")
 
Upvote 0

Forum statistics

Threads
1,214,523
Messages
6,120,028
Members
448,940
Latest member
mdusw

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