ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Split by half month (https://www.excelbanter.com/excel-discussion-misc-queries/134579-split-half-month.html)

AlanStotty

Split by half month
 
Hi,

I am using this formula to calculate if go-live is in a paricular
month.

=IF(AND(S$4=DATE(YEAR($G5),MONTH($G5),1),S
$4<=DATE(YEAR($G5),MONTH($G5)+1,0)),"go-live","")

What I would like to do now is split the month in half. I want to work
out which half of the month the go-live is in.

e.g. So the first cell will be 01/03/07 to 15/03/07 and the second
cell will be 16/03/07 to 31/03/07. The same for each of the other
months.

Thanks in advance for your help.


joel

Split by half month
 
The 1 at the end of this statement says to compare datte against the 1st of
the month. MONTH($G5),1

change the 1 to a 15 to compare with the 15th of the month.

"AlanStotty" wrote:

Hi,

I am using this formula to calculate if go-live is in a paricular
month.

=IF(AND(S$4=DATE(YEAR($G5),MONTH($G5),1),S
$4<=DATE(YEAR($G5),MONTH($G5)+1,0)),"go-live","")

What I would like to do now is split the month in half. I want to work
out which half of the month the go-live is in.

e.g. So the first cell will be 01/03/07 to 15/03/07 and the second
cell will be 16/03/07 to 31/03/07. The same for each of the other
months.

Thanks in advance for your help.



joel

Split by half month
 
See previous posting

"AlanStotty" wrote:

Hi,

I am using this formula to calculate if go-live is in a paricular
month.

=IF(AND(S$4=DATE(YEAR($G5),MONTH($G5),1),S
$4<=DATE(YEAR($G5),MONTH($G5)+1,0)),"go-live","")

What I would like to do now is split the month in half. I want to work
out which half of the month the go-live is in.

e.g. So the first cell will be 01/03/07 to 15/03/07 and the second
cell will be 16/03/07 to 31/03/07. The same for each of the other
months.

Thanks in advance for your help.




All times are GMT +1. The time now is 01:49 PM.

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