+ Reply to Thread
Results 1 to 3 of 3

Multiple Formula in one cell.

  1. #1
    Registered User
    Join Date
    05-03-2010
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2007
    Posts
    2

    Unhappy Multiple Formula in one cell.

    I need a formula that will look at multiple figures but will assign a letter for a particular number. I'd rather not use a macro.

    my example, Less than 50% will have the letter 'E' assigned to it.
    Then it needs to look for numbers between 50% and 65% will be assigned a 'D'.
    Then it needs to look for numbers between 65% and 75% will be assigned a 'C'.
    Then it needs to look for numbers between 75% and 85% will be assigned a 'B'
    and anything greater than 85% will have a 'A' assigned to it.

    It needs to look at all of this and when it has the figure it needs to assign the letter in another cell. it only has to look in one cell for the figure.

    I have the IF formula for them individually eg =IF(A1<50%, "e", "") but that only assigns either a number or blank.

    Any help would be greatly appreciated.


    Thank you

  2. #2
    Forum Expert contaminated's Avatar
    Join Date
    05-07-2009
    Location
    Baku, Azerbaijan
    MS-Off Ver
    Excel 2013
    Posts
    1,430

    Re: Multiple Formula in one cell.

    Hi and welcome to the forum
    Try this

    =LOOKUP(A1,{0;0.5;0.65;0.75;0.85},{"E";"D";"C";"B";"A"})
    Last edited by contaminated; 05-03-2010 at 01:08 AM.
    Люди, питающие благие намерения, как раз и становятся чудовищами.

    Regards, ?Born in USSR?
    Vusal M Dadashev

    Baku, Azerbaijan

  3. #3
    Registered User
    Join Date
    05-03-2010
    Location
    Brisbane, Australia
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Multiple Formula in one cell.

    Thank you very much, worked perfectly.

+ 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