Cheryl88

New Member
Joined
Mar 24, 2019
Messages
1
Hi,

First time posting so I hope I make sense.
I’m just studying excel and have an assignment to complete and I am stuck on which formula I need.
I need to check if a provider on sheet 1 e7 is on the approved list on sheet 3 a1:02 and to return a yes or no answer

Am I best to recreate sheet 3 so I can do a hlookup, but would I be able to get that to return a yes or no?

Many thanks in advance
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Hi, Welcome to MrExcel,

If you need to return a yes or no then you could use Fluff's suggestion, which returns true or false, and wrap it in a conditional statement.

=IF(COUNTIF(count_range,criteria_range)>0,"Yes","No")

Hope this helps,
MB110
 
Upvote 0

Forum statistics

Threads
1,215,078
Messages
6,122,996
Members
449,093
Latest member
masterms

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