G
Guest
does anyone know if there is a way to include text formating in a concatenate function. I have three pieces of text, two of which need to be bolded and all of them concatenated together
a1 = "Text 1" (bold)
a2 - "Text 2"
a3 = "Text 3" (bold)
I'm looking to do =a1&a2&a3
Thank you in advance
a1 = "Text 1" (bold)
a2 - "Text 2"
a3 = "Text 3" (bold)
I'm looking to do =a1&a2&a3
Thank you in advance