Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 16
Default Can i format (colour) selective text in a cell using excel2000?

Can i format part of the answer to a concatenation in a different colour? for
example: =concatenate(a1,a2,[red]a3,a4,a5)
there seems to be some sort of way using the custom cell format to use [red]
to change the colours, but i dont want it to apply to the whole text string,
just one word in it.
May not be possible but would be nice option :P
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Can i format (colour) selective text in a cell using excel2000?

I don't believe it is possible.
--
Gary''s Student - gsnu200734


"Bretter99" wrote:

Can i format part of the answer to a concatenation in a different colour? for
example: =concatenate(a1,a2,[red]a3,a4,a5)
there seems to be some sort of way using the custom cell format to use [red]
to change the colours, but i dont want it to apply to the whole text string,
just one word in it.
May not be possible but would be nice option :P

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default Can i format (colour) selective text in a cell using excel2000?

I'm like Gary's Student: don't think it can be done in worksheet formula.
You could get it done with a user defined function, since you can go down to
even the single character properties in VBA - but I'm not sure I'd want to
try writing a truly robust routine to do that, something where you might
enter:
=UDF_ColorWords(a1,a2,[red]a3,[blue]a4,[yellow]A5,A6)


"Bretter99" wrote:

Can i format part of the answer to a concatenation in a different colour? for
example: =concatenate(a1,a2,[red]a3,a4,a5)
there seems to be some sort of way using the custom cell format to use [red]
to change the colours, but i dont want it to apply to the whole text string,
just one word in it.
May not be possible but would be nice option :P

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,365
Default Can i format (colour) selective text in a cell using excel2000

After actually looking at things, I'm not sure but what this whole deal falls
into the category of "you can't get there from here". While we could use
VBA/UDF to manipulate individual characters in a cell with text in it,
doesn't seem that I can figure out how to do that with the results of a
formula evaluation.

"JLatham" wrote:

I'm like Gary's Student: don't think it can be done in worksheet formula.
You could get it done with a user defined function, since you can go down to
even the single character properties in VBA - but I'm not sure I'd want to
try writing a truly robust routine to do that, something where you might
enter:
=UDF_ColorWords(a1,a2,[red]a3,[blue]a4,[yellow]A5,A6)


"Bretter99" wrote:

Can i format part of the answer to a concatenation in a different colour? for
example: =concatenate(a1,a2,[red]a3,a4,a5)
there seems to be some sort of way using the custom cell format to use [red]
to change the colours, but i dont want it to apply to the whole text string,
just one word in it.
May not be possible but would be nice option :P

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
Selective prodictive text Keith Excel Discussion (Misc queries) 0 July 9th 07 03:50 PM
Conditional format if cell=0 then font colour same as background . Paligap Excel Discussion (Misc queries) 2 December 20th 04 12:07 AM
Format Cell Colour scottymelloty Excel Worksheet Functions 0 November 18th 04 04:13 PM
Format Cell Colour scottymelloty Excel Worksheet Functions 0 November 18th 04 04:08 PM
Format Cell Colour scottymelloty Excel Worksheet Functions 2 November 17th 04 08:19 PM


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