Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a formula with references to other worksheets. Is there a way to have
the formula read the sheet name from another cell? Worksheet(1) Sheet name Formula I have now: Formula I hope for: Bob =Bob!c3 =sheetname(This sheet A1)!c3 Jill =Jill!c3 =sheetname(This sheet A2)!c3 Peter =Peter!c3 =sheetname(This sheet A3)!c3 Thanks, Todd |
#2
![]() |
|||
|
|||
![]()
Hi
=INDIRECT("'" & A1 & "'!C3") -- Regards Frank Kabel Frankfurt, Germany "Todd" schrieb im Newsbeitrag ... I have a formula with references to other worksheets. Is there a way to have the formula read the sheet name from another cell? Worksheet(1) Sheet name Formula I have now: Formula I hope for: Bob =Bob!c3 =sheetname(This sheet A1)!c3 Jill =Jill!c3 =sheetname(This sheet A2)!c3 Peter =Peter!c3 =sheetname(This sheet A3)!c3 Thanks, Todd |
#3
![]() |
|||
|
|||
![]()
One way
=INDIRECT("'"&This_Sheet!A1&"'!A1") Regards, Peo Sjoblom "Todd" wrote: I have a formula with references to other worksheets. Is there a way to have the formula read the sheet name from another cell? Worksheet(1) Sheet name Formula I have now: Formula I hope for: Bob =Bob!c3 =sheetname(This sheet A1)!c3 Jill =Jill!c3 =sheetname(This sheet A2)!c3 Peter =Peter!c3 =sheetname(This sheet A3)!c3 Thanks, Todd |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
inserting data from a row to a cell, when the row number is specified by a formula in a cell | New Users to Excel | |||
How can I write an if-then formula for 0 or less than 0 in cell t. | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions | |||
How do I do math on a cell name in formula? | Excel Worksheet Functions | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |