+ Reply to Thread
Results 1 to 5 of 5

HELP - I need some assistance in Writing an IF formula

  1. #1
    Registered User
    Join Date
    06-14-2016
    Location
    Al Ain, Abu Dhabi
    MS-Off Ver
    2016
    Posts
    2

    HELP - I need some assistance in Writing an IF formula

    Hi People,

    I am trying to write an IF formula for an Excel document I'm working on and running into some difficulties.

    Basically, I have a column of numbers that in the next cell I want it translate to a Letter equivalent, eg if the number is between 3 and 4 ie 3, 3.25, 3.5, 3.75 or 4 then I want the next cell to say M. In addition I want it to translate any number between 2 - 2.75 = D, 0.75 - 1.75 = E, 0 - 0.5 = N

    Can anyone help me with this?

    Much appreciated.
    Louise

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,503

    Re: HELP - I need some assistance in Writing an IF formula

    Try

    =LOOKUP(B1,{0,0.75,2,3},{"N","E","O","M"})

  3. #3
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: HELP - I need some assistance in Writing an IF formula

    Hi
    Try this
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Formula gives you a empty string for missing values.

  4. #4
    Registered User
    Join Date
    06-14-2016
    Location
    Al Ain, Abu Dhabi
    MS-Off Ver
    2016
    Posts
    2

    Re: HELP - I need some assistance in Writing an IF formula

    This worked a dream! Thank you Jose.

  5. #5
    Forum Expert José Augusto's Avatar
    Join Date
    10-29-2014
    Location
    Portugal
    MS-Off Ver
    2013-2016
    Posts
    3,329

    Re: HELP - I need some assistance in Writing an IF formula

    You are welcomed.

+ 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] Need assistance writing macro to insert rows based on consistency of data
    By red5030 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 05-01-2015, 02:38 AM
  2. Assistance with writing and inserting code correctly
    By shanem11 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-02-2012, 02:46 PM
  3. Formula Assistance
    By rhinoc in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-29-2012, 08:23 AM
  4. VLOOKUP Needed
    By Thunderace in forum Excel General
    Replies: 1
    Last Post: 03-12-2012, 10:48 AM
  5. Need assistance with a formula
    By esmer in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-07-2006, 06:10 PM
  6. [SOLVED] Formula Assistance (
    By MarthaMartha in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-15-2006, 01:55 PM
  7. Replies: 2
    Last Post: 01-03-2006, 05:42 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