+ Reply to Thread
Results 1 to 6 of 6

Formula - sumif statement?

  1. #1
    Registered User
    Join Date
    04-01-2015
    Location
    London
    MS-Off Ver
    Apple
    Posts
    8

    Formula - sumif statement?

    Hi all,

    I'm new to excel, I'm trying to find the value of the following;

    Within one tab, I have credit and debits in one column across multiple currencies.

    Column 1 - credit/debit
    Column 2 - amount
    Column 3 - currency

    E.g I want the total of credits in EUR's only. This will eventually need to feed on to another tab within my spreadsheet.

    Please help!

    Thanks

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Formula - sumif statement?

    Try
    =SUMIFS(B1:B1000,A1:A1000,"CR",C1:C1000,"EUR")

    This assumes that credits are inidcated by CR and currency is indicated by EUR.
    If that's not the case change the values to how you have designated them.
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    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,939

    Re: Formula - sumif statement?

    Hi, welcome to the forum

    You didnt really ask a question there - and dont give much info, but based on your title, perhaps this...

    =sumifs(B:B,A;A,"Credit",C:C,"EUR")

    Adjust the criteria names as needed

    If you still have a problem, upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.
    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

  4. #4
    Registered User
    Join Date
    04-01-2015
    Location
    London
    MS-Off Ver
    Apple
    Posts
    8

    Re: Formula - sumif statement?

    Hi all

    Thanks for the above, still won't work.

    I have two separate formulas that I'd like to combine

    =SUMIF(C:C,"credit",I:I) - c being credits/debits, I being amounts, this gives me a total.
    =SUMIF(J:J,"EUR",I:I) - j being the currency, this gives me another total

    Does this make any sense at all??
    Thank you!!!

  5. #5
    Registered User
    Join Date
    08-31-2011
    Location
    Stamford, CT
    MS-Off Ver
    Excel 2013
    Posts
    30

    Re: Formula - sumif statement?

    It looks like the answer as I understand the question was already posted... you just need to adjust the cell references to your specific columns:

    =SUMIFS(I:I,C:C,"credit",J:J,"EUR")

    But as mentioned, it would be easier to solve the problem if you post an example file.

    Hope that helps!

  6. #6
    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,939

    Re: Formula - sumif statement?

    Quote Originally Posted by Rachel88 View Post
    Hi all

    Thanks for the above, still won't work.

    I have two separate formulas that I'd like to combine

    =SUMIF(C:C,"credit",I:I) - c being credits/debits, I being amounts, this gives me a total.
    =SUMIF(J:J,"EUR",I:I) - j being the currency, this gives me another total

    Does this make any sense at all??
    Thank you!!!
    1st, what doesnt work? What do you get and what did you expect?
    Did you try to adjust my ranges?
    Perhaps
    =sumifs(I:I,C:C,"Credit",J:J,"EUR")

    If that doesnt work for you, help us to stop guessing by uploading a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.

+ 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. Need help with an If and Sumif statement
    By johnjohnmolina in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-30-2013, 03:32 PM
  2. [SOLVED] Sumif Statement
    By Hudson in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-01-2013, 02:54 PM
  3. SUMIF statement
    By phil32686 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-06-2012, 12:26 PM
  4. Nested SUMIF statement or multiple SUMIF's
    By Dan27 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-17-2009, 06:55 AM
  5. SUMIF statement
    By Amber88 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-04-2008, 09:35 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