Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to setup a spreadsheet so that when someone enters a date in the
first field, it exports the month and year to another field containing a path to data from another spreadsheet. For example, if the path is C:/excel/09_2006/filename.xls, how can I set this up so when you type in the date of 10/1/2006 it updates the path called for to C:/excel/10_2006/filename.xls? Thanks for any advice |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
assuming that the path is a text string as a reference, try
="C:/excel/"&MONTH(A8)&"_"&YEAR(A8)&"/filename.xls" where A* is the date. Remember, this will not update the actual path, only the reference in a field. "phxwsd" wrote: I'm trying to setup a spreadsheet so that when someone enters a date in the first field, it exports the month and year to another field containing a path to data from another spreadsheet. For example, if the path is C:/excel/09_2006/filename.xls, how can I set this up so when you type in the date of 10/1/2006 it updates the path called for to C:/excel/10_2006/filename.xls? Thanks for any advice |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to add dates. | Excel Worksheet Functions | |||
Calculating number of days between two dates that fall between two other dates | Excel Discussion (Misc queries) | |||
Automatic shading of cells based on dates??? | Excel Worksheet Functions | |||
Exporting pre-1900 dates to Access? | Excel Discussion (Misc queries) | |||
2 digit year in dates return 19xx not 20xx | Excel Discussion (Misc queries) |