+ Reply to Thread
Results 1 to 3 of 3

Have a value of numbers equal a letter value

  1. #1
    Registered User
    Join Date
    07-28-2010
    Location
    Vulcan, AB
    MS-Off Ver
    Excel 2003
    Posts
    2

    Arrow Have a value of numbers equal a letter value

    Hi there,

    I'm trying to create a formula to get Excel 2003 to do basically this:

    if the value of column i = 0 to 5 the letter value shown is L
    if the value of column i - 6 to 11 the letter value shown is M
    if the value of column i - 12 to 17 the letter value shown is H

    basically i have columns F, G, H that have numerical values and a formula that adds those together to come up with a number 0 to 17. I want that number, based on the idea above, to visualize a letter instead of the number

    for example:

    F = 4
    G = 4
    H = 7
    I = 15 so it would show up as H in the cell.

    something like this:
    =SUM(F12:H12) ----- THEN add the other part where if the answer is 0-5 it displays L, etc.

    Thanks for any help and input!

    Stephanie
    Last edited by chompz; 07-28-2010 at 01:32 PM.

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

    Re: Have a value of numbers equal a letter value

    A LOOKUP should suffice

    =LOOKUP(SUM(F12:H12),{0,6,12},{"L","M","H"})

  3. #3
    Registered User
    Join Date
    07-28-2010
    Location
    Vulcan, AB
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Have a value of numbers equal a letter value

    Thank you!! That worked wonderfully!!!!!!! :D

+ 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