Closed Thread
Results 1 to 5 of 5

Formula correction? IF ...

  1. #1
    Registered User
    Join Date
    01-15-2021
    Location
    Manchester
    MS-Off Ver
    Via Teams
    Posts
    2

    Formula correction? IF ...

    I have a spreadsheet that gives error percentages in column F - I want to categorise these percentages into bands as follows -

    0-10 Excellent
    10-20 Good
    20-60 Low
    60-80 Very Low
    80 and above Concern

    I've made a start with the following, but the result is always Excellent, despite the figure in the F column. Can anyone help me with a correction or a more effective way of getting the desired outcome?

    =IF(F5>=80%, "Concern", IF(F5>=60, "Very Low", IF(F5>=20, "Low", IF(F5>=10, "Good", IF(F5<10, "Excellent")))))

  2. #2
    Forum Expert
    Join Date
    09-07-2014
    Location
    Israel
    MS-Off Ver
    office 365
    Posts
    3,187

    Re: Formula correction? IF ...

    Hi,
    Please attach your excel file...

  3. #3
    Registered User
    Join Date
    01-15-2021
    Location
    Manchester
    MS-Off Ver
    Via Teams
    Posts
    2

    Re: Formula correction? IF ...

    File uploaded remove confidential data - now looking for column A to be based on % in column C
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,788

    Re: Formula correction? IF ...

    You need to add the percent sign to all the numbers
    =IF(C3>=80%, "Concern", IF(C3>=60%, "Very Low", IF(C3>=20%, "Low", IF(C3>=10%, "Good", "Excellent"))))

  5. #5
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    China Shanghai
    MS-Off Ver
    365 V2503 and WPS V2024(12.1.0.18543)
    Posts
    3,963

    Re: Formula correction? IF ...

    Provide another method for reference
    A3 cell formula , drag down

    HTML Code: 

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Correction to a formula
    By mikerules in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-10-2014, 12:18 AM
  2. Correction to Formula
    By PhilH1982 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-12-2007, 06:19 AM
  3. [SOLVED] correction of formula please............
    By JE McGimpsey in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2005, 04:05 AM
  4. [SOLVED] correction of formula please............
    By azmi in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-11-2005, 04:05 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