![]() |
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. |
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