From: Max on 1 Feb 2010 10:22 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
From: Ms-Exl-Learner on 1 Feb 2010 10:36 If you want to use the formula as an another condition the use the below:- =AND(U2<>"",S2<>"",U2<S2) If you want to use it in your present formula then use the below:- =AND(S2<TODAY(),W2="",D2="x",U2<S2) Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "Max" wrote: > 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
|
Pages: 1 Prev: Make ZERO red and bold Next: Pivot table and variance calculation |