+ Reply to Thread
Results 1 to 6 of 6

Simple if formula

  1. #1
    Registered User
    Join Date
    04-02-2014
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    49

    Simple if formula

    Can anyone tell me the formula for this? If the value of A1 is less than 1000 then add 10

  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,926

    Re: Simple if formula

    maybe this...
    =IF(A1<1000,A1+10,A1)
    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

  3. #3
    Registered User
    Join Date
    04-02-2014
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    49

    Re: Simple if formula

    Sorry I should have said that I'm having trouble incorporating a formula to add 10 if my cell if the value is less 1000, A1 contains this formula =SUM(H4:H114). I'm putting () in the wrong place I think.

  4. #4
    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,926

    Re: Simple if formula

    =if(SUM(H4:H114)<1000,SUM(H4:H114)+10,SUM(H4:H114)
    or...
    =max(SUM(H4:H114)+10,SUM(H4:H114))

  5. #5
    Registered User
    Join Date
    04-02-2014
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    49

    Re: Simple if formula

    I didn't see your instructions below, thank you Ford, SOLVED!

  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,926

    Re: Simple if formula

    Glad we got it resolved, and thanks for the feedback

+ 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: 4
    Last Post: 12-07-2012, 11:49 AM
  2. Simple formula via VBA
    By sparx in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-08-2007, 01:48 PM
  3. [SOLVED] simple formula
    By Biff in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 09-06-2005, 04:05 AM
  4. [SOLVED] Simple formula help
    By zero in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  5. Help with what should be a simple formula
    By B Millar via OfficeKB.com in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-16-2005, 12:05 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