+ Reply to Thread
Results 1 to 4 of 4

Trying to compare data from one page to a specific range on another tab

  1. #1
    Registered User
    Join Date
    09-18-2007
    Posts
    16

    Trying to compare data from one page to a specific range on another tab

    I have a list of tasks one one tab which are all labelled.
    I also have a task rota on another tab listing the tasks under 5 columns for each day of the week

    I am looking to pull through task a from the 5th November from a range that covers the 5-9th November (5 days). I already have a cell on each tab highlighting

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Trying to compare data from one page to a specific range on another tab

    It would be better if you upload a small sample workbook to see how your data look like..
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Registered User
    Join Date
    09-18-2007
    Posts
    16

    Re: Trying to compare data from one page to a specific range on another tab

    I've now attached a file

    One tab has today's date with a list of tasks and a blank field for who the task is allocated to

    I want a formula to pull through the task owner from the rota tab linking to the correct date
    Attached Files Attached Files

  4. #4
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Trying to compare data from one page to a specific range on another tab

    Try in B3 and copy down, this.

    =INDEX('task rota'!$C2:$I2,MATCH(tasks!A3,'task rota'!B2:B5;0),MATCH(tasks!$A$1,'task rota'!$C$1:$I$1,0))

+ 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