Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Concatenated formula help

Hello all,
I have a summary page and I am having trouble with a formula to extract
information from another page.

The contents of Summary!A4 is:
2008

The formula:
="'"&A4&"'"&"!C32" (hard to tell but before and after &A4&, it is double
qoutes around a single quote)
returns €˜2008!C32 (page 2008, cell C32)

The formula:
=CELL("contents",'2008'!C32)
returns 500 (the contents of page 2008, cell C32)

Why does the formula:
=CELL("contents","'"&A4&"'"&"!C32")
return an unspecified error instead of the contents of page 2008, cell C32?

Thanks for any help,
JimT

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default Concatenated formula help

Jim,

Try

=INDIRECT("'"&A4&"'"&"!C32")

--
__________________________________
HTH

Bob

"JimT" wrote in message
...
Hello all,
I have a summary page and I am having trouble with a formula to extract
information from another page.

The contents of Summary!A4 is:
2008

The formula:
="'"&A4&"'"&"!C32" (hard to tell but before and after &A4&, it is double
qoutes around a single quote)
returns '2008'!C32 (page 2008, cell C32)

The formula:
=CELL("contents",'2008'!C32)
returns 500 (the contents of page 2008, cell C32)

Why does the formula:
=CELL("contents","'"&A4&"'"&"!C32")
return an unspecified error instead of the contents of page 2008, cell
C32?

Thanks for any help,
JimT



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Concatenated formula help

Hi,

Try
=CELL("contents",INDIRECT("'"&A4&"'"&"!C32"))

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"JimT" wrote:

Hello all,
I have a summary page and I am having trouble with a formula to extract
information from another page.

The contents of Summary!A4 is:
2008

The formula:
="'"&A4&"'"&"!C32" (hard to tell but before and after &A4&, it is double
qoutes around a single quote)
returns €˜2008!C32 (page 2008, cell C32)

The formula:
=CELL("contents",'2008'!C32)
returns 500 (the contents of page 2008, cell C32)

Why does the formula:
=CELL("contents","'"&A4&"'"&"!C32")
return an unspecified error instead of the contents of page 2008, cell C32?

Thanks for any help,
JimT

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Concatenated formula help

Duh! Why do I always forget INDIRECT?
Thank you both.

"Shane Devenshire" wrote:

Hi,

Try
=CELL("contents",INDIRECT("'"&A4&"'"&"!C32"))

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"JimT" wrote:

Hello all,
I have a summary page and I am having trouble with a formula to extract
information from another page.

The contents of Summary!A4 is:
2008

The formula:
="'"&A4&"'"&"!C32" (hard to tell but before and after &A4&, it is double
qoutes around a single quote)
returns €˜2008!C32 (page 2008, cell C32)

The formula:
=CELL("contents",'2008'!C32)
returns 500 (the contents of page 2008, cell C32)

Why does the formula:
=CELL("contents","'"&A4&"'"&"!C32")
return an unspecified error instead of the contents of page 2008, cell C32?

Thanks for any help,
JimT

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
Bold the number only in a concatenated with text formula... MarvInBoise Excel Worksheet Functions 4 January 11th 08 05:20 PM
Past Special Concatenated formula Don Excel Discussion (Misc queries) 7 December 11th 07 09:20 AM
cannot get concatenated formula to evaluate... green fox Excel Discussion (Misc queries) 2 April 25th 07 06:27 PM
specify range name in formula with concatenated string Lori H Excel Worksheet Functions 2 July 19th 05 03:07 PM
concatenated text to formula Bill Elerding Excel Discussion (Misc queries) 6 May 5th 05 01:11 AM


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