![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Posts: 43
|
I need a formula to count the # of weekdays so far in the month. For instance, I have a cell that is "=today()" giving me todays date. From that I want another formula to count the # of weekdays month to date.
Thanks for your help Doug |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Houston,Texas
Posts: 418
|
try =NETWORKDAYS()
|
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,317
|
Quote:
where A1 houses the formula =TODAY(). Both NETWORKDAYS and EOMONTH are available if the Analysis Toolpak add-in is activated (thru Tools|Add-Ins). |
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Austin, Texas USA
Posts: 11,654
|
=NETWORKDAYS(TEXT(A1,"m-yy")+0,A1)
where A1 contains =TODAY() |
|
|
|
|
|
#5 |
|
New Member
Join Date: Feb 2002
Posts: 43
|
Thanks to all. I've got it done!!
Doug |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|