+ Reply to Thread
Results 1 to 3 of 3

How can I tell an IF statement to return a value from a drop down list in another cell.

  1. #1
    Registered User
    Join Date
    12-12-2014
    Location
    Hampshire
    MS-Off Ver
    Excel 2007
    Posts
    1

    Angry How can I tell an IF statement to return a value from a drop down list in another cell.

    Hi,

    Help please!! I am trying to get a value returned when a condition is met - that value being from a drop down in another cell.
    My formula looks like this: =if(AB4="AP",""Please enter approval date,"") Cell AB4 has a drop down set up, I want this if statement to return "Please enter approval date" IF cell AB4 states AP, If not leave cell blank.
    However it will not let me as cell AB4 is a drop down cell so the word AP is not actually input (to eliminate data input error)

    Help/advise please :-(

    Thanks
    Lauren

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: How can I tell an IF statement to return a value from a drop down list in another cell

    Try this:
    =if(AB4="AP","Please enter approval date","")
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.83 (24031120))
    Posts
    8,731

    Re: How can I tell an IF statement to return a value from a drop down list in another cell

    did you mistype the formula - it should be

    =if(AB4="AP","Please enter approval date","")

    should work with a dropdown
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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. Return value based on selection chosen from drop-down list in cell next to it
    By b624333 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-03-2014, 07:45 PM
  2. Need to access certain elements in a drop down list and return values from another cell
    By bmdaugerty in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-18-2013, 08:49 PM
  3. Replies: 0
    Last Post: 01-10-2013, 06:09 PM
  4. Drop down list with an if statement
    By khelton in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-05-2005, 11:05 PM
  5. [SOLVED] Drop down list with an if statement
    By khelton in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-05-2005, 10:05 PM

Tags for this Thread

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