+ Reply to Thread
Results 1 to 5 of 5

[SOLVED]Function to add total monetary values within a row.

  1. #1
    Registered User
    Join Date
    12-26-2014
    Location
    New york, NY
    MS-Off Ver
    2008
    Posts
    16

    [SOLVED]Function to add total monetary values within a row.

    Hi,

    I am having a little issue with a formula. I have a row that will contain numeric values and monetary values. I want to get the total of monetary values only.
    I tried using this : =SUMIF(M7:R7,">$1") , however it returns the total for all columns in the row. I also tried to use a COUNTIF, formula , but that returned a null value. I've attached a sample of my spreadsheet. Any suggestions would be appreciated. (I) Burn Report for Fiscal Year 2014-2015.xlsx
    Last edited by communistflamingo; 01-02-2015 at 12:15 PM.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Function to add total monetary values within a row. Row also includes non-monetary num

    You can use your headers to help you. Maybe something like this

    =SUMPRODUCT(--(RIGHT(M4:R4,3)="$$$"),M7:R7)
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,623

    Re: Function to add total monetary values within a row. Row also includes non-monetary num

    Probably there will be more rows with data so:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    will be ready for copying down.
    Best Regards,

    Kaper

  4. #4
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,623

    Re: Function to add total monetary values within a row. Row also includes non-monetary num

    Or, as interesting values are each second column,
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Function to add total monetary values within a row. Row also includes non-monetary num

    Another...

    =SUMIF(M$4:R$4,"*$$$",M7:R7)

+ 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 a formula involving current date, prior date, and monetary values!!!
    By RprzGrl in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-16-2012, 04:10 PM
  2. How to Assign Monetary Value to Percentages?
    By MissJones in forum Excel Formulas & Functions
    Replies: 22
    Last Post: 01-06-2010, 03:11 PM
  3. Adding a monetary amount on a certain day every month
    By HOOPA74 in forum Excel General
    Replies: 6
    Last Post: 07-07-2009, 03:49 PM
  4. Replies: 2
    Last Post: 06-08-2009, 05:06 PM
  5. =if help associating medical code # with monetary value
    By mervin in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-22-2008, 02:49 AM

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