Finding 3 Same Values in a table and giving it a TEXT return

sneakyla

New Member
Joined
Aug 11, 2021
Messages
23
Office Version
  1. 2016
Platform
  1. Windows
Hello, I've been doing a lot of searches online but I just can't find the correct formula for what I'm trying to achieve.

Basically, I have 2 sheets. I need 1 sheet to find the matching values in 3 different cells in sheet 2 and giving it a return with text description. Please see photo example below.


Sheet 1 example - Has the data information.

1628725929394.png


Sheet 2 example - This is where you keep inserting new data as an update. Whenever a data is updated here, sheet 1 will find the matching values and update the status as "sold out"

1628725963984.png


Thank you so much!!
 

Attachments

  • 1628725802158.png
    1628725802158.png
    7.8 KB · Views: 4

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
Welcome to Mr Excel forum

Assuming data in Sheet2 are in columns A to C try
Sheet1 D3
=IF(COUNTIFS(Sheet2!A:A,A3,Sheet2!B:B,B3,Sheet2!C:C,C3)>0,"Sold out","")
copy down

M.
 
Upvote 0

Forum statistics

Threads
1,213,544
Messages
6,114,249
Members
448,556
Latest member
peterhess2002

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