IsHighlighted?
Why is isBold a formula option and not other text effects, such as IsHighlighted or IsItalic?
For example, we want to make selected data more readable by making it highlighted instead of bold. I thought I could simply change swap the word "Bold" for "Highlighted," but instead I got the #NAME? error. Our current code is below.
IF(IsBold(C5),"1","0")
|