+ Reply to Thread
Results 1 to 6 of 6

formula that pulls totals only if total is equal or less than $1

  1. #1
    Forum Contributor
    Join Date
    05-08-2013
    Location
    FLORENCE, ALABAMA
    MS-Off Ver
    Excel 2010
    Posts
    122

    formula that pulls totals only if total is equal or less than $1

    Hello All,
    I have attached an example spreadsheet showing what I am referring to. What I am trying to do is in column G show totals from Loss or Gain (column F) if the customer price (column B) is greater then $1. If the total (column B) is equal or less than $1 put $0 dollar value in column G.
    Attached Files Attached Files

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

    Re: formula that pulls totals only if total is equal or less than $1

    In G2
    =IF(B2<1, 0, F2)
    Is that what you need?
    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 Contributor
    Join Date
    05-08-2013
    Location
    FLORENCE, ALABAMA
    MS-Off Ver
    Excel 2010
    Posts
    122

    Re: formula that pulls totals only if total is equal or less than $1

    Hello ChemistB,
    Thank you for the help. The formula is almost right. Look on row 6 the customer prices is $1 and it did not add $0 to the cell. I think the formula needs to be equal and less then $1 equals $0. What do you think?

  4. #4
    Registered User
    Join Date
    10-29-2014
    Location
    Portland, OR
    MS-Off Ver
    MS Office 2013
    Posts
    54

    Re: formula that pulls totals only if total is equal or less than $1

    To make it less or equal to just add an "="
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Forum Contributor
    Join Date
    05-08-2013
    Location
    FLORENCE, ALABAMA
    MS-Off Ver
    Excel 2010
    Posts
    122

    Re: formula that pulls totals only if total is equal or less than $1

    You are awesome!!! Worked like a charm. Thank you!!!

  6. #6
    Registered User
    Join Date
    10-29-2014
    Location
    Portland, OR
    MS-Off Ver
    MS Office 2013
    Posts
    54

    Re: formula that pulls totals only if total is equal or less than $1

    Not a problem, have a great day!

    Kind Regards,

    Thomas Bailey
    Show appreciation by clicking "Add Reputation"

+ 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. Replies: 5
    Last Post: 07-06-2013, 08:21 PM
  2. Create Sub Totals and Sum Total
    By georgeanaprop in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-28-2010, 01:52 AM
  3. Replies: 1
    Last Post: 07-13-2006, 04:35 PM
  4. [SOLVED] Total only those cells with Sum totals
    By Bleu_808 in forum Excel General
    Replies: 2
    Last Post: 05-01-2006, 06:28 PM
  5. How do I set a formula in a cell to equal the total in another ce.
    By dizzyd in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-18-2005, 02:06 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