Single column generated dynamic list (not drop-down list) based on unique only numbers across multiple columns

campos1578

New Member
Joined
Jan 3, 2020
Messages
22
Office Version
  1. 365
Platform
  1. MacOS
Hey Team,

I am generating dynamic lists across 4 columns and want the 5th column to show only unique numbers out of the 4 lists (Example A). However, the cells within the 4 columns are running a formula. (=FILTER(ItemDetails[CATALOG_ITEM_ID], (ItemDetails[[ Weight]]<=$Q$16) * (ItemDetails[[ Width]]<=$R$16)*(ItemDetails[[ Depth]]<=$S$16*(ItemDetails[[ Height]]<=$T$16))))

I need columns AH:AK to remain dynamic AND column AL to dynamically list only unique values from AH:AK.
ExampleA:
1666726836684.png


Can someone help me with this using a formula?

Thanks,
Jonathan
 

Attachments

  • 1666726593301.png
    1666726593301.png
    78.9 KB · Views: 4

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
How about
Excel Formula:
=UNIQUE(TOCOL(AH3#:AK3#,1))
change the 3 to match where the filter formula is
 
Upvote 0

Forum statistics

Threads
1,214,999
Messages
6,122,645
Members
449,093
Latest member
Ahmad123098

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