Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default Text from one cell in a formula in another

Is there a way to use the text in one cell (A3, for example) in a formula in
C3 to identify the sheet (in the same workbook) to look on for data?

I am looking for the value of cell C35 on the sheet named in A3.

Basically, this is what I think C3 needs to look like:

=(_textfromA3_!C35)

I cannot figure out how to tell it to do this with a formula that I can
paste in lots of cells.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Text from one cell in a formula in another

Try this:

=INDIRECT("'"&A3&"'!C35")


--
Biff
Microsoft Excel MVP


"Scooter" wrote in message
...
Is there a way to use the text in one cell (A3, for example) in a formula
in
C3 to identify the sheet (in the same workbook) to look on for data?

I am looking for the value of cell C35 on the sheet named in A3.

Basically, this is what I think C3 needs to look like:

=(_textfromA3_!C35)

I cannot figure out how to tell it to do this with a formula that I can
paste in lots of cells.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default Text from one cell in a formula in another

I knew it was going to be embarassingly simple.

Works like a charm. Thanks.



"T. Valko" wrote:

Try this:

=INDIRECT("'"&A3&"'!C35")


--
Biff
Microsoft Excel MVP


"Scooter" wrote in message
...
Is there a way to use the text in one cell (A3, for example) in a formula
in
C3 to identify the sheet (in the same workbook) to look on for data?

I am looking for the value of cell C35 on the sheet named in A3.

Basically, this is what I think C3 needs to look like:

=(_textfromA3_!C35)

I cannot figure out how to tell it to do this with a formula that I can
paste in lots of cells.




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default Text from one cell in a formula in another

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Scooter" wrote in message
...
I knew it was going to be embarassingly simple.

Works like a charm. Thanks.



"T. Valko" wrote:

Try this:

=INDIRECT("'"&A3&"'!C35")


--
Biff
Microsoft Excel MVP


"Scooter" wrote in message
...
Is there a way to use the text in one cell (A3, for example) in a
formula
in
C3 to identify the sheet (in the same workbook) to look on for data?

I am looking for the value of cell C35 on the sheet named in A3.

Basically, this is what I think C3 needs to look like:

=(_textfromA3_!C35)

I cannot figure out how to tell it to do this with a formula that I can
paste in lots of cells.






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 & text in one cell samb Excel Discussion (Misc queries) 6 November 16th 07 04:11 AM
text and formula in the same cell - how do I format this cell?? [email protected] Excel Discussion (Misc queries) 4 December 26th 06 11:36 PM
Excel Formula if cell is empty then no if text in cell then yes Kathy Excel Worksheet Functions 2 December 20th 06 05:24 PM
Text in Cell as Formula SU Excel Discussion (Misc queries) 0 March 9th 05 07:54 PM
match cell text with text in formula Todd L. Excel Worksheet Functions 3 December 9th 04 08:11 PM


All times are GMT +1. The time now is 01:51 PM.

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

About Us

"It's about Microsoft Excel"