#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default formula question

Is there a way to de-concatenate a concatenated string of text?

I have the following formula, =CONCATENATE("Avg $ per week is:
",DOLLAR((N2/COUNTIF(M14:M167,"0"))))

And I would like to extract from that text string the numerical value used
in the nested function N2/COUNTIF(M14:M167,"0"). Is there a way to do this?

(Yes, I could simply recalculate N2/COUNTIF(M14:M167,"0") elsewhere in the
spreadsheet, but it would be so much cooler if I could somehow isolate that
calculation from the concatenation above.)
--
Brevity is the soul of wit.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 82
Default formula question

Do you mean something like:

=MID(A2,21,LEN(A2))

TK

"Dave F" wrote:

Is there a way to de-concatenate a concatenated string of text?

I have the following formula, =CONCATENATE("Avg $ per week is:
",DOLLAR((N2/COUNTIF(M14:M167,"0"))))

And I would like to extract from that text string the numerical value used
in the nested function N2/COUNTIF(M14:M167,"0"). Is there a way to do this?

(Yes, I could simply recalculate N2/COUNTIF(M14:M167,"0") elsewhere in the
spreadsheet, but it would be so much cooler if I could somehow isolate that
calculation from the concatenation above.)
--
Brevity is the soul of wit.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default formula question

=--SUBSTITUTE(B1,"Avg $ per week is: ","")

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Dave F" wrote in message
...
Is there a way to de-concatenate a concatenated string of text?

I have the following formula, =CONCATENATE("Avg $ per week is:
",DOLLAR((N2/COUNTIF(M14:M167,"0"))))

And I would like to extract from that text string the numerical value used
in the nested function N2/COUNTIF(M14:M167,"0"). Is there a way to do

this?

(Yes, I could simply recalculate N2/COUNTIF(M14:M167,"0") elsewhere in

the
spreadsheet, but it would be so much cooler if I could somehow isolate

that
calculation from the concatenation above.)
--
Brevity is the soul of wit.



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 question goodolehuskers Excel Worksheet Functions 1 July 19th 06 11:10 PM
Repeating Formula Question THSaldivar Excel Discussion (Misc queries) 1 July 3rd 06 03:36 PM
Newbie Question - Subtraction Formula Question [email protected] Excel Discussion (Misc queries) 3 May 5th 06 05:50 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
I have a question regarding countif formula. Fahad Farid Ansari Excel Worksheet Functions 6 October 1st 05 11:57 PM


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