#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tarique
 
Posts: n/a
Default Counting Errors

I have a problem to sum to columns. Please help....
Problem is that the first cloumn is containing the quantity of crates of
empty bottles. (24 bottles makes one crate). Second column contain the
bottles.
Third column will sum the values of two columns. If second column contain
the value of 24 then it count one crate. e.g;
Colunm1 Colunm2 Colunm3
(Crates) (Bottles) Total
55 16 ? (55 crates
& 16 bottles)
55 24 ? (Answer
will be 56)
? ? ? (Total)





  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
daddylonglegs
 
Posts: n/a
Default Counting Errors


If A1 is crates and B1 bottles

=A1+INT(B1/24)&" crates "&MOD(B1,24)&" bottles"


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=516239

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
Errors in COUNT, COUNTA, COUNTIF when counting merged cells Outback Excel Worksheet Functions 1 February 7th 06 04:29 PM
Counting names in a column but counting duplicate names once TBoe Excel Discussion (Misc queries) 9 May 11th 05 11:24 PM
conditional forming causing linking errors Dave Breitenbach Excel Worksheet Functions 0 April 1st 05 08:19 PM
Counting... Patrick G Excel Worksheet Functions 3 February 23rd 05 10:05 PM
Unresolved Errors in IF Statements - Errors do not show in results Markthepain Excel Worksheet Functions 2 December 3rd 04 08:49 AM


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

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

About Us

"It's about Microsoft Excel"