ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Calculating Anniversary years (https://www.excelbanter.com/excel-worksheet-functions/198537-calculating-anniversary-years.html)

PH@tic[_2_]

Calculating Anniversary years
 
I need to determine which employees might fall into a particular group of
anniversary dates 1 year, 2 year, 3 year, etc.

I have a column with a hire date dd/mm/yyyy and would like to create a
column where the anniversary year is the result based on a reference to data
in an absolute cell that I could change each month. To start, I need to
group people as to where they would be as of 1-1-09.

I had it calculated at first when I put 2009 in the absolute cell, but I
need to refine it by the month, so my initial thinking is to put 1-1-09 in
the absolute cell, then change it each month to recalculate going forward.

what forumula can I write to calculate an anniversary year by the method
described abvove?

Mike H

Calculating Anniversary years
 
Try,

=DATEDIF(A1,$E$1,"y")

Where E1 is the evaluation date.

Mike

"PH@tic" wrote:

I need to determine which employees might fall into a particular group of
anniversary dates 1 year, 2 year, 3 year, etc.

I have a column with a hire date dd/mm/yyyy and would like to create a
column where the anniversary year is the result based on a reference to data
in an absolute cell that I could change each month. To start, I need to
group people as to where they would be as of 1-1-09.

I had it calculated at first when I put 2009 in the absolute cell, but I
need to refine it by the month, so my initial thinking is to put 1-1-09 in
the absolute cell, then change it each month to recalculate going forward.

what forumula can I write to calculate an anniversary year by the method
described abvove?


PH@tic[_2_]

Calculating Anniversary years
 
Thanks Mike, that works. Now, how can in integrate that into what I had
already created: =IF(C3="Active",$O$2-YEAR(D3),"none") I had made the
previous forumula to review all the records, for the ones that were active
employees, calculate an anniversary group otherwide, display none.

How can I integrate your solution to also include the other actions: do the
calculation for active employees, otherwise display "None."

Thanks.

"Mike H" wrote:

Try,

=DATEDIF(A1,$E$1,"y")

Where E1 is the evaluation date.

Mike

"PH@tic" wrote:

I need to determine which employees might fall into a particular group of
anniversary dates 1 year, 2 year, 3 year, etc.

I have a column with a hire date dd/mm/yyyy and would like to create a
column where the anniversary year is the result based on a reference to data
in an absolute cell that I could change each month. To start, I need to
group people as to where they would be as of 1-1-09.

I had it calculated at first when I put 2009 in the absolute cell, but I
need to refine it by the month, so my initial thinking is to put 1-1-09 in
the absolute cell, then change it each month to recalculate going forward.

what forumula can I write to calculate an anniversary year by the method
described abvove?


Mike H

Calculating Anniversary years
 
Try,

=IF(C3="Active",DATEDIF(D3,$O$2,"y"),"none")

Mike

"PH@tic" wrote:

Thanks Mike, that works. Now, how can in integrate that into what I had
already created: =IF(C3="Active",$O$2-YEAR(D3),"none") I had made the
previous forumula to review all the records, for the ones that were active
employees, calculate an anniversary group otherwide, display none.

How can I integrate your solution to also include the other actions: do the
calculation for active employees, otherwise display "None."

Thanks.

"Mike H" wrote:

Try,

=DATEDIF(A1,$E$1,"y")

Where E1 is the evaluation date.

Mike

"PH@tic" wrote:

I need to determine which employees might fall into a particular group of
anniversary dates 1 year, 2 year, 3 year, etc.

I have a column with a hire date dd/mm/yyyy and would like to create a
column where the anniversary year is the result based on a reference to data
in an absolute cell that I could change each month. To start, I need to
group people as to where they would be as of 1-1-09.

I had it calculated at first when I put 2009 in the absolute cell, but I
need to refine it by the month, so my initial thinking is to put 1-1-09 in
the absolute cell, then change it each month to recalculate going forward.

what forumula can I write to calculate an anniversary year by the method
described abvove?


PH@tic[_2_]

Calculating Anniversary years
 
I didn't get your post originally, but following is my result: I think with
your help, I got there. I appreciate it!

=IF(C3="Active",DATEDIF(D3,$O$2,"y"),"none")

"PH@tic" wrote:

I need to determine which employees might fall into a particular group of
anniversary dates 1 year, 2 year, 3 year, etc.

I have a column with a hire date dd/mm/yyyy and would like to create a
column where the anniversary year is the result based on a reference to data
in an absolute cell that I could change each month. To start, I need to
group people as to where they would be as of 1-1-09.

I had it calculated at first when I put 2009 in the absolute cell, but I
need to refine it by the month, so my initial thinking is to put 1-1-09 in
the absolute cell, then change it each month to recalculate going forward.

what forumula can I write to calculate an anniversary year by the method
described abvove?



All times are GMT +1. The time now is 06:41 AM.

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