+ Reply to Thread
Results 1 to 7 of 7

Need Info Pulled from Drop down

  1. #1
    Registered User
    Join Date
    09-27-2018
    Location
    Lebanon, PA
    MS-Off Ver
    MS 2010
    Posts
    3

    Need Info Pulled from Drop down

    So I created a time schedule spread sheet. I have multiple tabs for multiple departments. When doing a schedule for servers, I have it as a drop down. I want it so that if I have the same person selected in consecutive cells, it will pull the first cell (start time) and the last cell (end time) to a different work sheet that will put in the correct start time and end time next to the name that the other work book had. So pix one is of the "server" time schedule where the name is picked from a drop down list.Pix1.png

    Pic two is the main tab that I want the "start time" and "end time" to go next to the corresponding persons name.
    Pix2.png

    I'll probably end up adding a "START" and "END" for the main spread sheet if need be and maybe put in two different formulas?

    I was thinkin an "If" formula but I have no idea how to do that witha drop down and how to get it to pick the first and last cell in the column that I need...

    or if anyone has a more simplified idea, I'm alllll ears!

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Need Info Pulled from Drop down

    Please try B29 Press Ctrl+Shift+Enter and drag down

    =TEXT(MIN(IF('Server Weekly Sheet'!$B$5:$J$35=$A29,'Server Weekly Sheet'!$A$5:$A$29)),"h:mm am/pm") &" to "&TEXT(MAX(IF('Server Weekly Sheet'!$B$5:$J$35=$A29,'Server Weekly Sheet'!$A$5:$A$29)),"h:mm am/pm")

    'Server Weekly Sheet'!$B$5:$J$35 this refer to 9/22/2018 you may try offset or index and match with date on B$28 to change this range.

  3. #3
    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,917

    Re: Need Info Pulled from Drop down

    Hi, welcome to the forum

    To best describe or illustrate your problem you would be better off attaching a dummy workbook. The workbook should contain the same structure and some dummy data of the same type as the type you have in your real workbook - so, if a cell contains numbers & letters in this format abc-123 then that should be reflected in the dummy workbook.

    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    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

  4. #4
    Registered User
    Join Date
    09-27-2018
    Location
    Lebanon, PA
    MS-Off Ver
    MS 2010
    Posts
    3

    Re: Need Info Pulled from Drop down

    Ok, thanks for the help Ford. I've attached the file, the info in it was just sample stuff anyways.
    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,513

    Re: Need Info Pulled from Drop down

    It is better to go for worksheet event. Is it ok.
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  6. #6
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: Need Info Pulled from Drop down

    Please try B29 Press Ctrl+Shift+Enter drag to right and drag down

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    I rearrange Server Weekly Sheet to to same columns so formula above can be use.

    Please see attached files
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    09-27-2018
    Location
    Lebanon, PA
    MS-Off Ver
    MS 2010
    Posts
    3

    Re: Need Info Pulled from Drop down

    Wow! That's awesome Bo_Ry!!! That's exactly what I was looking for! 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. Replies: 1
    Last Post: 02-10-2016, 11:26 AM
  2. [SOLVED] Formula to show various information pulled from a drop down selection
    By Hanz87 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-18-2015, 06:10 PM
  3. Replies: 5
    Last Post: 07-10-2014, 11:41 AM
  4. Value Pulled Per List Drop Down selection
    By NKRA in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-12-2008, 02:28 PM
  5. Replies: 1
    Last Post: 06-30-2006, 03:45 PM
  6. [SOLVED] put info from a drop down box into another sheet
    By kenny in forum Excel General
    Replies: 1
    Last Post: 04-06-2006, 09:55 AM
  7. Need info pulled from worksheet
    By Saut1 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-14-2005, 06: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