I have a formula but need to add to the formula a syntax that also copies the format as well as the contents, is this possible ?

This is my current formula:

=IF(BQ403="","",IF(BQ403<10,CEILING((BQ403*$D403),0.01),(IF(((BQ403*1.05)>50),CEILING(SUM(BQ403*$D403),0.1),CEILING(SUM(BQ403*$D403),0.05)))))

Reason, I have a list of data working off another list, however some are specials which don't work off this list and are therefore formatted in blue to stand out (there is no rhyme or reason to them being special so conditional formatting won't work)
The formula is basically taking the number and adding 5% and rounding up accordingly, but I still need the specials to stand out.

Look forward to any help available