Return Unique Values If

Status
Not open for further replies.

collegeitdept

Board Regular
Joined
Nov 14, 2008
Messages
185
Does any on know of a formula that will only return the values in Column B only if it has an "X" in column A (without skipping a row).


Reference List

A B
x Item 1
Item 2
Item 3
Item 4
Item 5
x Item 6
x Item 7
x Item 8
Item 9
x Item 10



Returned values:

Item 1
Item 6
Item 7
Item 8
Item 10



Thanks.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Hope this helps :

Excel Workbook
ABCDE
1Col1Col2*Item of Interestx
2xItem 1*Count of items5
3OtherItem 2***
4OtherItem 3*Extracted*
5OtherItem 4*Item 1*
6OtherItem 5*Item 6*
7xItem 6*Item 7*
8xItem 7*Item 8*
9xItem 8*Item 10*
10OtherItem 9***
11xItem 10***
Sheet2
 
Upvote 0
For Excel 2003
1- click anywhere in your data table
2-Click on data
3- click on auto filter
4-from the first cloumn click on the arrow and select "X"
highlit the shown data , copy it and paste it where you want it to reside.

you need to this everytime your data changes. so make sure you do this everytime new data added.

HTH.
 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,223,952
Messages
6,175,594
Members
452,654
Latest member
mememe101

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