Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I am trying to build a table like this :
A B 5-Jul 7.33% 6-Jul 7-Jul 8-Jul 9-Jul Where the value 7.33% is from this formula: ='Jul 5'!C8 The worksheets in this workbook are named 5-Jul, 6-Jul etc. I would like to use a formula that will look at the text in Col A (eg 5-Jul), and pull the value in cell c8 of the appropriate worksheet. Is it possible ? Thank you in advance. |
#2
![]() |
|||
|
|||
![]()
How about something like:
=INDIRECT("'" & A1 &"'!c8") or if column A are real dates: =INDIRECT("'" & text(A1,"d-mmm") &"'!c8") carl wrote: I am trying to build a table like this : A B 5-Jul 7.33% 6-Jul 7-Jul 8-Jul 9-Jul Where the value 7.33% is from this formula: ='Jul 5'!C8 The worksheets in this workbook are named 5-Jul, 6-Jul etc. I would like to use a formula that will look at the text in Col A (eg 5-Jul), and pull the value in cell c8 of the appropriate worksheet. Is it possible ? Thank you in advance. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Copying information from multiple worksheets into one | Excel Discussion (Misc queries) | |||
Trouble copying and pasting a formula | Excel Discussion (Misc queries) | |||
formula from multiple worksheets to give a color output to one wo. | Excel Worksheet Functions | |||
copying cells from other worksheets | Excel Discussion (Misc queries) |