#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jordan
 
Posts: n/a
Default Concatenate

Here is my problem; (Amongst many)

Sheet2 is named Cindy and in cell b12 is the value $100

In Sheet1 cell a1 = Cindy. Also in Sheet1 I would like to write a formula
that uses cell a1 to get the sheet name (Cindy) and combine it with B12 to
return the value $100.

Any help will be greatly appreciated. Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default Concatenate

=INDIRECT("'"&A1&"'!B12")

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Jordan" wrote in message
...
Here is my problem; (Amongst many)

Sheet2 is named Cindy and in cell b12 is the value $100

In Sheet1 cell a1 = Cindy. Also in Sheet1 I would like to write a formula
that uses cell a1 to get the sheet name (Cindy) and combine it with B12 to
return the value $100.

Any help will be greatly appreciated. Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jordan
 
Posts: n/a
Default Concatenate

Bob - Thank you. It worked perfect.

"Bob Phillips" wrote:

=INDIRECT("'"&A1&"'!B12")

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Jordan" wrote in message
...
Here is my problem; (Amongst many)

Sheet2 is named Cindy and in cell b12 is the value $100

In Sheet1 cell a1 = Cindy. Also in Sheet1 I would like to write a formula
that uses cell a1 to get the sheet name (Cindy) and combine it with B12 to
return the value $100.

Any help will be greatly appreciated. Thanks.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Trevor Shuttleworth
 
Posts: n/a
Default Concatenate

=INDIRECT(A1 & "!B12")

Regards

Trevor


"Jordan" wrote in message
...
Here is my problem; (Amongst many)

Sheet2 is named Cindy and in cell b12 is the value $100

In Sheet1 cell a1 = Cindy. Also in Sheet1 I would like to write a formula
that uses cell a1 to get the sheet name (Cindy) and combine it with B12 to
return the value $100.

Any help will be greatly appreciated. Thanks.



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
How to concatenate adjacent cells in a range without using &? Ark Excel Worksheet Functions 4 October 16th 05 06:38 PM
Concatenate Jeff Excel Discussion (Misc queries) 4 October 5th 05 04:39 PM
Using Concatenate inside a vlookup bmclean Excel Worksheet Functions 3 July 5th 05 09:29 PM
Match and Concatenate ?? carl Excel Worksheet Functions 4 June 22nd 05 01:55 PM
Concatenate cells without specifying/writing cell address individually Hari Excel Discussion (Misc queries) 4 January 3rd 05 06:05 PM


All times are GMT +1. The time now is 10:34 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"