Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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. -- stuckupnorth ------------------------------------------------------------------------ stuckupnorth's Profile: http://www.excelforum.com/member.php...o&userid=31330 View this thread: http://www.excelforum.com/showthread...hreadid=510129 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Try: =INDIRECT("'e:\reports\monthly\["&TEXT(TODAY(),"yyyymmdd")&".XLS]sheet1'!C21") you may need to adjust the date format. HTH Jean-Guy -- pinmaster ------------------------------------------------------------------------ pinmaster's Profile: http://www.excelforum.com/member.php...fo&userid=6261 View this thread: http://www.excelforum.com/showthread...hreadid=510129 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Another Date issue. | Excel Worksheet Functions | |||
NETWORKDAYS - Multiple Date Selection | Excel Discussion (Misc queries) | |||
Date issue between Windows and Macintosh version | Excel Discussion (Misc queries) | |||
Converting numbers to date format from csv files | Excel Discussion (Misc queries) | |||
Excel '02: does it allow source files (linked cells) to be opened. | Excel Discussion (Misc queries) |