+ Reply to Thread
Results 1 to 2 of 2

Using parameters to use different source files dependant on the date.

  1. #1
    Registered User
    Join Date
    02-08-2006
    Posts
    4

    Angry Using parameters to use different source files dependant on the date.

    I am creating excel worksheets using webtrends. I am trying to get this information into a monthly update report excel spreadsheet with a new row of information for each month. This would all work fine if I could state the source file as filename "todaysdate".
    I have tried =('e:\reports\monthly\[%yyyy%mm%dd%.XLS]sheet1'!C21)
    This does not work...
    Once linked to a source file the formula changes to point to that specific file. Can anyone please help me. I'm sure its possible somehow and its driving me insane.

  2. #2
    pinmaster
    Guest
    Try:

    =INDIRECT("'e:\reports\monthly\["&TEXT(TODAY(),"yyyymmdd")&".XLS]sheet1'!C21")

    you may need to adjust the date format.

    HTH
    Jean-Guy

+ 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