ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   IF 5 years old by Dec 1 they will start Kindergarten (https://www.excelbanter.com/excel-worksheet-functions/149376-if-5-years-old-dec-1-they-will-start-kindergarten.html)

[email protected][_2_]

IF 5 years old by Dec 1 they will start Kindergarten
 
I am looking for help to determine a formula that will let me
determine which children who will be 5 years old by Dec 1, 2007.

Col
A [FirstName]
B [LastName]
C [DOB]
D [Classroom] (Kool Kidz, Kinder-Ready
If they are 5 in Dec, their classroom will default to KOOL KIDZ;
otherwise, they will be KINDER-READY
Can any one help me with this formula.

Thank you in advance.


Bob Phillips

IF 5 years old by Dec 1 they will start Kindergarten
 
=DATEDIF(C2,DATE(2007,12,1),"y")

will give the age in years

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



wrote in message
ups.com...
I am looking for help to determine a formula that will let me
determine which children who will be 5 years old by Dec 1, 2007.

Col
A [FirstName]
B [LastName]
C [DOB]
D [Classroom] (Kool Kidz, Kinder-Ready
If they are 5 in Dec, their classroom will default to KOOL KIDZ;
otherwise, they will be KINDER-READY
Can any one help me with this formula.

Thank you in advance.




JLatham

IF 5 years old by Dec 1 they will start Kindergarten
 
Take Bob's formula one step farther and you can have this in D (assumes row 2)
=IF(DATEDIF(C2,DATE(2007,12,1),"y")=5,"5 or older","Not yet 5 years old")

This doesn't cover the case of someone being too old for either, as 6 or 7
or 8 or 29. Substitute KOOL KIDZ and KINDER-READY as appropriate in the
formula.

"Bob Phillips" wrote:

=DATEDIF(C2,DATE(2007,12,1),"y")

will give the age in years

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



wrote in message
ups.com...
I am looking for help to determine a formula that will let me
determine which children who will be 5 years old by Dec 1, 2007.

Col
A [FirstName]
B [LastName]
C [DOB]
D [Classroom] (Kool Kidz, Kinder-Ready
If they are 5 in Dec, their classroom will default to KOOL KIDZ;
otherwise, they will be KINDER-READY
Can any one help me with this formula.

Thank you in advance.





[email protected][_2_]

IF 5 years old by Dec 1 they will start Kindergarten
 
On Jul 8, 6:54 pm, JLatham <HelpFrom @ Jlathamsite.com.(removethis)
wrote:
Take Bob's formula one step farther and you can have this in D (assumes row 2)
=IF(DATEDIF(C2,DATE(2007,12,1),"y")=5,"5 or older","Not yet 5 years old")

This doesn't cover the case of someone being too old for either, as 6 or 7
or 8 or 29. Substitute KOOL KIDZ and KINDER-READY as appropriate in the
formula.



"Bob Phillips" wrote:
=DATEDIF(C2,DATE(2007,12,1),"y")


will give the age in years


--
---
HTH


Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)


wrote in message
oups.com...
I am looking for help to determine a formula that will let me
determine which children who will be 5 years old by Dec 1, 2007.


Col
A [FirstName]
B [LastName]
C [DOB]
D [Classroom] (Kool Kidz, Kinder-Ready
If they are 5 in Dec, their classroom will default to KOOL KIDZ;
otherwise, they will be KINDER-READY
Can any one help me with this formula.


Thank you in advance.- Hide quoted text -


- Show quoted text -


Thank you, this is exactly what I was looking for.


JLatham

IF 5 years old by Dec 1 they will start Kindergarten
 
Ben and Jerry make good ice cream.

Bob and Jerry make Great Solutions!

Glad I could be part of the solution.

" wrote:

On Jul 8, 6:54 pm, JLatham <HelpFrom @ Jlathamsite.com.(removethis)
wrote:
Take Bob's formula one step farther and you can have this in D (assumes row 2)
=IF(DATEDIF(C2,DATE(2007,12,1),"y")=5,"5 or older","Not yet 5 years old")

This doesn't cover the case of someone being too old for either, as 6 or 7
or 8 or 29. Substitute KOOL KIDZ and KINDER-READY as appropriate in the
formula.



"Bob Phillips" wrote:
=DATEDIF(C2,DATE(2007,12,1),"y")


will give the age in years


--
---
HTH


Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)


wrote in message
oups.com...
I am looking for help to determine a formula that will let me
determine which children who will be 5 years old by Dec 1, 2007.


Col
A [FirstName]
B [LastName]
C [DOB]
D [Classroom] (Kool Kidz, Kinder-Ready
If they are 5 in Dec, their classroom will default to KOOL KIDZ;
otherwise, they will be KINDER-READY
Can any one help me with this formula.


Thank you in advance.- Hide quoted text -


- Show quoted text -


Thank you, this is exactly what I was looking for.




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

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