+ Reply to Thread
Results 1 to 8 of 8

Different outcome for drop down box variables

  1. #1
    Registered User
    Join Date
    04-07-2008
    Posts
    11

    Different outcome for drop down box variables

    i was wondering if i can put name into a drop down box then get different date outcomes from different names... such as if sue is selected in the drop down menu then B1(a date i insert myself + 14 days)... ive got the drop down box already and know how to get the auto date (=B1+14) just dont know how to change it for different variables in the drop down box... i hope this is a challenge to some of u lol...

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482
    Quote Originally Posted by Frankiemillion
    i was wondering if i can put name into a drop down box then get different date outcomes from different names... such as if sue is selected in the drop down menu then B1(a date i insert myself + 14 days)... ive got the drop down box already and know how to get the auto date (=B1+14) just dont know how to change it for different variables in the drop down box... i hope this is a challenge to some of u lol...
    Hi,
    You could try a vlookup formula,
    here's an example
    Attached Files Attached Files
    Last edited by davesexcel; 04-09-2008 at 08:45 PM.

  3. #3
    Registered User
    Join Date
    04-07-2008
    Posts
    11
    Quote Originally Posted by davesexcel
    Hi,
    Try you could try a vlookup formula,
    here's an example
    ill keep trying to stump you professionals... thanks alot its a massive help...

  4. #4
    Registered User
    Join Date
    04-07-2008
    Posts
    11
    ok another slight challenge... is there anyway to show nothing in the autodate cell until i have selected a name from the drop down box??? because atm it comes up with #N/A and would like it to show nothing untill a person has been selected
    Last edited by Frankiemillion; 04-09-2008 at 10:20 PM.

  5. #5
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482
    Quote Originally Posted by Frankiemillion
    ok another slight challenge... is there anyway to show nothing in the autodate cell until i have selected a name from the drop down box??? because atm it comes up with #N/A and would like it to show nothing untill a person has been selected
    Try copying and pasting this in place of the original formula C1
    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    04-07-2008
    Posts
    11
    ok that didnt work... comes up with "the formula you type has an error." and has the quotation marks highlighted. so i put a space between them and then the last quotation mark is highlighted...

  7. #7
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,482
    Quote Originally Posted by Frankiemillion
    ok that didnt work... comes up with "the formula you type has an error." and has the quotation marks highlighted. so i put a space between them and then the last quotation mark is highlighted...
    I just copied and pasted it again into the sheet and it worked for me, I am sure you will be able to get it, if not try this
    =IF(ISERROR(TEXT(B1+VLOOKUP(A1,$F$1:$G$5,2,0),"mmmm dd, yyy")),"",TEXT(B1+VLOOKUP(A1,$F$1:$G$5,2,0),"mmmm dd, yyy"))

  8. #8
    Registered User
    Join Date
    04-07-2008
    Posts
    11
    That is awesome... even tho i didnt work anything out i feel amazingly smart lol... thanks dave

+ 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