+ Reply to Thread
Results 1 to 3 of 3

Recalling a table conditionally (see inside)

  1. #1
    Forum Contributor
    Join Date
    01-08-2013
    Location
    ankara
    MS-Off Ver
    Excel 2010
    Posts
    134

    Question Recalling a table conditionally (see inside)

    B2:N13 (2009)
    B15:N26 (2010)
    B28:N39 (2011)
    B41:N52 (2012)

    I have 4 tables in a sheet. You can see the ranges above. These tables give information based on the year they belong to.
    In another sheet, I have a dropdown list of 2009-2012 (say in A1). Based on this selection (let's 2010) I want to insert the related table (to let's say B4:N15)
    (Please remember some cells in the table are merged!)

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,065

    Re: Recalling a table conditionally (see inside)

    Maybe use INDIRECT with a VLOOKUP?

    Alternatively I notice each table is 11 rows long so given a year, e.g. 2010
    this formula will provide the range

    "B"&(A1-2009)*13+2&":B"&(A1-2009)*13+13

    where A1 is the year
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Contributor
    Join Date
    01-08-2013
    Location
    ankara
    MS-Off Ver
    Excel 2010
    Posts
    134

    Re: Recalling a table conditionally (see inside)

    Thank you for the idea. I used this formula and it worked well:

    Please Login or Register  to view this content.
    I pasted the same formula to whole new table and the match one-one with the previous sheet.

    I thought there could be an easier way. Such as define the table with a name and recall the table back.

+ 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