Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
carl
 
Posts: n/a
Default Copying a Formula To Reference Multiple Worksheets

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   Report Post  
Dave Peterson
 
Posts: n/a
Default

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 1 June 3rd 05 04:36 AM
Copying information from multiple worksheets into one ShahAFFS Excel Discussion (Misc queries) 2 May 25th 05 03:21 PM
Trouble copying and pasting a formula Julie P. Excel Discussion (Misc queries) 6 March 4th 05 04:11 AM
formula from multiple worksheets to give a color output to one wo. vikingshooter Excel Worksheet Functions 0 February 10th 05 03:19 PM
copying cells from other worksheets yesbob Excel Discussion (Misc queries) 1 February 7th 05 05:18 PM


All times are GMT +1. The time now is 08:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"