Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
MikeR-Oz
 
Posts: n/a
Default CELL that picks up or inserts text with formula

I have a cell that has a name e.g A1 = POW
I have another cell which is a number derived from a formula drawn from
other cells e.g. D1=5 , E1 =3 Cell F1 = +(E1/D1)*100 which happens to be
60

I now want to have a cell say F6 to pick up the word/text in A1 and then add
some extra words /symbols so that I get a cell that reads:-

POW;60

How do I do This??

Thanks
Mike


  #2   Report Post  
Posted to microsoft.public.excel.misc
Arvi Laanemets
 
Posts: n/a
Default CELL that picks up or inserts text with formula

Hi

=IF(A1="","",A1 & ";" & TEXT(F1,"#0"))


Arvi Laanemets


"MikeR-Oz" wrote in message
...
I have a cell that has a name e.g A1 = POW
I have another cell which is a number derived from a formula drawn from
other cells e.g. D1=5 , E1 =3 Cell F1 = +(E1/D1)*100 which happens to

be
60

I now want to have a cell say F6 to pick up the word/text in A1 and then

add
some extra words /symbols so that I get a cell that reads:-

POW;60

How do I do This??

Thanks
Mike




  #3   Report Post  
Posted to microsoft.public.excel.misc
MikeR-Oz
 
Posts: n/a
Default CELL that picks up or inserts text with formula

Thanks Arvi, that is wonderful!!
Mike

"Arvi Laanemets" wrote:

Hi

=IF(A1="","",A1 & ";" & TEXT(F1,"#0"))


Arvi Laanemets


"MikeR-Oz" wrote in message
...
I have a cell that has a name e.g A1 = POW
I have another cell which is a number derived from a formula drawn from
other cells e.g. D1=5 , E1 =3 Cell F1 = +(E1/D1)*100 which happens to

be
60

I now want to have a cell say F6 to pick up the word/text in A1 and then

add
some extra words /symbols so that I get a cell that reads:-

POW;60

How do I do This??

Thanks
Mike





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 do I use cond format formula to set cell text and color? sbwilliams Excel Discussion (Misc queries) 4 January 8th 06 10:20 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
put a formula into a text cell??? Malcolm Excel Discussion (Misc queries) 7 October 7th 05 04:16 AM
reference the result of a formula in a text formatted cell jpwinston Excel Discussion (Misc queries) 1 February 7th 05 05:33 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 03:57 PM.

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"