+ Reply to Thread
Results 1 to 10 of 10

Lookup Question

  1. #1
    Registered User
    Join Date
    06-04-2005
    Posts
    1

    Lookup Question

    I have a spreadsheet that has date ranges and an associated group ID.
    In another sheet I enter a date and I want to refrence the date ranges to pull over the group ID. I thought I could use Lookup & reference, index. The attempt failed. So I am looking for suggestions.
    Thank for any help.
    Brad P.

  2. #2
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    Are you looking for something like this (see encl. picture)?

    Ola Sandström
    Attached Images Attached Images

  3. #3
    RagDyeR
    Guest

    Re: Lookup Question

    Your question is not too full of factual information, as to actual data
    configuration (date *ranges*???) and/or data list arrangement
    (construction).

    As a general example, say Sheet3 has a list if dates from B1 to B50, and
    group ID's in A1 to A50.

    On Sheet1, you enter a date in G10, and this formula in H10, which will
    return the corresponding group ID from Sheet3:

    If the matching date is *not* found on Sheet3, the #N/A error will be
    returned to H10 instead:

    =INDEX(Sheet3!A1:A28,MATCH(G10,Sheet3!B1:B28,0))

    If you are *not* looking for exact matches to the date entered into G10, or
    your list of dates is truly a *range* of dates, perhaps entered into 2
    columns, post back with your exact datalist configuration for other
    suggestions.
    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================




    "Brad P" <[email protected]> wrote in
    message news:[email protected]...

    I have a spreadsheet that has date ranges and an associated group ID.
    In another sheet I enter a date and I want to refrence the date ranges
    to pull over the group ID. I thought I could use Lookup & reference,
    index. The attempt failed. So I am looking for suggestions.
    Thank for any help.
    Brad P.


    --
    Brad P
    ------------------------------------------------------------------------
    Brad P's Profile:
    http://www.excelforum.com/member.php...o&userid=24049
    View this thread: http://www.excelforum.com/showthread...hreadid=376575



  4. #4
    Forum Expert
    Join Date
    12-24-2004
    Location
    Sweden
    Posts
    1,256
    Here is the file, as promised.

    Hope it helps
    Ola Sandström
    Attached Files Attached Files

  5. #5
    RagDyeR
    Guest

    Re: Lookup Question

    Your question is not too full of factual information, as to actual data
    configuration (date *ranges*???) and/or data list arrangement
    (construction).

    As a general example, say Sheet3 has a list if dates from B1 to B50, and
    group ID's in A1 to A50.

    On Sheet1, you enter a date in G10, and this formula in H10, which will
    return the corresponding group ID from Sheet3:

    If the matching date is *not* found on Sheet3, the #N/A error will be
    returned to H10 instead:

    =INDEX(Sheet3!A1:A28,MATCH(G10,Sheet3!B1:B28,0))

    If you are *not* looking for exact matches to the date entered into G10, or
    your list of dates is truly a *range* of dates, perhaps entered into 2
    columns, post back with your exact datalist configuration for other
    suggestions.
    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================




    "Brad P" <[email protected]> wrote in
    message news:[email protected]...

    I have a spreadsheet that has date ranges and an associated group ID.
    In another sheet I enter a date and I want to refrence the date ranges
    to pull over the group ID. I thought I could use Lookup & reference,
    index. The attempt failed. So I am looking for suggestions.
    Thank for any help.
    Brad P.


    --
    Brad P
    ------------------------------------------------------------------------
    Brad P's Profile:
    http://www.excelforum.com/member.php...o&userid=24049
    View this thread: http://www.excelforum.com/showthread...hreadid=376575



  6. #6
    RagDyeR
    Guest

    Re: Lookup Question

    Your question is not too full of factual information, as to actual data
    configuration (date *ranges*???) and/or data list arrangement
    (construction).

    As a general example, say Sheet3 has a list if dates from B1 to B50, and
    group ID's in A1 to A50.

    On Sheet1, you enter a date in G10, and this formula in H10, which will
    return the corresponding group ID from Sheet3:

    If the matching date is *not* found on Sheet3, the #N/A error will be
    returned to H10 instead:

    =INDEX(Sheet3!A1:A28,MATCH(G10,Sheet3!B1:B28,0))

    If you are *not* looking for exact matches to the date entered into G10, or
    your list of dates is truly a *range* of dates, perhaps entered into 2
    columns, post back with your exact datalist configuration for other
    suggestions.
    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================




    "Brad P" <[email protected]> wrote in
    message news:[email protected]...

    I have a spreadsheet that has date ranges and an associated group ID.
    In another sheet I enter a date and I want to refrence the date ranges
    to pull over the group ID. I thought I could use Lookup & reference,
    index. The attempt failed. So I am looking for suggestions.
    Thank for any help.
    Brad P.


    --
    Brad P
    ------------------------------------------------------------------------
    Brad P's Profile:
    http://www.excelforum.com/member.php...o&userid=24049
    View this thread: http://www.excelforum.com/showthread...hreadid=376575



  7. #7
    RagDyeR
    Guest

    Re: Lookup Question

    Your question is not too full of factual information, as to actual data
    configuration (date *ranges*???) and/or data list arrangement
    (construction).

    As a general example, say Sheet3 has a list if dates from B1 to B50, and
    group ID's in A1 to A50.

    On Sheet1, you enter a date in G10, and this formula in H10, which will
    return the corresponding group ID from Sheet3:

    If the matching date is *not* found on Sheet3, the #N/A error will be
    returned to H10 instead:

    =INDEX(Sheet3!A1:A28,MATCH(G10,Sheet3!B1:B28,0))

    If you are *not* looking for exact matches to the date entered into G10, or
    your list of dates is truly a *range* of dates, perhaps entered into 2
    columns, post back with your exact datalist configuration for other
    suggestions.
    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================




    "Brad P" <[email protected]> wrote in
    message news:[email protected]...

    I have a spreadsheet that has date ranges and an associated group ID.
    In another sheet I enter a date and I want to refrence the date ranges
    to pull over the group ID. I thought I could use Lookup & reference,
    index. The attempt failed. So I am looking for suggestions.
    Thank for any help.
    Brad P.


    --
    Brad P
    ------------------------------------------------------------------------
    Brad P's Profile:
    http://www.excelforum.com/member.php...o&userid=24049
    View this thread: http://www.excelforum.com/showthread...hreadid=376575



  8. #8
    RagDyeR
    Guest

    Re: Lookup Question

    Your question is not too full of factual information, as to actual data
    configuration (date *ranges*???) and/or data list arrangement
    (construction).

    As a general example, say Sheet3 has a list if dates from B1 to B50, and
    group ID's in A1 to A50.

    On Sheet1, you enter a date in G10, and this formula in H10, which will
    return the corresponding group ID from Sheet3:

    If the matching date is *not* found on Sheet3, the #N/A error will be
    returned to H10 instead:

    =INDEX(Sheet3!A1:A28,MATCH(G10,Sheet3!B1:B28,0))

    If you are *not* looking for exact matches to the date entered into G10, or
    your list of dates is truly a *range* of dates, perhaps entered into 2
    columns, post back with your exact datalist configuration for other
    suggestions.
    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================




    "Brad P" <[email protected]> wrote in
    message news:[email protected]...

    I have a spreadsheet that has date ranges and an associated group ID.
    In another sheet I enter a date and I want to refrence the date ranges
    to pull over the group ID. I thought I could use Lookup & reference,
    index. The attempt failed. So I am looking for suggestions.
    Thank for any help.
    Brad P.


    --
    Brad P
    ------------------------------------------------------------------------
    Brad P's Profile:
    http://www.excelforum.com/member.php...o&userid=24049
    View this thread: http://www.excelforum.com/showthread...hreadid=376575



  9. #9
    RagDyeR
    Guest

    Re: Lookup Question

    Your question is not too full of factual information, as to actual data
    configuration (date *ranges*???) and/or data list arrangement
    (construction).

    As a general example, say Sheet3 has a list if dates from B1 to B50, and
    group ID's in A1 to A50.

    On Sheet1, you enter a date in G10, and this formula in H10, which will
    return the corresponding group ID from Sheet3:

    If the matching date is *not* found on Sheet3, the #N/A error will be
    returned to H10 instead:

    =INDEX(Sheet3!A1:A28,MATCH(G10,Sheet3!B1:B28,0))

    If you are *not* looking for exact matches to the date entered into G10, or
    your list of dates is truly a *range* of dates, perhaps entered into 2
    columns, post back with your exact datalist configuration for other
    suggestions.
    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================




    "Brad P" <[email protected]> wrote in
    message news:[email protected]...

    I have a spreadsheet that has date ranges and an associated group ID.
    In another sheet I enter a date and I want to refrence the date ranges
    to pull over the group ID. I thought I could use Lookup & reference,
    index. The attempt failed. So I am looking for suggestions.
    Thank for any help.
    Brad P.


    --
    Brad P
    ------------------------------------------------------------------------
    Brad P's Profile:
    http://www.excelforum.com/member.php...o&userid=24049
    View this thread: http://www.excelforum.com/showthread...hreadid=376575



  10. #10
    RagDyeR
    Guest

    Re: Lookup Question

    Your question is not too full of factual information, as to actual data
    configuration (date *ranges*???) and/or data list arrangement
    (construction).

    As a general example, say Sheet3 has a list if dates from B1 to B50, and
    group ID's in A1 to A50.

    On Sheet1, you enter a date in G10, and this formula in H10, which will
    return the corresponding group ID from Sheet3:

    If the matching date is *not* found on Sheet3, the #N/A error will be
    returned to H10 instead:

    =INDEX(Sheet3!A1:A28,MATCH(G10,Sheet3!B1:B28,0))

    If you are *not* looking for exact matches to the date entered into G10, or
    your list of dates is truly a *range* of dates, perhaps entered into 2
    columns, post back with your exact datalist configuration for other
    suggestions.
    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================




    "Brad P" <[email protected]> wrote in
    message news:[email protected]...

    I have a spreadsheet that has date ranges and an associated group ID.
    In another sheet I enter a date and I want to refrence the date ranges
    to pull over the group ID. I thought I could use Lookup & reference,
    index. The attempt failed. So I am looking for suggestions.
    Thank for any help.
    Brad P.


    --
    Brad P
    ------------------------------------------------------------------------
    Brad P's Profile:
    http://www.excelforum.com/member.php...o&userid=24049
    View this thread: http://www.excelforum.com/showthread...hreadid=376575



+ 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