+ Reply to Thread
Results 1 to 2 of 2

Linking challenge

  1. #1
    Registered User
    Join Date
    11-14-2004
    Posts
    6

    Linking challenge

    I'm working on a project to link many separate workbooks to consolidate key figures into an Executive Dashboard.

    In one case the source data has a new worksheet in a workbook each month, with sheet names like Jan08 or Feb08 etc. so that would be a showstopper to link to. So, I'm thinking that there could be a formula that I could use where I have have a sheet called Current month, and I would specify the specify the sheet name (e.g. cell a1 contains Jan08), and it would bring back the value of the a cell, say A2 of that Jan08 sheet.

    That way I would always be linking to the sheet called Current month.

    I have been trying to use the OFFSET function, but trying to specify another sheet is not working for me.

    Any ideas out there?

    Thx

    Mark

  2. #2
    Forum Contributor
    Join Date
    10-17-2007
    Location
    Washington, DC
    Posts
    103
    YOu can still create Jan08 within a formula, use:

    =TEXT(DATE(2008,ROW(),1),"mmm")&"08"

    as you paste it down, it should give you Jan, Feb, Mar...

    or if you want to paste it over, change the ROW() to COLUMN()

+ 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