+ Reply to Thread
Results 1 to 4 of 4

Offset to different worksheet problem

  1. #1
    Forum Contributor
    Join Date
    04-25-2006
    Posts
    215

    Offset to different worksheet problem

    I have the formula below, which takes the date from a cell(G8) and finds the corresponding data in another worksheet(Data!). This formula is working. But for some reason I can't get a second formula to look up the data one cell to the right.

    =IF(Date=0,"",OFFSET(Data!$E$5,ROW(A1)+100,MATCH(G8,Data!$F$3:$CT$3,0)))

    Any suggestions?

    Regards,

    EP

  2. #2
    JE McGimpsey
    Guest

    Re: Offset to different worksheet problem

    One way, if I understand you correctly:

    =IF(Date=0, "", OFFSET(Data!$E$5, ROW(A1)+100, MATCH(G8,
    Data!$F$3:$CT$3, 0) + 1))



    In article
    <[email protected]>,
    edwardpestian
    <[email protected]> wrote:

    > I have the formula below, which takes the date from a cell(G8) and finds
    > the corresponding data in another worksheet(Data!). This formula is
    > working. But for some reason I can't get a second formula to look up
    > the data one cell to the right.
    >
    > =IF(Date=0,"",OFFSET(Data!$E$5,ROW(A1)+100,MATCH(G8,Data!$F$3:$CT$3,0)))
    >
    > Any suggestions?
    >
    > Regards,
    >
    > EP


  3. #3
    Forum Contributor
    Join Date
    04-25-2006
    Posts
    215

    Thanks!

    It worked as expeted.

    Thanks.

    Regards,
    EP

  4. #4
    Forum Contributor
    Join Date
    04-25-2006
    Posts
    215

    One more criteria...??

    Now I'd like to take it one step further and have the forumula match based on two different cell criteria: G8 and H8. Can I do this?

    =IF(Date=0, "", OFFSET(Data!$E$5, ROW(A1)+100, MATCH(G8,
    Data!$F$3:$CT$3, 0) + 1))

    Thanks again.

    EP

+ 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