#1   Report Post  
Posted to microsoft.public.excel.misc
 
Posts: n/a
Default Formula Assist

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   Report Post  
Posted to microsoft.public.excel.misc
Bearacade
 
Posts: n/a
Default Formula Assist


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   Report Post  
Posted to microsoft.public.excel.misc
Bearacade
 
Posts: n/a
Default Formula Assist


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   Report Post  
Posted to microsoft.public.excel.misc
tony h
 
Posts: n/a
Default Formula Assist


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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Locking portions of a formula tiggatattoo Excel Worksheet Functions 2 June 5th 06 04:51 PM
assign formula to another cell Dannycol Excel Worksheet Functions 3 May 12th 06 09:46 PM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM


All times are GMT +1. The time now is 06:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"