+ Reply to Thread
Results 1 to 4 of 4

Action List Based on Yes/No answers.

  1. #1
    Registered User
    Join Date
    06-09-2009
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    11

    Action List Based on Yes/No answers.

    Hello.

    I can use the IF function to create text based on a number being present but I cannot get the IF function to display text dependant on text being present.


    Can someone tell me the (no doubt obvious) formula for this scenario.

    If Sheet 1, A 2 contains a "Yes" I want Sheet 2, A 2 to state "The M.I.D on this site currently has a Spyder Mast installed and will need to be decomissioned by Spyder in conjunction with the network boost to maintain the signal" If it contains a "No" I want stated "No action required"

    Sorry, even the Dummies guide isn't simple enough for some!

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Action List Based on Yes/No answers.

    =if(sheet1!a2="Yes", "The MID ...", "No action required")
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Action List Based on Yes/No answers.

    Hi,

    =IF(Sheet1!A2="Yes","your long text","No Action required")

    Note 'Sheet1' is the name of the sheet - change as necessary

    Rgds
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  4. #4
    Registered User
    Join Date
    06-09-2009
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Action List Based on Yes/No answers.

    Thanks guys,
    That's good enough for me. I can get it to work if I manually insert your code but using the "sum if" pop up box in my excel it does not insert the same code and fails.

    I have enough info to work out why now though,

    Many thanks and sorry to trouble you "again" with such minor problems.

+ 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