+ Reply to Thread
Results 1 to 3 of 3

If Formula

  1. #1
    Registered User
    Join Date
    04-07-2010
    Location
    Qatar
    MS-Off Ver
    Excel 2007
    Posts
    25

    If Formula

    Hi there,

    I have attached an Excel file on how to use IF formula. I cannot figure out how to show the correct figures.

    I have also other discussion regarding this, please see the link:

    http://www.mrexcel.com/forum/showthr...=1#post2277414

    Any idea guys?

    Regards.
    Attached Files Attached Files
    Last edited by QPM; 04-13-2010 at 05:54 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: If Formula

    Not very clear... perhaps:

    =IF((A1-B1)<0,0,IF((C1-B1)<(A1-B1),1,(A1-B1)/(C1-B1)))

    or another way

    =IF(A1<B1,0,MIN(1,(A1-B1)/(C1-B1)))

  3. #3
    Registered User
    Join Date
    04-07-2010
    Location
    Qatar
    MS-Off Ver
    Excel 2007
    Posts
    25

    Re: If Formula

    Thank you so much... I really appreciate it.

+ 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