+ Reply to Thread
Results 1 to 2 of 2

Counting Errors

  1. #1
    Tarique
    Guest

    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. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,792
    If A1 is crates and B1 bottles

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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1