Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to come up with a formula or macro that would take a column
of various dates and compare the amount of days between each date and the current date. If the amount of days for any of those cells is =| 183 give me a count of the number of cell that meet this parameter. Not sure where to start with this one any help would be greatly appreciated. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Assuming Column A is your dates, Put this in Colum B, =Today()-A1 make sure Column B is formated General then put =COUNTIF(B:B, "183") -- Bearacade ------------------------------------------------------------------------ Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016 View this thread: http://www.excelforum.com/showthread...hreadid=549223 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Assuming Column A is your dates, Put this in Colum B, =Today()-A1 make sure Column B is formated General then put =COUNTIF(B:B, "183") -- Bearacade ------------------------------------------------------------------------ Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016 View this thread: http://www.excelforum.com/showthread...hreadid=549223 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() To get the number of days difference you just need to subtract one date from another. then use a countif to get the total you want. if you only want weekdays use networkdays(date1,date2) -- tony h ------------------------------------------------------------------------ tony h's Profile: http://www.excelforum.com/member.php...o&userid=21074 View this thread: http://www.excelforum.com/showthread...hreadid=549223 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Locking portions of a formula | Excel Worksheet Functions | |||
assign formula to another cell | Excel Worksheet Functions | |||
Match then lookup | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Creating a check mark box | Setting up and Configuration of Excel |