+ Reply to Thread
Results 1 to 5 of 5

Word result based on number formula.

  1. #1
    Registered User
    Join Date
    06-24-2015
    Location
    Manchester
    MS-Off Ver
    2010
    Posts
    76

    Word result based on number formula.

    Hello.

    I have a column (Lets say column G) with data that has a number in ranging from 0 up.

    I need a formula that will give me the results

    if cell in column G is 0 - 74 then it gives me the result RUN RATE.
    if cell in column G is 75 - 99 then it gives me the result COMMS.
    if cell in column G is 100+ then it gives me the result AGED WIP.

    Many Thanks

    Nath'

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,475

    Re: Word result based on number formula.

    Try this:

    =LOOKUP(G1,{0,74,100},{"RUN RATE","COMMS","AGED WIP"})
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Word result based on number formula.

    =LOOKUP(g1,{0;75;100},{"run rate";"comms";"Aged Wp."})

    if the value in in cell g1, then copy down

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,475

    Re: Word result based on number formula.

    The UK locale requires commas, not semi-colons.

  5. #5
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Word result based on number formula.

    I believe that it does work in the uk as commas are used in the formula. within the {} brackets the separation character is dependent upon whether the values are a row or a column.

    Both formula work (not withstanding the value of 74 which should be 75!)

    https://support.office.com/en-gb/art...d-fcae47454eb8

    arguably a "," is less confusing than a ";" but I usually convert a range in a formula to values, as it is quicker than me typing, and out of habit I type in a column not a row

+ 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] If Formula To Produce Word Result
    By Gtrtim112 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 02-16-2015, 10:30 PM
  2. [SOLVED] Return a Result Based on First Word of Cell
    By sillyevi in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 12-10-2014, 10:37 PM
  3. From Spread Sheet to Micro Word based off result of formula in a cell.
    By Butterfree-sq in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-29-2014, 02:55 PM
  4. Replies: 5
    Last Post: 10-23-2014, 08:28 AM
  5. Converting a formula result to a word
    By Alxis in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-14-2014, 12:23 AM
  6. Replies: 3
    Last Post: 04-03-2012, 02:52 PM
  7. select cells based on certain word result
    By dazza67 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-14-2011, 05:24 AM

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