+ Reply to Thread
Results 1 to 3 of 3

Lists and alternate cell return

Hybrid View

  1. #1
    Registered User
    Join Date
    07-27-2012
    Location
    United States
    MS-Off Ver
    Excel 2010 /13
    Posts
    11

    Lists and alternate cell return

    I want to be able to choose a list, then a date, and return a value in an adjacent cell.


    I wanted to make a "named " group with each set of dates, so that I could make the named group auto grow if more dates were added but was unable to get my drop down list show the population of the named group.

    So then I manually put in name of lists, and setup the dates to pull a range based on name in list cell C15.

    I tried using Offset and Indirect to gather sales but kept getting #ref, but I am iffy on my knoweldge of using them effectively at times.

    =OFFSET(INDIRECT(C17),0,1)

    Thanks, Mike
    Attached Files Attached Files
    Last edited by MikeinOK; 03-06-2013 at 03:57 PM.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Lists and alternate cell return

    In C19

    =INDEX(INDEX($C$4:$G$12,,MATCH(C15,$C$3:$G$3,0)+1),MATCH(C17,INDEX($C$4:$G$12,,MATCH(C15,$C$3:$G$3,0)),0))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    07-27-2012
    Location
    United States
    MS-Off Ver
    Excel 2010 /13
    Posts
    11

    Re: Lists and alternate cell return

    Thank you very much

+ 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