+ Reply to Thread
Results 1 to 11 of 11

IF function formula

  1. #1
    Registered User
    Join Date
    12-28-2015
    Location
    KL
    MS-Off Ver
    2013
    Posts
    47

    IF function formula

    Dear All,

    I need your kind assistance to help me to formulate the IF function.

    For e.g., when i select "Almost Certain" from the drop down list, i want the result to be "Catastrophic".

    below are the result i wish:

    If i select ""Almost Certain" from the drop down list, i want the result to be "Catastrophic".
    If i select ""Likely" from the drop down list, i want the result to be "Major".
    If i select ""Possible" from the drop down list, i want the result to be "Moderate".
    If i select ""Unlikely" from the drop down list, i want the result to be "Minor".
    If i select ""Rare" from the drop down list, i want the result to be "Insignificant".

    I sincerely appreciate your kind help.

    Best Regards,
    Steve

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2404 Win 11 Home 64 Bit
    Posts
    23,858

    Re: IF function formula

    Please read the yellow banner at the top of this page on how to attach a file.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Registered User
    Join Date
    12-28-2015
    Location
    KL
    MS-Off Ver
    2013
    Posts
    47

    Re: IF function formula

    I guess ive attached
    Attached Files Attached Files

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

    Re: IF function formula

    Easy VLOOKUP:

    =VLOOKUP(C6,$A$15:$B$19,2,0)

    Where C6 is the cell containing the drop-down.

    In future, please use more descriptive thread titles.
    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.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  5. #5
    Registered User
    Join Date
    12-28-2015
    Location
    KL
    MS-Off Ver
    2013
    Posts
    47

    Re: IF function formula

    Hi Ali,

    Thank you. Apologies for not clearly stating the requirement.
    I have reattached the excel. Actually i wish to pick the result from A7(Regardless the option i select).
    For e.g., If A7, i select "Almost certain", the formula able to pick the desired result from "Formula" tab.
    In this case, If "Almost Certain", the formula should reflect "Catastrophic".

    Hope this clarifies.

    Regards,
    Steve
    Attached Files Attached Files

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: IF function formula

    Adjusting Ali's suggest is still the formula you need...
    B7=VLOOKUP(A7,Formula!$A$2:$B$6,2,0)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  7. #7
    Registered User
    Join Date
    12-28-2015
    Location
    KL
    MS-Off Ver
    2013
    Posts
    47

    SOLVED: IF function formula

    Hi Ford,

    Thank you for your assistance.
    Much appreciated.

    Regards,
    Steve
    Last edited by SteveSJ; 11-11-2020 at 03:33 AM. Reason: SOLVED

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,410

    Re: IF function formula

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

  9. #9
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: IF function formula

    Ali did the heavy lifting, but thanks for the feedback

  10. #10
    Registered User
    Join Date
    12-28-2015
    Location
    KL
    MS-Off Ver
    2013
    Posts
    47

    Re: IF function formula

    Hi yes i have given star, unfortunately, it only allows to give me star once

  11. #11
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,410

    Re: IF function formula

    You still haven't marked this thread as solved.

+ 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. Formula Structure Error When Combining IF Function with VLOOKUP Function
    By EverClever in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-16-2017, 03:11 PM
  2. Replies: 7
    Last Post: 10-18-2016, 02:13 PM
  3. Replies: 3
    Last Post: 09-26-2016, 02:42 PM
  4. [SOLVED] Quintile Formula - Function Wise - Help need for formula calculation
    By Yadavgiri in forum Excel Formulas & Functions
    Replies: 38
    Last Post: 12-21-2015, 03:09 PM
  5. Multiple Vlookup Normal Formula (not array formula) or VBA Function Required
    By BoopathiK in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-17-2015, 03:06 AM
  6. Formula Creation: Using List Function + Subtraction Function
    By HelpMe! in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-09-2013, 04:52 PM
  7. Replies: 0
    Last Post: 01-19-2013, 01:35 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