+ Reply to Thread
Results 1 to 2 of 2

correct If formula with three criteria

  1. #1
    Forum Contributor
    Join Date
    11-28-2013
    Location
    Ljubljana
    MS-Off Ver
    Office 365
    Posts
    1,054

    correct If formula with three criteria

    I NEED TO CORRECT THE FOLLOWING FORMULA
    HTML Code: 
    If the AH2 is less than 10 apply zero
    if the AH2 is more than 10 and less than (G2/E2) apply AH2
    If the Ah2 is more than (G2/E2) apply (G2/E2)

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,411

    Re: correct If formula with three criteria

    Try it this way:

    =IF(AH2<=10,0,IF(AH2>=G2/E2,G2/E2,AH2))

    Hope this helps.

    Pete

+ 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. [SOLVED] Formula for Predictions League - 3 points correct score or 1 point correct result
    By daveyboy1681 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 08-17-2016, 04:09 PM
  2. Replies: 2
    Last Post: 04-22-2016, 01:25 PM
  3. Replies: 15
    Last Post: 11-25-2014, 08:14 AM
  4. Replies: 1
    Last Post: 10-01-2014, 04:50 PM
  5. [SOLVED] The formula is correct but one cell does not return correct value
    By nkhondeya@gmail.com in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-09-2013, 03:08 PM
  6. Lookup the correct value for the designated criteria
    By ebin charles in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 05-31-2010, 06:41 AM
  7. Am I correct in using the IF formula for 6 criteria?
    By danny2324 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-24-2008, 01:50 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