+ Reply to Thread
Results 1 to 7 of 7

Help with simple "if,then" formula (I think it may be simple)

  1. #1
    Registered User
    Join Date
    01-29-2014
    Location
    san diego
    MS-Off Ver
    Excel 2010
    Posts
    47

    Post Help with simple "if,then" formula (I think it may be simple)

    Hi everyone,

    I am trying to create an "if,then" formula that shows:

    if cell E8 is greater than 171, then i'd like cell E9 to show the value of cell in E8.

    Thank you all for your help!

  2. #2
    Forum Contributor
    Join Date
    11-13-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    464

    Re: Help with simple "if,then" formula (I think it may be simple)

    Put this in E9:

    =IF(E8>171,E8,"")

    It will leave a blank space if the amount is less than 171.

  3. #3
    Registered User
    Join Date
    01-29-2014
    Location
    san diego
    MS-Off Ver
    Excel 2010
    Posts
    47

    Re: Help with simple "if,then" formula (I think it may be simple)

    Thank you very much for you answer. i have out in the formula and the words "true" are displayed.

    what i'm trying to do is in E9, if E8 is less than 171, i would like a zero or nothing, if E8 is more than 171, i would like E9 to show the difference of 171 and the number in E8.

    i think i didn't word it correctly in the beginning.

  4. #4
    Registered User
    Join Date
    11-20-2013
    Location
    Las Vegas, NV
    MS-Off Ver
    Excel 2010
    Posts
    64

    Re: Help with simple "if,then" formula (I think it may be simple)

    The formula you were provided should do exactly what you asked except if the number is 171, it would still be blank.

    Please Login or Register  to view this content.
    Looking at the below formula, now I understand what you were saying.
    Last edited by kspeese; 01-29-2014 at 08:18 PM.

  5. #5
    Forum Contributor
    Join Date
    11-13-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    464

    Re: Help with simple "if,then" formula (I think it may be simple)

    =if(E8<171,"",E8-171)

  6. #6
    Registered User
    Join Date
    01-29-2014
    Location
    san diego
    MS-Off Ver
    Excel 2010
    Posts
    47

    Red face Re: Help with simple "if,then" formula (I think it may be simple)

    Thank you all for your wonderful help!! Tapsmiled your first suggestion of: =IF(E8<171,"",E8-171)works!!

    can i say i luv you!!

  7. #7
    Forum Contributor
    Join Date
    11-13-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    464

    Re: Help with simple "if,then" formula (I think it may be simple)

    You can......and you can also mark this as SOLVED (at the top under Thread Tools). Glad I could help!!

+ 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. Simple formula to format cell if A:A="*Total"
    By Connie5761 in forum Excel Charting & Pivots
    Replies: 4
    Last Post: 12-01-2012, 04:34 PM
  2. Replies: 3
    Last Post: 06-21-2012, 03:27 PM
  3. A "simple" income tax formula???
    By Montalvo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-07-2009, 04:26 PM
  4. simple "IF" formula and linking 2 sheets
    By SKAL in forum Excel General
    Replies: 17
    Last Post: 02-09-2009, 07:44 PM
  5. Simple? Formula for "for the week starting Monday May Xxth"
    By nmorse in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-27-2006, 12:52 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