Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am attempting to concatenate a cell value (date) with a file name to create
a data reference to a value within an Excel file. If I use the absolute file name the function works but if I build the file name by concatenating the date the only thing the spreadsheet does is display the file name an not capture the referenced data cell. The dates are represented in cells A3, A4, A5, A6, etc as 2/2/08, 2/3/08, 2/4/08, 2/5/08, etc. The formula in cells B3, B4, B5, B6, etc. is: =CONTATENATE("='C:\ConsolPeriod Report ",MONTH(A$3)&"-"&DAY(A$3)&"-"&RIGHT(YEAR(A$3),2),".xls'"&"!SData") Where the reports are stored as "Period Report 2-2-08", "Period Report 2-3-08", "Period Report 2-4-08", etc. Any suggestions on how to get the formula to grab the data in the cell named "SData" in each of the reports instead of just displaying the name of the report? Thanks for the brain power of the group! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Syntax for using variables in a cell formula to reference paths/fi | Excel Worksheet Functions | |||
Building a reference by concatenating components | Excel Discussion (Misc queries) | |||
Vary variables in a formula via reference to another cell | Excel Discussion (Misc queries) | |||
Concatenating cells to produce a cell ref from another excel file | Excel Worksheet Functions | |||
Creating Linked Workbook file name using cell variables | Excel Worksheet Functions |