Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello all,
My boss is looking for a count down to a "closing" date. At the end of the month we close our A/R books and I have report that shows him how much is outstanding to applie. Ok, so he is want so see how many working days we have, this month is 23-1 do to the holiday so we have 22 days. Our closing day falls two days after the last working day. So it would fall on Aug 2, but because Aug 1-2 are weekends, our closing day is Aug 4. Did I lose you? Ok. This is what it should look like. Working days = 22, days tell closing = 12 Looking for a formula. Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Have a look at function WORKDAY
best wishes -- Bernard Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme "pgarcia" wrote in message ... Hello all, My boss is looking for a count down to a "closing" date. At the end of the month we close our A/R books and I have report that shows him how much is outstanding to applie. Ok, so he is want so see how many working days we have, this month is 23-1 do to the holiday so we have 22 days. Our closing day falls two days after the last working day. So it would fall on Aug 2, but because Aug 1-2 are weekends, our closing day is Aug 4. Did I lose you? Ok. This is what it should look like. Working days = 22, days tell closing = 12 Looking for a formula. Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, after looking around, I went with NETWORKDAYS. So if anyone is
reading this: I used =TODAY()-1 (I'm not counting today), then using the DATE function I used my end date, in this case 8/4/2009. =NETWORKDAYS(R61,R62) = 12 "Bernard Liengme" wrote: Have a look at function WORKDAY best wishes -- Bernard Liengme Microsoft Excel MVP http://people.stfx.ca/bliengme "pgarcia" wrote in message ... Hello all, My boss is looking for a count down to a "closing" date. At the end of the month we close our A/R books and I have report that shows him how much is outstanding to applie. Ok, so he is want so see how many working days we have, this month is 23-1 do to the holiday so we have 22 days. Our closing day falls two days after the last working day. So it would fall on Aug 2, but because Aug 1-2 are weekends, our closing day is Aug 4. Did I lose you? Ok. This is what it should look like. Working days = 22, days tell closing = 12 Looking for a formula. Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
The following formula will return the number of day from the current date requiring no reference cells: =NETWORKDAYS(NOW(),EOMONTH(NOW(),0)+2+(WEEKDAY(EOM ONTH(NOW(),0)+2,2)5)+(WEEKDAY(EOMONTH(NOW(),0)+2, 2)=6),H1:H4) In this case I have allocated H1:H4 for Holidays. -- If this helps, please click the Yes button. Cheers, Shane Devenshire "pgarcia" wrote: Hello all, My boss is looking for a count down to a "closing" date. At the end of the month we close our A/R books and I have report that shows him how much is outstanding to applie. Ok, so he is want so see how many working days we have, this month is 23-1 do to the holiday so we have 22 days. Our closing day falls two days after the last working day. So it would fall on Aug 2, but because Aug 1-2 are weekends, our closing day is Aug 4. Did I lose you? Ok. This is what it should look like. Working days = 22, days tell closing = 12 Looking for a formula. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count a value in a date range based on a date in another workshee. | Excel Worksheet Functions | |||
How can I count a record if it contains a date within a date range | Excel Worksheet Functions | |||
count the mean in few date but on de date it has various data | Excel Worksheet Functions | |||
Count number of cells with date <today's date | New Users to Excel | |||
count the number of cells with a date <= today's date | New Users to Excel |