ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Formula (https://www.excelbanter.com/excel-worksheet-functions/154339-formula.html)

Baderinwa3

Formula
 
I need a formula to count. I am working on an inventory list. We sell by the
boxes but our supplier orders by number in each box. There is 100 in each
box. I need for a cell to count every 100 and reference it as being 1 box.

Toppers

Formula
 
Perhaps an example of your data and results wanted;

Number of boxes:

=If (MOD(count of items,100)=0,INT(count of items)/100),INT(count of
items)/100)+1)



"Baderinwa3" wrote:

I need a formula to count. I am working on an inventory list. We sell by the
boxes but our supplier orders by number in each box. There is 100 in each
box. I need for a cell to count every 100 and reference it as being 1 box.


David Biddulph[_2_]

Formula
 
.... or =ROUNDUP(count of items/100,0) ?
--
David Biddulph

"Toppers" wrote in message
...
Perhaps an example of your data and results wanted;

Number of boxes:

=If (MOD(count of items,100)=0,INT(count of items)/100),INT(count of
items)/100)+1)


"Baderinwa3" wrote:

I need a formula to count. I am working on an inventory list. We sell by
the
boxes but our supplier orders by number in each box. There is 100 in
each
box. I need for a cell to count every 100 and reference it as being 1
box.




Toppers

Formula
 
.....YEP!

"David Biddulph" wrote:

.... or =ROUNDUP(count of items/100,0) ?
--
David Biddulph

"Toppers" wrote in message
...
Perhaps an example of your data and results wanted;

Number of boxes:

=If (MOD(count of items,100)=0,INT(count of items)/100),INT(count of
items)/100)+1)


"Baderinwa3" wrote:

I need a formula to count. I am working on an inventory list. We sell by
the
boxes but our supplier orders by number in each box. There is 100 in
each
box. I need for a cell to count every 100 and reference it as being 1
box.






All times are GMT +1. The time now is 06:38 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com