Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to get the fortnight number of the year into a cell, i.e 1-1-2009 will
be fortnight number one and 15-1-2009 will be fortnight number 2. As well as the date I also have the day number of the year |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe this,
=ROUNDUP((A1-DATE(YEAR(A1),1,0))/14,0) Mike "Daz" wrote: I want to get the fortnight number of the year into a cell, i.e 1-1-2009 will be fortnight number one and 15-1-2009 will be fortnight number 2. As well as the date I also have the day number of the year |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding the date using the number of the week in a year | Excel Worksheet Functions | |||
How do I convert a month-date format to day number of the year? | Excel Worksheet Functions | |||
count number of months year to date | Excel Worksheet Functions | |||
Day number of given date in a year | Excel Worksheet Functions | |||
Fortnight | Excel Worksheet Functions |