+ Reply to Thread
Results 1 to 4 of 4

Scheduling Help

  1. #1
    Registered User
    Join Date
    12-12-2011
    Location
    Houston, TX
    MS-Off Ver
    2010
    Posts
    24

    Exclamation Scheduling Help

    Hello Excel Forum
    im new to this community. i've been looking for an active community that i can join to give and receive help.

    i have a weird Dilemma i would like to present to you guys.

    i have a table that is organized by day and person.
    and each cell has a name of a job that is doing that job for that day

    i would like to create a new worksheet with a similar table
    but instead have it organized by day and job
    and each cell lists the name for that person on that day.
    i would like for the cells to contain a formula to search the first worksheet and find
    the name of the person, and then list what they are doing for that day. and display it
    in the appropriate cell for that specific day.

    a formula would be preferred, over a VB script. but either or is fine.

    sorry if its confusing, heres a pic if it helps.
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by MastahFez; 12-13-2011 at 02:14 AM.

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Scheduling Help

    Hi
    Welcome to the forum..
    Used match and vlookup.
    Like this?


    [ATTACH]samplescheduling[/ATTACH]
    Attached Files Attached Files
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    12-12-2011
    Location
    Houston, TX
    MS-Off Ver
    2010
    Posts
    24

    Re: Scheduling Help

    wow !!

    =IF(ISNA(IF(INDEX(C$6:C$10,MATCH(C20,F$6:F$10,0),1)="","",INDEX(C$6:C$10,MATCH(C20,F$6:F$10,0),1))),"",IF(INDEX(C$6:C$10,MATCH(C20,F$6:F$10,0),1)="","",INDEX(C$6:C$10,MATCH(C20,F$6:F$10,0),1)))

    theres no way in h**l i would have EVER come up with ANYTHING even close to this formula.
    thank you so much for your help. this is amazing !!

    +rep awarded

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Scheduling Help

    Welcome
    Please mark solve.

+ 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