Looking to automatically update a 2nd spreadsheet

Reesa

New Member
Joined
Apr 20, 2021
Messages
6
Office Version
  1. 365
Platform
  1. Windows
I have a spreadsheet that outlines parts in a warehouse. It keeps a record of incoming and outgoing parts so I can track their movements. Column A is set as REORDER or OK to advise if stock needs to be reordered. Column B is the part number, Column C is the description. (see image: parts list)

I have a second spreadsheet (designed and requested to by used by my boss) to send for parts that I need to reorder. I can change formulas or add macros, but not the layout. 2nd Spreadsheet to be filled includes: Column A = Part Name, Column B = Part Number, Column E = reorder amount (See image: reorder form).

Bottom line: I would like to automatically reorder stock back to Maximum Stock Levels on the required Order Form.

I've not had a lot of recent experience using macros, but did many moons ago so I feel confident I could work with them if that is the easiest option. Working out formulas is not my forte.

Any help would be greatly appreciated, thank you in advance.
 

Attachments

  • parts list.jpg
    parts list.jpg
    100.2 KB · Views: 4
  • Reorder form.jpg
    Reorder form.jpg
    44 KB · Views: 5

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
It would be more helpful if you had data displayed using XL2BB and showed values in one sheet that ultimately would fall into the other sheet.
 
Upvote 0
It would be more helpful if you had data displayed using XL2BB and showed values in one sheet that ultimately would fall into the other sheet.
I'm just looking at how I do this, sorry this is new to me. I have installed the plugin, just need to work out the next part, thanks.
 
Upvote 0
Maybe this will get you started:

Book2
ABCDEFGH
1ReorderPart #ItemMakeEquipmentMAXCurrent
2OK11122
3OK22244
4Reorder33362
5Reorder444305
6OK55522
7Reorder66621
8OK77722
9OK88833
10Reorder99931
11Reorder1110102
PartsList
Cell Formulas
RangeFormula
A2:A11A2=IF(G2>H2,"Reorder","OK")


Book2
ABCD
1Desc.Part #QTY On handOrder
233324
3444525
466611
599912
6111028
ReorderForm
Cell Formulas
RangeFormula
B2:B6B2=FILTER(PartsList!B2:B11,PartsList!A2:A11="Reorder")
C2:C6C2=FILTER(PartsList!H2:H11,PartsList!A2:A11="Reorder")
D2:D6D2=FILTER(PartsList!G2:G11-PartsList!H2:H11,PartsList!A2:A11="Reorder")
Dynamic array formulas.
 
Upvote 0
Solution
Belvedere Spare Parts Inventory 2021 MAIN.xls.xlsm
ABCDEFGHIJK
25OK00428901PIN ASSY., CASE,A-12 (LONG)OMCA15 HeadShaker22B2 A22
26OK00470717WEAR STRIP,UHMW,3/8 X 6OMCOMC Shaker Shaker44B2 A24
27OK889-0248Repair KitWMC9800Harvester66B1 C26
28REORDER948-271Impeller Blade 11"WMC9800Harvester3021B1 C330
29OK899-0119Pick-up BeltWMC9800Harvester22BP A22
30OK898-19Heavy Duty Almond Chain Kit - ElevatorWMC9800Harvester22BP C22
31OK894-034Elevator Drive Roller (not used with bar or tube chain)WMC9800Harvester33B4 P43
32REORDER900-151Pickup Belt Drive RollerWMC9800Harvester32B4 P43
33OK00470719WEAR STRIP,UHMW,1/2 X 6OMCOMC Shaker Shaker44B2 A24
34OK27044Front SealJKRWedge 10Trailer11B4 A21
35OK60120605SUSPENSION MOUNT, 1-3/16"OMCOMC Shaker Shaker2527B2 A227
36OK602038183/8" WearstripOMCShaker1013B2 A210
37REORDER602038201/2" WearstripOMCShockwaveShaker1211B2 A24
Parts
Cell Formulas
RangeFormula
H25:H34,H36H25=K25
A25:A37A25=IF(H25=0,"REORDER",IF(I25<H25,"REORDER","OK"))
I25:I37I25=K25+AP25-GN25
 
Upvote 0
Clicking "Mini Sheet" on the second spreadsheet froze my excel, so I will try your formulas soon. Thank you so much for your speedy response.
 
Upvote 0
Thank you so much, it has worked perfectly :) And I learnt how to post better next time too!
 
Upvote 0
GREAT. Glad it helped and you picked up something new. Cheers.
 
Upvote 0

Forum statistics

Threads
1,214,922
Messages
6,122,281
Members
449,075
Latest member
staticfluids

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