H
Heath
I am trying to create a function that only displays workday dates (ommits
weekend dates) when I fill across the sheet. This is what I have so far, any
suggestions? Thank you as always.
9/22/2004 9/23/2004 9/24/2004 9/25/2004 9/26/2004 9/27/2004 9/28/2004
3 4 5 6 7 1 2
9/22/2004 9/23/2004 9/24/2004 9/27/2004 9/28/2004
or
9/22/2004 9/23/2004 9/24/2004 9/27/2004 9/28/2004 9/27/2004
**********Functions associated with each row*************
38252 38253 38254 38255 38256.... date serial numbers for above
=WEEKDAY(E8,2)=WEEKDAY(F8,2)=WEEKDAY(G8,2)....function for day numbers
=IF(E13>5,"",E8)=IF(F13>5,"",F8)=IF(G13>5,"",G8)...one of my possible
functions
=IF(E17="",G17,E17) =IF(F17="",H17,F17) =IF(G17="",I17,G17)...second possible
but niether one obviously works.
weekend dates) when I fill across the sheet. This is what I have so far, any
suggestions? Thank you as always.
9/22/2004 9/23/2004 9/24/2004 9/25/2004 9/26/2004 9/27/2004 9/28/2004
3 4 5 6 7 1 2
9/22/2004 9/23/2004 9/24/2004 9/27/2004 9/28/2004
or
9/22/2004 9/23/2004 9/24/2004 9/27/2004 9/28/2004 9/27/2004
**********Functions associated with each row*************
38252 38253 38254 38255 38256.... date serial numbers for above
=WEEKDAY(E8,2)=WEEKDAY(F8,2)=WEEKDAY(G8,2)....function for day numbers
=IF(E13>5,"",E8)=IF(F13>5,"",F8)=IF(G13>5,"",G8)...one of my possible
functions
=IF(E17="",G17,E17) =IF(F17="",H17,F17) =IF(G17="",I17,G17)...second possible
but niether one obviously works.