Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I have a worksheet with one tab for each day of the month (lets call it december). All tabs have the same template. I created another worksheet that collects and organize some of the data from "december", as a report would. Does anyone know how can I choose the day from "december" which the report will show? I would like to use buttons, in the report worksheet, to change the day it is reporting. In the december worksheet, tabs names are like: 12-01, 12-02 and so on. Thanks in advance! Rodrigo |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
With 12 in cell A1, and 2 in cell B1, and the string D4 in cell C1, you could use the formula
=INDIRECT("'" & $A$1 &"-" & TEXT($B$1,"00") & "'!" & C1) Or, this, if you want to incorporate the cell address: =INDIRECT("'" & $A$1 &"-" & TEXT($B$1,"00") & "'!D4") HTH, Bernie MS Excel MVP "Rrsc" wrote in message ... Hi, I have a worksheet with one tab for each day of the month (lets call it december). All tabs have the same template. I created another worksheet that collects and organize some of the data from "december", as a report would. Does anyone know how can I choose the day from "december" which the report will show? I would like to use buttons, in the report worksheet, to change the day it is reporting. In the december worksheet, tabs names are like: 12-01, 12-02 and so on. Thanks in advance! Rodrigo |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I search sheet tabs for names? | Excel Discussion (Misc queries) | |||
Can I print a list of names of all the tabs in xls on one page? | Excel Discussion (Misc queries) | |||
Reading tabs names | Excel Discussion (Misc queries) | |||
add in that shows names of tabs in workbook | Excel Worksheet Functions | |||
Worksheet Tabs Names as Dates | Excel Worksheet Functions |