I am looking for the proper syntax to replace any bold text with blank text...
I am currently using this:
=SUBSTITUTE('BOOK1'!G1, "some text", "")
It just replaces any instances of "some text" with nothing, and this works fine, however, i would like to make it a little more general.
Ideally, i would like to use replace any bold font with no text, but i can't figure out the syntax
=REPLACE('BOOK1'!G1.font.bold, "") or something like that
I am currently using this:
=SUBSTITUTE('BOOK1'!G1, "some text", "")
It just replaces any instances of "some text" with nothing, and this works fine, however, i would like to make it a little more general.
Ideally, i would like to use replace any bold font with no text, but i can't figure out the syntax
=REPLACE('BOOK1'!G1.font.bold, "") or something like that