Excel, VBA - creation of picking form

aaravgaba

New Member
Joined
Sep 15, 2013
Messages
24
Dear Smaritans,

I am trying to create a spreadsheet for a picking operation. It has three tabs (sheets). The first one got the Picking request (provided), the 2nd got the inventory (provided), the third one is the picking sheet which is to be created as per the other two sheets.

Sheet 1 (Picking request)

part no.required qty
Part A10
Part B12
Part C30

<tbody>
</tbody>

Sheet 2 (Inventory)

part no.locationavailable qty
Part Amezz A2
Part AMezz B5
Part AMezz C7
Part BMezz B9
Part BMezz C15
Part AMezz D5
Part BMezz E5
Part BMezz F6
Part CMezz C50
Part CMezz D12
Part CMezz E10
Part DMezz A5

<tbody>
</tbody>


Sheet 3
Picking sheet

Part No.LocationqTY
Part AMezz A2
Part AMezz B5
Part AMezz C1
Part BMezz B9
Part BMezz C3
Part CMezz C30

<tbody>
</tbody>

As you would see I want to create a picking sheet which choose to pick from the first location and if still there is some more quantity is required, then it should chose the 2nd location and 3rd if more qty is required.

Thanks.

Aarav
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December

Forum statistics

Threads
1,214,896
Messages
6,122,132
Members
449,066
Latest member
Andyg666

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