Dropdown - list of inventory items based on a sale date

RickG75

New Member
Joined
Aug 26, 2015
Messages
43
Office Version
  1. 365
Platform
  1. MacOS
Hi All,

I am able to create a dropdown to select inventory items.

I would like to be able to limit the items in the dropdown list by a sale date indicated on the invoice.

Is this possible?

Link spreadsheet:


Thanks,

Rick
 

Attachments

  • Screen Shot 2020-08-31 at 6.47.33 PM.png
    Screen Shot 2020-08-31 at 6.47.33 PM.png
    224.5 KB · Views: 9
  • Screen Shot 2020-08-31 at 6.45.30 PM.png
    Screen Shot 2020-08-31 at 6.45.30 PM.png
    110.2 KB · Views: 9
This is perfect! Exactly what I was hoping for.
Cheers. Glad it helped. :)


I would like to make A14 on the Invoice tab a dropdown from the Sale Date from the Inventory tab. Is there a way remove the duplicate dates from the A14 dropdown?
Sure.
Say use column K on the invoice tab.
Format column K with the date format you want

RickG75.xlsx
ABCDEFGHIJK
13Date:
1408/24/20
15Invoice No:
16327000
17Name:
18
19Address:Phone:
20
21City, State, Zip:Email:
22
23
24Item #DescriptionUOMQtyUnit PriceTotal Price
251EaHoops - Green08/24/20
262EaDiamond Stud08/31/20
273EaNecklace - Blue
284EaLeather Belt - Black
295Ea
306Ea
317Ea
328Ea
339Ea
3410Ea
Invoice
Cell Formulas
RangeFormula
J25:J28J25=FILTER(Inventory[Item],Inventory[Sale Date]=A14)
K25:K26K25=SORT(UNIQUE(Inventory[Sale Date]))
Dynamic array formulas.
Cells with Data Validation
CellAllowCriteria
B25:B34List=J$25#
A14List=K$25#
 
Last edited:
Upvote 0

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Hi Peter,

Again, perfect and what I was hoping for.

There are some other features of this application I would like your help with but I don't want to wear out my welcome.

Should I post the new items on the board?

Thanks,

Rick
 
Upvote 0
Again, perfect and what I was hoping for.
No problem. (y)


Should I post the new items on the board?
Yes, just post specific questions in the forum.

If they are closely related to these ones you can continue in this thread.

Otherwise start a new thread for new topics. You can always provide a link to this thread if there is some relationship to this one and you think it beneficial for potential helpers to know about this one.
 
Upvote 0

Forum statistics

Threads
1,215,581
Messages
6,125,658
Members
449,247
Latest member
wingedshoes

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