Solution need in Excel

Dijoml14

New Member
Joined
Aug 2, 2021
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi,

I requested you to kindly help for resolve the problem.

I’m facing one issues in excel. I need one equation for resolving this issue.

Please find the attachment. I have attached one three picture's.

First picture name is “Bin Details” and second picture name is “Pullout Qty” and third picture is Output (My requirement)

First sheet contained Bin, Item Barcode and Qty.

  • Item Barcode will be showing in different places because of item binned in different bin location with different qty.
  • Same Item barcode not repeating in same bin but different item Barcode will be showing in the same bin.

Second sheet contained Item barcode and Pullout Qty.

Item Barcode and Qty not repeating in the sheet.

Requirement is :-

Pullout Qty sheet mentioned item Barcode against qty need to add in Bin Details sheet in separate column.

Example : In the Bin Details sheet Item Barcode “1111” showing in three different bins with different qty and total qty is 12 (Bin A1 qty is 1, Bin F1 qty is 6 and Bin K1 qty is 5). Customer given Pullout Qty 10.I need to pick 10 qty from the different bins because ten qty not available in one bin. Please check the Output sheet.
 

Attachments

  • Bin Details.png
    Bin Details.png
    10 KB · Views: 11
  • Output.png
    Output.png
    11.2 KB · Views: 10
  • Pull out Qty.png
    Pull out Qty.png
    5 KB · Views: 10

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Welcome to Mr Excel Forum

A picture is not helpful - is not possible to copy/paste for testing purposes
Try xl2bb

Anyway, assuming the sheet name that contains Pullout Qty is Sheet2 (adjust to suit), maybe

D2 copied down
=MAX(0,MIN(C2,VLOOKUP(B2,Sheet2!A:B,2,0)-SUMIF(B$2:B2,B2,C$2:C2)+C2))

Hope this helps

M.
 
Upvote 0
Welcome to Mr Excel Forum

A picture is not helpful - is not possible to copy/paste for testing purposes
Try xl2bb

Anyway, assuming the sheet name that contains Pullout Qty is Sheet2 (adjust to suit), maybe

D2 copied down
=MAX(0,MIN(C2,VLOOKUP(B2,Sheet2!A:B,2,0)-SUMIF(B$2:B2,B2,C$2:C2)+C2))

Hope this helps

M.
Hi Marcelo Branco,

Hope you are doing well. Sorry for the late response
As you provided excel equation formula is working properly and we saved lot of time .It's very useful for my works . Thanks for your support and immediate response.

Regards,
Dijo ml
 
Upvote 0

Forum statistics

Threads
1,214,826
Messages
6,121,792
Members
449,048
Latest member
greyangel23

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