Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 23
Default stock control question

Hello all, I have 2000 items and want to represent them as full cartons -
inner cartons and single items. Full cartons have 36 pieces inner cartons
have 6 pieces and singles are self explanatory.

I tried using the INT formula but I can't seem to get it to work. Is there
something else I can use?

So want it to look like this

stock 2000 -
master cartons 55 ( 55x36=1980)
inner cartons 3 ( 3 x 6=18)
singles 2 ( 2 x 1)

regards
--
kinsey
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,696
Default stock control question

Assuming 2000 is in A1, all below formulas will go A2 - A4

=INT(A1/36)

=INT(MOD(A1,36)/6)

=A1-(A2*36+A3*6)

"kinsey" wrote:

Hello all, I have 2000 items and want to represent them as full cartons -
inner cartons and single items. Full cartons have 36 pieces inner cartons
have 6 pieces and singles are self explanatory.

I tried using the INT formula but I can't seem to get it to work. Is there
something else I can use?

So want it to look like this

stock 2000 -
master cartons 55 ( 55x36=1980)
inner cartons 3 ( 3 x 6=18)
singles 2 ( 2 x 1)

regards
--
kinsey

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,346
Default stock control question

Hi,

You could use these three formulas with 2000 in A1 and these in the next
three cells:

=INT(A1/36)
=INT(A1/6-A2*6)
=A1-36*A2-6*A3

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"kinsey" wrote:

Hello all, I have 2000 items and want to represent them as full cartons -
inner cartons and single items. Full cartons have 36 pieces inner cartons
have 6 pieces and singles are self explanatory.

I tried using the INT formula but I can't seem to get it to work. Is there
something else I can use?

So want it to look like this

stock 2000 -
master cartons 55 ( 55x36=1980)
inner cartons 3 ( 3 x 6=18)
singles 2 ( 2 x 1)

regards
--
kinsey

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 23
Default stock control question

Sean/Shane, thanks for your solutions. The first two work fine but the last
one gave me a negative figure of -18 when it should be 2. Let me explain

total items - 2102 (i'm using a different product here)

first box item 26 master cartons x 80 pieces = 2080 (solution shows 26.
Great!)
second box 2 inner cartons x 20 pieces = 40 (solution shows 2. Good!)
3rd box is just singles left and should be 2 but gives me -18

Can you help ?


Regards

Peter
--
kinsey


"Sean Timmons" wrote:

Assuming 2000 is in A1, all below formulas will go A2 - A4

=INT(A1/36)

=INT(MOD(A1,36)/6)

=A1-(A2*36+A3*6)

"kinsey" wrote:

Hello all, I have 2000 items and want to represent them as full cartons -
inner cartons and single items. Full cartons have 36 pieces inner cartons
have 6 pieces and singles are self explanatory.

I tried using the INT formula but I can't seem to get it to work. Is there
something else I can use?

So want it to look like this

stock 2000 -
master cartons 55 ( 55x36=1980)
inner cartons 3 ( 3 x 6=18)
singles 2 ( 2 x 1)

regards
--
kinsey

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1,696
Default stock control question

If you change your number per carton, y ou have to change the formulas
accordingly

=INT(A1/80) <- 80 is your first grouping
=INT(MOD(A1,80)/20) <-80 is your first grouping, 20 is your 2nd grouping
=A1-(A2*80+A3*20) <-Again 80 for your first, 20 for your second.

"kinsey" wrote:

Sean/Shane, thanks for your solutions. The first two work fine but the last
one gave me a negative figure of -18 when it should be 2. Let me explain

total items - 2102 (i'm using a different product here)

first box item 26 master cartons x 80 pieces = 2080 (solution shows 26.
Great!)
second box 2 inner cartons x 20 pieces = 40 (solution shows 2. Good!)
3rd box is just singles left and should be 2 but gives me -18

Can you help ?


Regards

Peter
--
kinsey


"Sean Timmons" wrote:

Assuming 2000 is in A1, all below formulas will go A2 - A4

=INT(A1/36)

=INT(MOD(A1,36)/6)

=A1-(A2*36+A3*6)

"kinsey" wrote:

Hello all, I have 2000 items and want to represent them as full cartons -
inner cartons and single items. Full cartons have 36 pieces inner cartons
have 6 pieces and singles are self explanatory.

I tried using the INT formula but I can't seem to get it to work. Is there
something else I can use?

So want it to look like this

stock 2000 -
master cartons 55 ( 55x36=1980)
inner cartons 3 ( 3 x 6=18)
singles 2 ( 2 x 1)

regards
--
kinsey

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
stock control help sonia Excel Discussion (Misc queries) 1 March 16th 09 12:10 PM
stock control cliff Excel Discussion (Misc queries) 1 May 18th 07 01:46 PM
STOCK CONTROL IDEAS Julian Campbell Excel Discussion (Misc queries) 0 September 17th 05 05:37 PM
stock control system martin Charts and Charting in Excel 1 July 13th 05 07:15 PM
Stock control..help please Terry Excel Discussion (Misc queries) 0 January 13th 05 07:16 PM


All times are GMT +1. The time now is 08:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"