+ Reply to Thread
Results 1 to 2 of 2

Adding numbers when a variable occurs

Hybrid View

  1. #1
    Registered User
    Join Date
    03-28-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    2

    Adding numbers when a variable occurs

    I have a spreadsheet with a lot of transactions that are categorized. I need to add the transaction amount for each category in another sheet.

    For example, if column J is "Product X", sum up the transactions in the corresponding cells in column "C" and place it in Sheet 1 cell C3.

    I hope this makes sense.

    Thank you.

  2. #2
    Registered User
    Join Date
    03-26-2012
    Location
    Australia
    MS-Off Ver
    Excel 2010
    Posts
    59

    Re: Adding numbers when a variable occurs

    =sumif(j2:j25,"product x",c2:c25)

    Replace ranges to fit your spreadsheet.

+ 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