Results 1 to 28 of 28

sum of all "L" in cells

Threaded View

  1. #7
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: sum of all "L" in cells

    I'll give this 1 try:

    I think the easiest way would be to assign one cell in each sheet (the same cell) and enter a formula in each that sums those values in each sheet.

    Then you can add a formula in the summary sheet that sums that cell from each sheet.

    For example, say you pick cell T2 in each each to contain a summing formula, then you can have something like:

    =IF(D32="Obradi";SUMIF(J21:J29;"L";L21:L29);0)

    and in T3


    =IF(D32="Obradi";SUMIF(J21:J29;"R";L21:L29);0)

    so if D32 is not Obradi, you will get 0.

    do this in each sheet, and change L's to M's where necessary to get same result.

    Then in the last sheet you would sum that cell from each sheet with formula like this:

    =SUM('K1-OK:Vrata 1K'!T2) for "L" count

    and


    =SUM('K1-OK:Vrata 1K'!T3) for "R" count

    You may need to translate the functions to your language
    Last edited by NBVC; 04-06-2011 at 09:09 AM.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

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