View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gladiator Gladiator is offline
external usenet poster
 
Posts: 24
Default Formula to format selective part in a text

Hi all,
In MS Excel, in th below formula what additional formula do I add to make
selective text in different formats (ex. bold)?

Ex: ="Mission 1 Start Date: "&text(A1,"DD-MMM-YYYY")

In the result I want only the date part of the result text to be in bold
letters.
Thanks in advance.