+ Reply to Thread
Results 1 to 5 of 5

Thread: If then formula

  1. #1
    Registered User
    Join Date
    01-07-2012
    Location
    Florida
    MS-Off Ver
    Excel 2007
    Posts
    9

    If then formula

    Quick question, I'm sure you guys can help.
    I'm trying to do an If then formula on a spreadsheet and this is what I have so far

    Cell A1= Sale Price
    Cell B2= =A1*0.05
    Cell C1= =IF(B1<2500,2500,B1)

    I'm basically trying to join cell B2 and C1 in one formula without having to create a Cell B2.

    How do I incorporate that into one formula?

    Thanks in advance!

  2. #2
    Forum Guru TMShucks's Avatar
    Join Date
    07-15-2010
    Location
    Manchester, England
    MS-Off Ver
    MSO 2003 & 2007
    Posts
    6,223

    Re: Help with an If then formula

    Cell C1= =IF(A1*0.05<2500,2500,A1*0.05)


    Regards, TMS

  3. #3
    Registered User
    Join Date
    01-07-2012
    Location
    Florida
    MS-Off Ver
    Excel 2007
    Posts
    9

    Re: Help with an If then formula

    thanks!

    Is there a way to incorporate, if its in between 1 and 2500 to be 2500 but if its 0 to remain 0 and not give me ERROR?

  4. #4
    Forum Guru TMShucks's Avatar
    Join Date
    07-15-2010
    Location
    Manchester, England
    MS-Off Ver
    MSO 2003 & 2007
    Posts
    6,223

    Re: Help with an If then formula

    =IF(A1=0,0,IF(A1*0.05<2500,2500,A1*0.05))


    Regards, TMS

  5. #5
    Forum Guru TMShucks's Avatar
    Join Date
    07-15-2010
    Location
    Manchester, England
    MS-Off Ver
    MSO 2003 & 2007
    Posts
    6,223

    Re: If then formula

    Thanks for the rep.

    If you are satisfied with the solution(s) provided, please mark your thread as Solved.

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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.2.0