#1   Report Post  
General
 
Posts: n/a
Default text to formula

I had to construct the following using concatenate (and cell info):
=sum($A$5;$C$8)

Now that I have the text version of the formula, I need to have excel
calculate that formula. Here is where I am stuck. I tried multiplying by 1
to no avail.

Ideas please.
  #2   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

General,

It would be far better to describe the entire problem.

But, you can do something like:

=SUM(INDIRECT("$A$5:$C$8"))

where the

$A$5:$C$8

part is made up by functions.

HTH,
Bernie
MS Excel MVP

"General" wrote in message
...
I had to construct the following using concatenate (and cell info):
=sum($A$5;$C$8)

Now that I have the text version of the formula, I need to have excel
calculate that formula. Here is where I am stuck. I tried multiplying by
1
to no avail.

Ideas please.



  #3   Report Post  
bj
 
Posts: n/a
Default

you need to change the semicolon to a colon try
=sum($A$5:$C$8)

"General" wrote:

I had to construct the following using concatenate (and cell info):
=sum($A$5;$C$8)

Now that I have the text version of the formula, I need to have excel
calculate that formula. Here is where I am stuck. I tried multiplying by 1
to no avail.

Ideas please.

  #4   Report Post  
General
 
Posts: n/a
Default

Thank you. I did not see my typo!

"bj" wrote:

you need to change the semicolon to a colon try
=sum($A$5:$C$8)

"General" wrote:

I had to construct the following using concatenate (and cell info):
=sum($A$5;$C$8)

Now that I have the text version of the formula, I need to have excel
calculate that formula. Here is where I am stuck. I tried multiplying by 1
to no avail.

Ideas please.

  #5   Report Post  
General
 
Posts: n/a
Default

Thanks for "indirect".
I ended up doing: =SUM(indirect($A$5):indirect($C$8))
Thanks for your 2 cents! I never would have gotten there with out it!

"Bernie Deitrick" wrote:

General,

It would be far better to describe the entire problem.

But, you can do something like:

=SUM(INDIRECT("$A$5:$C$8"))

where the

$A$5:$C$8

part is made up by functions.

HTH,
Bernie
MS Excel MVP

"General" wrote in message
...
I had to construct the following using concatenate (and cell info):
=sum($A$5;$C$8)

Now that I have the text version of the formula, I need to have excel
calculate that formula. Here is where I am stuck. I tried multiplying by
1
to no avail.

Ideas please.




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
using formula to compare two text lists that are not alike and ma. Maggie Excel Worksheet Functions 7 April 14th 05 06:52 PM
Coverting Formula to Text Catch 22 Excel Discussion (Misc queries) 3 April 1st 05 01:13 AM
Text in Cell as Formula SU Excel Discussion (Misc queries) 0 March 9th 05 07:49 PM
merging text without using a formula April Excel Discussion (Misc queries) 4 February 16th 05 01:07 AM
Concatenation formula loses text wrap formatting DFM Excel Discussion (Misc queries) 5 December 27th 04 01:45 PM


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