Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
can this be do this easily
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Wed, 5 May 2010 03:03:01 -0700, leapterry <leapterry
@discussions.microsoft.com wrote: can this be do this easily Here's one way: =SUMPRODUCT(--(TEXT(ROW(INDIRECT(StartDt&":"&EndDt)),"mmdd")="02 29")) StartDt and EndDt refer to two cells which contain the starting and ending date of the range you are checking. --ron |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this
=SUMPRODUCT(--(TEXT(ROW(INDIRECT(A1&":"&A2)),"dd-mmm")="29-Feb")) -- HTH Bob "leapterry" <leapterry @discussions.microsoft.com wrote in message ... can this be do this easily |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
With dates in A1 and A2:
=A2-A1-(DATE(2003,MONTH(A2),DAY(A2)) -DATE(2003,MONTH(A1),DAY(A1)))-365*(YEAR(A2)-YEAR(A1)) format the cell as Integer So if A1 and A2 contain: 1/18/1945 7/7/2007 the formula will return 15 See J.E. McGimpsey's reply in http://groups.google.com/group/micro...days%22+excel# -- Gary''s Student - gsnu201002 "leapterry" wrote: can this be do this easily |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calulate working hours and minutes between 2 dates and times | Excel Discussion (Misc queries) | |||
Excel Formula to calulate number of days passed from date to date | Excel Discussion (Misc queries) | |||
how to calulate time in hours cbetween two different dates? | Excel Worksheet Functions | |||
Calculating number of days between two dates that fall between two other dates | Excel Discussion (Misc queries) | |||
how to calulate time | New Users to Excel |