List return

vgresia

New Member
Joined
May 31, 2018
Messages
21
Hi there - I am looking to create a dynamic list of unique ID numbers for items matching "Horse" in column J, "Ball" in column I, and that do not contain the word dog in column A. In the example below, this would return the ID numbers 48 and 56. However, the formula would be entered into Sheet 1, while the data is housed on Sheet 2.

[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]C[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]Pet[/TD]
[TD]Id Number[/TD]
[TD]Toy[/TD]
[TD]Animal[/TD]
[/TR]
[TR]
[TD]Dog[/TD]
[TD]12[/TD]
[TD]Ball[/TD]
[TD]Horse[/TD]
[/TR]
[TR]
[TD]Doggy[/TD]
[TD]56[/TD]
[TD]Chew[/TD]
[TD]Cow[/TD]
[/TR]
[TR]
[TD]Cat[/TD]
[TD]89[/TD]
[TD]Ball[/TD]
[TD]Pig[/TD]
[/TR]
[TR]
[TD]Bird[/TD]
[TD]48[/TD]
[TD]Ball[/TD]
[TD]Horse[/TD]
[/TR]
[TR]
[TD]Doggy[/TD]
[TD]95[/TD]
[TD]Ball[/TD]
[TD]Cow[/TD]
[/TR]
[TR]
[TD]Doggy[/TD]
[TD]89[/TD]
[TD]Chew[/TD]
[TD]Horse[/TD]
[/TR]
[TR]
[TD]Cat[/TD]
[TD]56[/TD]
[TD]Ball[/TD]
[TD]Horse[/TD]
[/TR]
[TR]
[TD]Bird[/TD]
[TD]56[/TD]
[TD]Ball[/TD]
[TD]Horse[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]

 
That did the trick! Thank you very much for your continued effort (and great use of emojis) on this, much appreciated! :biggrin:
 
Upvote 0

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)

Forum statistics

Threads
1,225,759
Messages
6,186,863
Members
453,380
Latest member
ShaeJ73

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