I have a cell that I want to have to different values from two different cells:
Code: =P6 & "; " & P8
Display: 128; 64
This works for me, but I also want the first value (P6, ‘128’) to display in red and the second value (P8, ‘64’) to display as blue. Is there a way to do this? I’m not looking for conditional formatting. I always want the first value to display in font color red and the second value to display in font color blue.