I have the following formula in Sheet2!02:
="Class Dates: "&TEXT(Sheet2!B1,"mmm dd, yyyy")&" & "&TEXT(Sheet2!B1+1,"mmm dd, yyyy")
This returns: Class Dates: Aug 03, 2011 & Aug 04, 2011
I need ONLY "Aug 03, 2011 & Aug 04, 2011" to be bold, underlined and be of Times New Roman 14 pt font. The words "Class Dates: " should remain Times New Roman 12 pt regular font.
Any ideas? I don't mind tossing a bit of VB code on the sheet but can't figure out how to do this.
Thanks in advance!
="Class Dates: "&TEXT(Sheet2!B1,"mmm dd, yyyy")&" & "&TEXT(Sheet2!B1+1,"mmm dd, yyyy")
This returns: Class Dates: Aug 03, 2011 & Aug 04, 2011
I need ONLY "Aug 03, 2011 & Aug 04, 2011" to be bold, underlined and be of Times New Roman 14 pt font. The words "Class Dates: " should remain Times New Roman 12 pt regular font.
Any ideas? I don't mind tossing a bit of VB code on the sheet but can't figure out how to do this.
Thanks in advance!