+ Reply to Thread
Results 1 to 2 of 2

SUMIF with combined rows

  1. #1
    Registered User
    Join Date
    03-29-2012
    Location
    Santiago de Chile
    MS-Off Ver
    Excel 2007
    Posts
    36

    SUMIF with combined rows

    Hi,

    I am having a list consisting of two columns. Column A describes a "product" and the currency directly below. In column B i have the quantity of the product and below the value. Now i have products in USD and EUR and would like to only sum up the quantity of all products which are in USD. A simple example is attached and i calculated the target valua manually. The values i would like to sum are market in red. any help highly appreciated. thanks in advance
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: SUMIF with combined rows

    What I would do with this is create a helper column (C?) and then use this in C2, copied down...
    =IF(A2="USD",B1,"")

    You could then just add up that column. To make it more flexible, you could put the currency in its own cell, and reference that cell - so you can change from USD to EUR etc easily
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. VBA Combined CountIf & SumIf On Match
    By hobbiton73 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-28-2014, 12:00 PM
  2. [SOLVED] Sumif And countif combined function
    By Deventus in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-27-2013, 05:11 AM
  3. Sumif & counta combined
    By kashaikh78 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-02-2013, 04:15 AM
  4. Can sumif and Max functions combined into one?
    By ReconMan in forum Excel General
    Replies: 4
    Last Post: 09-20-2011, 11:29 AM
  5. Sumif combined with MATCH - Help Sought
    By David Brown in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-09-2010, 01:41 PM

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