Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello -
I have a summary page that is pulling totals data from many worksheets. I have the worksheet name [in this case a number] in column C on the summary sheet . I would like to be able to a build a simple formula that uses the data in Column C and converts it into the worksheet name so I don't have to key in the formula manually for each row. In this example, the worksheet name is "1" and that name/number is located at c11 ='1'!G3 thanks! Sandy |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=indirect("'" & c11 & "'!G3")
-- Regards, Tom Ogilvy "Sandy" wrote in message ... Hello - I have a summary page that is pulling totals data from many worksheets. I have the worksheet name [in this case a number] in column C on the summary sheet . I would like to be able to a build a simple formula that uses the data in Column C and converts it into the worksheet name so I don't have to key in the formula manually for each row. In this example, the worksheet name is "1" and that name/number is located at c11 ='1'!G3 thanks! Sandy |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks so much, Tom ;-))))
"Tom Ogilvy" wrote: =indirect("'" & c11 & "'!G3") -- Regards, Tom Ogilvy "Sandy" wrote in message ... Hello - I have a summary page that is pulling totals data from many worksheets. I have the worksheet name [in this case a number] in column C on the summary sheet . I would like to be able to a build a simple formula that uses the data in Column C and converts it into the worksheet name so I don't have to key in the formula manually for each row. In this example, the worksheet name is "1" and that name/number is located at c11 ='1'!G3 thanks! Sandy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert worksheet string name to date format in cell | Excel Worksheet Functions | |||
Convert Data in a Cell | Excel Worksheet Functions | |||
can i convert a worksheet with data into a calander | Excel Worksheet Functions | |||
Excel 2003, Convert EXISTING Worksheet Data to XML? | Excel Discussion (Misc queries) | |||
Convert PivotTable data into a worksheet list | Excel Worksheet Functions |