Results 1 to 4 of 4

Thread: Anyone know Excel?     submit to reddit submit to twitter

  1. #1
    Fake Numbers
    Join Date
    Aug 2006
    Posts
    81
    BG Level
    2

    Anyone know Excel?

    Trying to streamline my crafting records file and can only start at help files so long trying to teach myself things wondering why what I am telling it to do does not work.

    Anyway, my file has 2 tabs, first is the master spreadsheet with all data records. The second is where I am telling it to do calculations.

    Anyone have any idea the kinda syntax I need to make the second sheet SUM up all the results from previous page if the value of a certain column is xxx.

    ex: D2-1345 are my data, how do I make the second sheet's calculation's SUM the values in the D column ONLY when the C column is xxx (earth/fire/other day)

    And yeah I know how to make stuff go between tabs (filename!), but am tired and not gonna screw with it anymore tonight.

    Thanks for any help.

  2. #2
    Banned.

    Join Date
    Oct 2006
    Posts
    10,115
    BG Level
    9

    ADD.IF([matrix of values], [condition])


    Not too sure, since its been a while since i had an english version of office

  3. #3
    Fake Numbers
    Join Date
    Apr 2006
    Posts
    82
    BG Level
    2

    lookup "SUMIF"

  4. #4
    Fake Numbers
    Join Date
    Aug 2006
    Posts
    81
    BG Level
    2

    Ahhhhhhhh...SUMIF looks like the winner.

    Knew about IF, but didn't ever see SUMIF.


    Ty.