Need help in Excel/Numbers

Discussion in 'Off Topic Discussion' started by ave, Oct 25, 2010.

  1. ave

    ave JAMMA compatible

    Joined:
    May 21, 2006
    Messages:
    5,644
    Likes Received:
    61
    I am currently busy re-organizing my collection file and as I'm a statistics freak, I want to see every detail at a glance.

    There are two ideas I have but I don't know how to realize them.

    #1
    I want to count all of my magazines. Here's a screenshot of what it looks like:
    [​IMG]

    I'd like to have the program count the amount of cells with content in a specified area. For instance, to calculate the number of magazines in the screenshot above, a command that calculates the number of cells w/content between C and N and 2 up to 25 would be exactly what I need.

    #2

    The second command I'm looking for is to distinguish the number of games per region. Beneath is an excerpt of my PS2 collection:
    [​IMG]

    The command I need would need to count the amount of jp's, us's and pal's in a specified area, for instance "B2:B26".

    Any help is appreciated! :thumbsup:
     
  2. Madroms

    Madroms Robust Member

    Joined:
    Feb 3, 2005
    Messages:
    222
    Likes Received:
    9
    #1
    =NBVAL(C2:N25) in french => COUNTA in english, something else in german ?


    #2
    =NB.SI(B2:B26;"jp") in french => COUNTIF in english
    replace "jp" with what you need to count

    there is another formlua =bdnbval in french (DCOUNTA in english), more complex, that let you param more stuff.
     
  3. Jamtex

    Jamtex Adult Orientated Mahjong Connoisseur

    Joined:
    Feb 21, 2007
    Messages:
    5,472
    Likes Received:
    16
    in the first example if the numbers are indeed numbers then you just need

    =COUNT(c2:n8) would count the number of ASM magazines you have

    (if the aren't numbers then use

    =COUNTIF(c2:n8,"<>""")


    In the second example

    =COUNTIF(b2:b26,"jp") would count the number of items with "Jp" in them

    Openoffice is the same, just replace the , with a ;
     
    Last edited: Oct 25, 2010
  4. ave

    ave JAMMA compatible

    Joined:
    May 21, 2006
    Messages:
    5,644
    Likes Received:
    61
    Thank you very much, that was exactly what I was looking for and it works like a charm :)
    BTW, the German equivalent for COUNTIF or NB.SI is "ZÄHLENWENN" (1:1 translation of "count if").

    Until now I thought I'd have close to 400 magazines but it turns out the collection has already grown to a massive 587. Oh dear... :rolleyes:
    93 PAL, 44 US and 852 JP games keep them company. It's been about five years since I last counted my games by region and back then it was more like "350 pal, 50jp, 50us".
     
    Last edited: Oct 25, 2010
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page