+ Reply to Thread
Results 1 to 3 of 3

IF formula checking

  1. #1
    Registered User
    Join Date
    09-21-2012
    Location
    Cambridge, England
    MS-Off Ver
    Excel 2007
    Posts
    11

    IF formula checking

    I need an IF formula which deals with uses data in 3 cells to produce a formula in another

    this is what i have come up with so far

    =IF(E5=0,"IF(D4>=61.3,"14.9-(1.5*D10)","14.6-(1.5*D10)")","IF(D4>=75,"15.7-(1.5*D10)","15.1-(1.5*D10)")")

    therefore cell E5 will be either 0 or 1, IF E5=0 and weight is greater than 61.3 then the formula which needs to appear in the cell is
    "14.9-(1.5*D10)"

    if someone could help me correct this formula i would really appreciate it

    thanks

    stu

  2. #2
    Forum Expert
    Join Date
    09-01-2012
    Location
    Norway
    MS-Off Ver
    Office 365
    Posts
    2,884

    Re: IF formula checking

    I don't understand, do you want the formulas or a text string of the formulas? Anyway, if you want the formulas it should look more like this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: IF formula checking

    Perhaps..

    =IF(E5=0,IF(D4>=75,15.7-(1.5*D10),IF(D4>=61.3,14.9-(1.5*D10),"")),"")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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.6.0 RC 1