![]() |
How do I preserve text color when combining cell data
I'm using "&" to combine data from multiple cells. Each cell has text of a
different color and I want to preserve those colors in the new combined cell. The new combined cell is formatting all the text to one color. Anyone have any suggestions on how to maintain the separate colors in the new cell? |
How do I preserve text color when combining cell data
A formula can only return a value to a cell, so you cannot return formatting
and such. =A1&A2 will return the value of A1 and A2 to the cell that has that formula entered in it. HTH Regards, Howard "CraigS" wrote in message ... I'm using "&" to combine data from multiple cells. Each cell has text of a different color and I want to preserve those colors in the new combined cell. The new combined cell is formatting all the text to one color. Anyone have any suggestions on how to maintain the separate colors in the new cell? |
How do I preserve text color when combining cell data
hi
since you are using an ampersand (&), i am assuming that you are using a formula. where as it is possible to have multiply font formats in a single cell, this applies to text only. it does not apply to numbers or formulas. this is because xl needs specific start and stop points in order to have the multiple formats. if you convert your formula to hard text, you can reformat to have the desired formats. just high light the protion of the text in the formula bar that you want one color and right click the formula bar. from the pop up, select format cells. you may notice that not all format features are available. once you may your selection and ok out, select the other portion of text and repeat. yeah i know. big hassel. but,,,, that is the way MS set it up. regards FSt1 "CraigS" wrote: I'm using "&" to combine data from multiple cells. Each cell has text of a different color and I want to preserve those colors in the new combined cell. The new combined cell is formatting all the text to one color. Anyone have any suggestions on how to maintain the separate colors in the new cell? |
How do I preserve text color when combining cell data
In the formula =A1&A2 is there any way to highlight A1 and set a font color,
select A2 and set a different color? "L. Howard Kittle" wrote: A formula can only return a value to a cell, so you cannot return formatting and such. =A1&A2 will return the value of A1 and A2 to the cell that has that formula entered in it. HTH Regards, Howard "CraigS" wrote in message ... I'm using "&" to combine data from multiple cells. Each cell has text of a different color and I want to preserve those colors in the new combined cell. The new combined cell is formatting all the text to one color. Anyone have any suggestions on how to maintain the separate colors in the new cell? . |
All times are GMT +1. The time now is 03:51 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com