Trying to find a solution to see if there is a way to format the numbers in a sentence to the colour red??


Example:

If (A1=100) & (B1=120)

="Today i scored "&text(sum($A$1),"0.00")&" and tomorrow i will try for "&text(sum($B$1),"0.00")

I would like the result to look like this:

Today i scored 100 and tomorrow i will try for 120

Any ideas?