Forum Discussion
kalyani_ch1987
Oct 11, 2022Copper Contributor
hi
hello. how to change the color of a part of a cell that includes numbers only. following is an example: let's say the date is 12/10/2022 and all of it is one color. what i want to be able to d...
Martin_Weiss
Oct 11, 2022Bronze Contributor
just click in the formula bar and highlight the part that you want to change (e.g. month). And then just select the desired font color from the ribbon:
kalyani_ch1987
Oct 17, 2022Copper Contributor
thank you for replaying
but I am looking with out space 11101987 in his i have I want to color 10 in red
- sivakumarrjOct 17, 2022Brass ContributorUse Substitute formula by giving reference cell
text in B2
=SUBSTITUTE(B2,".","") but color will not display, it will display 11101987 after removing full stop
(11.10.1987)