Hello all,
I have written an IF function in excel and would like some control over the resulting text display. The function checks to see if a number has been entered in one cell before performing a calculation. If no number has been entered, then a text message is displayed in the cell. Is it possible to alter the format of the resulting text, eg change the colour or make it bold? Here is an example of the function:
=IF(ISNUMBER(I3),(M3/1000)*(I3-J3),"Coil Weight?"
I was hoping to add a character code to the text, eg
chr(nn)&"Coil Weight" - where nn would be the corect code for Bold.
Am I barking up the wrong tree - or just barking?
Thanks in advance
Keith
I have written an IF function in excel and would like some control over the resulting text display. The function checks to see if a number has been entered in one cell before performing a calculation. If no number has been entered, then a text message is displayed in the cell. Is it possible to alter the format of the resulting text, eg change the colour or make it bold? Here is an example of the function:
=IF(ISNUMBER(I3),(M3/1000)*(I3-J3),"Coil Weight?"
I was hoping to add a character code to the text, eg
chr(nn)&"Coil Weight" - where nn would be the corect code for Bold.
Am I barking up the wrong tree - or just barking?
Thanks in advance
Keith