Bold a part of a formula
Gilles_71
Posted messages
10
Status
Member
-
Raymond PENTIER Posted messages 58219 Registration date Status Contributor Last intervention -
Raymond PENTIER Posted messages 58219 Registration date Status Contributor Last intervention -
Hello,
I have a formula in a cell:
=IF(ISTEXT(Planning!C21),Planning!C21&" with "&"")&IF(ISTEXT(Planning!J21),Planning!J21&"")&IF(ISTEXT(Planning!L21),", "&Planning!L21&"")
Is it possible to make the result in bold for the data from Planning!C21?
Thank you for your help
Configuration: Windows / Chrome 77.0.3865.90
I have a formula in a cell:
=IF(ISTEXT(Planning!C21),Planning!C21&" with "&"")&IF(ISTEXT(Planning!J21),Planning!J21&"")&IF(ISTEXT(Planning!L21),", "&Planning!L21&"")
Is it possible to make the result in bold for the data from Planning!C21?
Thank you for your help
Configuration: Windows / Chrome 77.0.3865.90
2 answers
-
yg_be Posted messages 23437 Registration date Status Contributor Last intervention Ambassadeur 1 588
Hello, I think you can only achieve that with VBA code.