Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the following reference to another sheet:
='[CSTS 38878 432.xls]TIME REPORT'!$U7 The Date serial number and the following three digit number will change and are values on my sheet. What I would like to do is something like this: ="'[CSTS " & Q1 & " " & S2 & ".xls]TIME REPORT"& "'!$U7" Where the value of Q1 is 38878 and S2 is 432 Date Serial number (38878) changes week to week, the three digit number changes from individual employees. Can this be done, or am I wasting my time? Thanks In Advance, Stuart |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This can be done with the INDIRECT function, however both workbooks will need
to be open for it to work. =INDIRECT("'[CSTS "&$Q$1&" "&$S$2&".xls]TIME REPORT'!$U7") Note that if copied, the $U7 portion of the formula will not increment. But if needed, this can be accomplished with use of the ROW() funciton. Otherwise, you'll need to look into a VB solution. HTH, Elkar "Stuart Peters" wrote: I have the following reference to another sheet: ='[CSTS 38878 432.xls]TIME REPORT'!$U7 The Date serial number and the following three digit number will change and are values on my sheet. What I would like to do is something like this: ="'[CSTS " & Q1 & " " & S2 & ".xls]TIME REPORT"& "'!$U7" Where the value of Q1 is 38878 and S2 is 432 Date Serial number (38878) changes week to week, the three digit number changes from individual employees. Can this be done, or am I wasting my time? Thanks In Advance, Stuart |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy a relative reference formula from one sheet to another. | Excel Discussion (Misc queries) | |||
Change scales from reference cells value for a chart in a separate sheet | Charts and Charting in Excel | |||
Change sheet reference in new workbook | Excel Discussion (Misc queries) | |||
Change sheet name in formula | Excel Worksheet Functions | |||
Does excel recognise names rather than cells? | Excel Worksheet Functions |