+ Reply to Thread
Results 1 to 6 of 6

Need Help : SUM Different Currencies

  1. #1
    Forum Contributor
    Join Date
    01-22-2013
    Location
    Pekanbaru, Indonesia
    MS-Off Ver
    Excel 2013 & Google Sheet
    Posts
    1,146

    Need Help : SUM Different Currencies

    hi guys..

    i have problem to sum data with different currencies without helper column, :
    i mean just in single column..

    $89
    6500000
    1259
    $6
    $1000000
    850000000
    12
    10
    $3232

    sum "$" = ..........?
    sum not "$" = ..........?

    any assistance be appreciated..

    cheers...

    john m

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Need Help : SUM Different Currencies

    Are the $ entries numbers formatted to display the $ or are they text entries?

    What result do you get using an =SUM(range) formula?
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Forum Contributor
    Join Date
    01-22-2013
    Location
    Pekanbaru, Indonesia
    MS-Off Ver
    Excel 2013 & Google Sheet
    Posts
    1,146

    Re: Need Help : SUM Different Currencies

    hi Tony...

    mark $ is number formatted no text entry..

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Need Help : SUM Different Currencies

    I don't know if that can be done with built-in functions.

    You may need a VBA function to do it. I can't help with that.

  5. #5
    Forum Contributor
    Join Date
    01-22-2013
    Location
    Pekanbaru, Indonesia
    MS-Off Ver
    Excel 2013 & Google Sheet
    Posts
    1,146

    Re: Need Help : SUM Different Currencies

    ok.Tony, maybe helper column can use? could you help me...?

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Need Help : SUM Different Currencies

    Try this...

    Data Range
    A
    B
    C
    D
    1
    Amount
    Format
    $$$
    No $
    2
    $89
    C0
    1003327
    856501281
    3
    6500000
    G
    4
    1259
    G
    5
    $6
    C0
    6
    $1,000,000
    C0
    7
    850000000
    G
    8
    12
    G
    9
    10
    G
    10
    $3,232
    C0


    Enter this formula in B2 and copy down as needed:

    =CELL("format",A2)

    Enter this formula in C2:

    =SUMIF(B2:B10,"C0",A2:A10)

    Enter this formula in D2:

    =SUMIF(B2:B10,"<>C0",A2:A10)

+ 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. [SOLVED] Using different currencies in the same workbook
    By Stubo23 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-20-2014, 10:58 AM
  2. currencies always have an extra .0
    By Ir1e in forum Excel General
    Replies: 6
    Last Post: 11-28-2013, 07:41 AM
  3. Multiple Currencies
    By Nikamorphosis in forum Excel General
    Replies: 5
    Last Post: 08-13-2013, 04:51 PM
  4. Currencies
    By spiderlegs in forum Excel General
    Replies: 4
    Last Post: 07-10-2009, 12:53 AM
  5. Converting USD to other currencies
    By mssimon in forum Excel General
    Replies: 2
    Last Post: 07-06-2009, 05:16 PM
  6. 15 different currencies- sorting
    By indira in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 09-25-2007, 11:42 AM
  7. [SOLVED] different currencies
    By BAZZA in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-20-2005, 09:06 AM
  8. converting different currencies to one
    By alexander in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-11-2005, 04:49 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