+ Reply to Thread
Results 1 to 3 of 3

Populating a matrix from a list

  1. #1
    Registered User
    Join Date
    11-12-2007
    Posts
    14

    Populating a matrix from a list

    Hello everyone,

    I have a problem and hopefully someone knows how to do it,

    I have a list of sub-contractors that are on jobs throughout a month, i have a list of these jobs along with the dates that they are on them, I need to populate the list into a table and place the job letter into the date cell that corresponds with the contractor, so its kind of a timetable for the contractors, i have tried using index and match and various other methods but nothing works as i want it to.

    I have attached a sample, with the kind of results i need.

    Many thanks in advance,
    Andy
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Try this formula in B4:

    Please Login or Register  to view this content.
    Which must be confirmed with CTRL+SHIFT+ENTER, not just ENTER. You will see { } brackets appear around it.

    Then copy it down and across.

    Note: I assumed you wanted to ignore weekends... that's what the IF(WEEKDAY(B$2,2)>=6,"".... part does..
    Attached Files Attached Files
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    11-12-2007
    Posts
    14
    thanks nbvc,

    works great, fantastic job

    many regards,

    andy

+ 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