Drop Down List with Conditions

wardp9541

New Member
Joined
Jul 28, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I am trying to create a drop down list on the calculation page (where it says Equipment tag). I wanted this drop down list to include all equipment with "Floor" mounting.

I have tried to use index(array, match (), 1,0), but that only includes one value. I would like for it to include all equipment tags that have the floor-mounting.

How can I do this?
 

Attachments

  • Calculation Page.PNG
    Calculation Page.PNG
    9.6 KB · Views: 13
  • Equipment List.PNG
    Equipment List.PNG
    17.4 KB · Views: 13

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Hi,

You didn't give us much to work with. Have a look at the forum guidelines and tips when posting a question next time.
With a better formulated question, you're helping us to help you.

As you're using O365, try this:
Excel Formula:
=UNIQUE(FILTER(H2:H8, P2:P8="floor"))
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,603
Members
449,038
Latest member
Arbind kumar

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