Thread: IsHighlighted?
View Single Post
 
Old 05-23-2019, 08:53 AM
neosylcolaf neosylcolaf is offline Windows 8 Office 2019
Novice
 
Join Date: May 2019
Posts: 1
neosylcolaf is on a distinguished road
Default 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")
Attached Images
File Type: jpg isBold Excel issue.JPG (9.6 KB, 13 views)
Reply With Quote