G Guest Jul 9, 2006 #1 The NETWORKDAYS function regards Saturday and Sunday as weekends. I need to set Excel to regard Friday and Saturday as the weekend.
The NETWORKDAYS function regards Saturday and Sunday as weekends. I need to set Excel to regard Friday and Saturday as the weekend.
B Biff Jul 9, 2006 #2 Hi! Try this: A1 = start date A2 = end date =NETWORKDAYS(A1+1,A2+1) If you need to exclude holidays: H1:H10 = list of holiday dates Entered as an array using the key combination of CTRL,SHIFT,ENTER. =NETWORKDAYS(A1+1,A2+1,H1:H10+1) Biff
Hi! Try this: A1 = start date A2 = end date =NETWORKDAYS(A1+1,A2+1) If you need to exclude holidays: H1:H10 = list of holiday dates Entered as an array using the key combination of CTRL,SHIFT,ENTER. =NETWORKDAYS(A1+1,A2+1,H1:H10+1) Biff
S Sadad Apr 13, 2010 #3 PERFECT... IT WORKS Thanks you... Biff said: Hi! Try this: A1 = start date A2 = end date =NETWORKDAYS(A1+1,A2+1) If you need to exclude holidays: H1:H10 = list of holiday dates Entered as an array using the key combination of CTRL,SHIFT,ENTER. =NETWORKDAYS(A1+1,A2+1,H1:H10+1) Biff Click to expand...
PERFECT... IT WORKS Thanks you... Biff said: Hi! Try this: A1 = start date A2 = end date =NETWORKDAYS(A1+1,A2+1) If you need to exclude holidays: H1:H10 = list of holiday dates Entered as an array using the key combination of CTRL,SHIFT,ENTER. =NETWORKDAYS(A1+1,A2+1,H1:H10+1) Biff Click to expand...