ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Function Help - Counting Days (https://www.excelbanter.com/excel-discussion-misc-queries/89879-function-help-counting-days.html)

Francine Otterson

Function Help - Counting Days
 
Good Day,

Need assistance please on the best method to do the following

Based on dates in column E (date ticket was open) I need to count the
following occurrences indicating since the date was open it has been 1 day,
7 days, 30 days and 60 days.


Any assistance appreciated.



Barb Reinhardt

Function Help - Counting Days
 
Do you just want to know how long the ticket has been opened? Do you want
calendar days or working days?

"Francine Otterson" wrote:

Good Day,

Need assistance please on the best method to do the following

Based on dates in column E (date ticket was open) I need to count the
following occurrences indicating since the date was open it has been 1 day,
7 days, 30 days and 60 days.


Any assistance appreciated.



Francine Otterson

Function Help - Counting Days
 
Thanks for the response. I would like to know based on calendars if a ticket
has been opened greater then 60 days and count those occurrences.

"Barb Reinhardt" wrote:

Do you just want to know how long the ticket has been opened? Do you want
calendar days or working days?

"Francine Otterson" wrote:

Good Day,

Need assistance please on the best method to do the following

Based on dates in column E (date ticket was open) I need to count the
following occurrences indicating since the date was open it has been 1 day,
7 days, 30 days and 60 days.


Any assistance appreciated.



Barb Reinhardt

Function Help - Counting Days
 
Try this:
Let's say your data is in E1:E140 and you want to know how many are over 60
days old

=COUNT(IF($E$1:$E$140<TODAY()-60,$E$1:$E$140))

Commit with CTRL SHIFT ENTER

There may be an easier way to do it, but this should work.

"Francine Otterson" wrote:

Thanks for the response. I would like to know based on calendars if a ticket
has been opened greater then 60 days and count those occurrences.

"Barb Reinhardt" wrote:

Do you just want to know how long the ticket has been opened? Do you want
calendar days or working days?

"Francine Otterson" wrote:

Good Day,

Need assistance please on the best method to do the following

Based on dates in column E (date ticket was open) I need to count the
following occurrences indicating since the date was open it has been 1 day,
7 days, 30 days and 60 days.

Any assistance appreciated.



daddylonglegs

Function Help - Counting Days
 

Try this for a count of dates more than 60 days old

=COUNTIF(E:E,"<"&TODAY()-60)


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=544372


Francine Otterson

Function Help - Counting Days
 
Thank you so much exactly what I needed - the parenthesis is what I had wrong.

Francine

"daddylonglegs" wrote:


Try this for a count of dates more than 60 days old

=COUNTIF(E:E,"<"&TODAY()-60)


--
daddylonglegs
------------------------------------------------------------------------
daddylonglegs's Profile: http://www.excelforum.com/member.php...o&userid=30486
View this thread: http://www.excelforum.com/showthread...hreadid=544372




All times are GMT +1. The time now is 07:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com