+ Reply to Thread
Results 1 to 3 of 3

Need assistance with if statement

  1. #1
    Forum Contributor
    Join Date
    04-28-2014
    Location
    Sverige
    MS-Off Ver
    Excel 2010
    Posts
    221

    Need assistance with if statement

    Hi,

    I wanna create the following scenario:

    If the value in cell S116 is picked from T95 then display the text in O92, If the value in cell S116 is picked from T100 then display the text in O97, If the value in cell S116 is picked from T108 then display the text in O102


    Does anyone have a clue on how to do this?

    Regards,

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064

    Re: Need assistance with if statement

    If by "picked from" you mean "is equal to" then try

    =IF(S116=T95,O92,IF(S116=T100,O97,IF(S116=T108,O102,"OTHER")))
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Contributor
    Join Date
    04-28-2014
    Location
    Sverige
    MS-Off Ver
    Excel 2010
    Posts
    221

    Re: Need assistance with if statement

    It worked fine, thank you.

+ 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. Need assistance with if statement
    By RinorM in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-15-2014, 07:58 AM
  2. If statement assistance
    By floricita in forum Excel General
    Replies: 2
    Last Post: 08-15-2014, 07:10 AM
  3. [SOLVED] If statement assistance
    By genichigo in forum Excel General
    Replies: 2
    Last Post: 06-17-2014, 07:34 AM
  4. [SOLVED] Assistance with If And statement
    By Delta729 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-01-2013, 09:56 AM
  5. Assistance with an IF statement
    By dabman in forum Excel General
    Replies: 1
    Last Post: 04-09-2009, 08:31 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