I’m concatenating two strings and I want one of them to be bold.
"Title" & ":Subtitle"
I want it to appear as Title:Subtitle
I tried =TEXT("Title", "b") & "Subtitle"
, which I’ve read is the way to do it. But it didn’t change the formatting.
I’m using Excel for Windows desktop (latest version)
2