+ Reply to Thread
Results 1 to 2 of 2

using cell data to specify links to other sheets

  1. #1
    Registered User
    Join Date
    02-08-2007
    Posts
    11

    using cell data to specify links to other sheets

    Hi I am trying to write a formula on sheet 3 (Template) that will give me data from sheet 1 (Recall_Task) and sheet 2 (Task_CR). The problem I am having is that I cannot write a formula that allows me to use another cell on sheet 3 to reference to correct row to get the data from on sheet 1. I know this sounds confusing but looking at the formula may help.

    =IF(AND(LEFT(Recall_Task!B5,4)="read",MID(Task_CR!D(Template!CC2),15,1)="1"),Recall_Task!E5,"")

    The problem is that it will not let me use (Template!CC2) to reference the correct row in column D on sheet Task_CR. I am sure this problem has a simple solution.... sorry, I am an excel novice!


    If any clarifications are needed please reply or PM me.

    Thanks!

    Paul

  2. #2
    Forum Contributor
    Join Date
    03-13-2005
    Posts
    6,195
    Quote Originally Posted by pmetzak
    Hi I am trying to write a formula on sheet 3 (Template) that will give me data from sheet 1 (Recall_Task) and sheet 2 (Task_CR). The problem I am having is that I cannot write a formula that allows me to use another cell on sheet 3 to reference to correct row to get the data from on sheet 1. I know this sounds confusing but looking at the formula may help.

    =IF(AND(LEFT(Recall_Task!B5,4)="read",MID(Task_CR!D(Template!CC2),15,1)="1"),Recall_Task!E5,"")

    The problem is that it will not let me use (Template!CC2) to reference the correct row in column D on sheet Task_CR. I am sure this problem has a simple solution.... sorry, I am an excel novice!


    If any clarifications are needed please reply or PM me.

    Thanks!

    Paul
    Hi,

    try

    =IF(AND(LEFT(Recall_Task!B5,4)="read",MID(INDIRECT("Task_CR!D"&Template!CC2),15,1)="1"),Recall_Task!E5,"")

    hth
    ---
    Si fractum non sit, noli id reficere.

+ 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