M
matthew.nagowski
Hello --
I am wondering if there is a way to format a cell so that multiple
colors can be assigned to different text within the cell.
I am trying to construct a simple in-cell bar chart representing the
distribution of data across different categories, and want to be able
to distinguish across the different categories using colors.
For instance, this would create a two category bar chart, but I have
no way to distinguish between the first category and the second
category:
=REPT(A1,A2)&REPT(A1,B2)
Is there any function (e.g. COLOR() ) that would be able to do the
following:
=COLOR(REPT(A1,A2),SOMECOLOR)&COLOR(REPT(A1,B2),SOMECOLOR)
Maybe there is something in VBA?
I am wondering if there is a way to format a cell so that multiple
colors can be assigned to different text within the cell.
I am trying to construct a simple in-cell bar chart representing the
distribution of data across different categories, and want to be able
to distinguish across the different categories using colors.
For instance, this would create a two category bar chart, but I have
no way to distinguish between the first category and the second
category:
=REPT(A1,A2)&REPT(A1,B2)
Is there any function (e.g. COLOR() ) that would be able to do the
following:
=COLOR(REPT(A1,A2),SOMECOLOR)&COLOR(REPT(A1,B2),SOMECOLOR)
Maybe there is something in VBA?