Excel Pull-sheet --- Cases out (PLUS) remaining bags ??

L

Legacy 282493

Guest
Hello,

This is my first post, any help would be greatly appreciated.

I create pull-sheets in excel everyday for 9,000+ orders. I have various different skus using (10) items. So at the bottom of the pull-sheet in order to help my warehouse dept, I have made formulas to tell them exactly what to pull...

For example:
(20) Chicken needs ---- COLUMN B "Total Bags Needed" (305) // COLUMN C "Cases" (12.708333)

I would like take the decimal in cases to a third column, COLUMN D to individual bags to pull.

So in a perfect world I would love to see:

COLUMN B "Total Bags Needed" (305) // COLUMN C "Cases" (12) // COLUMN D "Bags" (17)


I feel like there is an easy solution for this, I am just unable to "see it"

Thanks for your help!!
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Well, =INT(C1) will give you just the integer portion of 12.708

Then =C1 - INT(C1) will give you the remaining decimals

You haven't listed your units/case/bag conversion factors so I'm not sure how to give you your desired answer.
 
Upvote 0

Forum statistics

Threads
1,215,326
Messages
6,124,270
Members
449,149
Latest member
mwdbActuary

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