View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 390
Default Need help adding a formula to to cell with conditional formatting

Hi,

I have a cell with the following conditional formatting
=AND(S2<TODAY(),W2="",D2="x") If these conditions are met the cell S2 is
bolded in red.
I need to add the following to the cell "if the date in U2 is earlier than
the date in S2 then bold S2 in black"

S2 and U2 are calendar dates.

Could somebody help me with a formula for the above and how to add it to the
existing formula?

Thanks