Need Help - Lookup Specific Value In a List

ranjith2523

Board Regular
Joined
Apr 29, 2014
Messages
137
Office Version
  1. 365
Hi Friends,

I need your help to lookup and find out a specific value from a list. I am using office 365 and below provided a sample data of my requirement.

CategoryStatusCategoryResult for New
DataOldDataYes
DataNewStyleNo
DataExisting
StyleExisting
StyleOld
StyleRejected


I need to check whether "New" status exists for the specific Category. I need to apply the formula in cell E2 and below. In my example the cell E2 reflects as "Yes" because the status "New" found in column B against the category "Data". The E3 reflects as "No" because the status "New" not found in column B against "Style" category.

Obviously, vlookup will find the 1st match value and even i tried with Index and match but not able to achieve the expected result. Can someone please help me on this.

Regards
Ranjith
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
How about
Excel Formula:
=IF(COUNTIFS(A:A,D2,B:B,"New"),"Yes","No")
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,216,114
Messages
6,128,910
Members
449,478
Latest member
Davenil

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