ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Charts and Charting in Excel (https://www.excelbanter.com/charts-charting-excel/)
-   -   Find the balance of amount from a total count of 60.... (https://www.excelbanter.com/charts-charting-excel/148611-find-balance-amount-total-count-60-a.html)

Krishna Kumar L

Find the balance of amount from a total count of 60....
 
Hello,

I have a strange problem... I calculate some products with 60 as one part... Eg. One box contains 60 pieces and i sell products in dozens and also pieces. I need Excel to calculate the balance and give in numbers. I am not able to get the figure right.

Ed Ferrero

Find the balance of amount from a total count of 60....
 
Hi Krishna,

I have a strange problem... I calculate some products with 60 as one
part... Eg. One box contains 60 pieces and i sell products in dozens
and also pieces. I need Excel to calculate the balance and give in
numbers. I am not able to get the figure right.


If the number is in cell A1...

=INT(A1/12) gives the number of even dozens
=MOD(A1,12) gives the remainder in pieces

You can combine if you want, like this...
=TEXT(INT(A1/12),0) & " doz and " & TEXT(MOD(A1,12),0) & " units"

Does this help?

Ed Ferrero
www.edferrero.com






All times are GMT +1. The time now is 11:09 PM.

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