Formula Based on Values in Named Range Q
On Jan 2, 10:03*am, Seanie wrote:
^^^^ Thanks Guys
Don your formula *=IF(ISNA(MATCH(bf1,F:F,0)),D1,D1+1)+(540/1440) ,
produces 01/01/12 09:00, not what I expected as BF1= TODAY() i.e.
02/01/2012, so I expected 03/01/12 09:00. Whats the relevance of D1 in
the formula?
Ron, your formula =BF1+SUMPRODUCT(--(Holidays=BF1)) + 540/1440 works a
treat
Change d1 to bf1 or use Rons
|