H
hall.jeff
I'm trying to build a check for customers that will highlight verbiage
when something isn't allowed... This would be my optimal solution
="Currently it adds up to "&TEXT(D14,"0.0")&" which is
"&IF(MOD(D14,1)=0,"",text("NOT ","[Red]"))&"a whole number."
The part of interest there is the text("NOT ","[Red]") function... I'd
like the "NOT" to appear in red with the rest showing up in black but
this doesn't seem possible... I also tried doing it through VBA but
that proved to not work either...
Any ideas?
when something isn't allowed... This would be my optimal solution
="Currently it adds up to "&TEXT(D14,"0.0")&" which is
"&IF(MOD(D14,1)=0,"",text("NOT ","[Red]"))&"a whole number."
The part of interest there is the text("NOT ","[Red]") function... I'd
like the "NOT" to appear in red with the rest showing up in black but
this doesn't seem possible... I also tried doing it through VBA but
that proved to not work either...
Any ideas?