Hi There,
I’m trying to write a formula (badly) to automatically show me what Scouts group, kids should be in based on their date of birth.
Here’s the tricky part…
So kids start in Beavers aged 6, if their birthday is before 1st of Sep. If they are born after this date, they must wait a year to join. This follows through as the kids move through the different groups.
I’d like to put in a date of birth, then in the cell beside it, show the group they should currently be in based on their DOB. I'd like to use this formula for moving forward, so I guess this should reference todays date somewhere??
[TABLE="width: 274"]
<tbody>[TR]
[TD]Group
[/TD]
[TD]Year Born
[/TD]
[TD]Age
[/TD]
[/TR]
[TR]
[TD]Beavers 1
[/TD]
[TD]2013
[/TD]
[TD]6
[/TD]
[/TR]
[TR]
[TD]Beavers 2
[/TD]
[TD]2012
[/TD]
[TD]7
[/TD]
[/TR]
[TR]
[TD]Beavers 3
[/TD]
[TD]2011
[/TD]
[TD]8
[/TD]
[/TR]
[TR]
[TD]Cubs 1
[/TD]
[TD]2010
[/TD]
[TD]9
[/TD]
[/TR]
[TR]
[TD]Cubs 2
[/TD]
[TD]2009
[/TD]
[TD]10
[/TD]
[/TR]
[TR]
[TD]Cubs 3
[/TD]
[TD]2008
[/TD]
[TD]11
[/TD]
[/TR]
[TR]
[TD]Scouts 1
[/TD]
[TD]2007
[/TD]
[TD]12
[/TD]
[/TR]
[TR]
[TD]Scouts 2
[/TD]
[TD]2006
[/TD]
[TD]13
[/TD]
[/TR]
[TR]
[TD]Scouts 3
[/TD]
[TD]2005
[/TD]
[TD]14
[/TD]
[/TR]
[TR]
[TD]Ventures 1
[/TD]
[TD]2004
[/TD]
[TD]15
[/TD]
[/TR]
[TR]
[TD]Ventures 2
[/TD]
[TD]2003
[/TD]
[TD]16
[/TD]
[/TR]
[TR]
[TD]Ventures 3
[/TD]
[TD]2002
[/TD]
[TD]17
[/TD]
[/TR]
[TR]
[TD]Rovers 1
[/TD]
[TD]2001
[/TD]
[TD]18
[/TD]
[/TR]
[TR]
[TD]Rovers 2
[/TD]
[TD]2000
[/TD]
[TD]19
[/TD]
[/TR]
[TR]
[TD]Rovers 3
[/TD]
[TD]1999
[/TD]
[TD]20
[/TD]
[/TR]
</tbody>[/TABLE]
Any help is appreciated.
I’m trying to write a formula (badly) to automatically show me what Scouts group, kids should be in based on their date of birth.
Here’s the tricky part…
So kids start in Beavers aged 6, if their birthday is before 1st of Sep. If they are born after this date, they must wait a year to join. This follows through as the kids move through the different groups.
I’d like to put in a date of birth, then in the cell beside it, show the group they should currently be in based on their DOB. I'd like to use this formula for moving forward, so I guess this should reference todays date somewhere??
[TABLE="width: 274"]
<tbody>[TR]
[TD]Group
[/TD]
[TD]Year Born
[/TD]
[TD]Age
[/TD]
[/TR]
[TR]
[TD]Beavers 1
[/TD]
[TD]2013
[/TD]
[TD]6
[/TD]
[/TR]
[TR]
[TD]Beavers 2
[/TD]
[TD]2012
[/TD]
[TD]7
[/TD]
[/TR]
[TR]
[TD]Beavers 3
[/TD]
[TD]2011
[/TD]
[TD]8
[/TD]
[/TR]
[TR]
[TD]Cubs 1
[/TD]
[TD]2010
[/TD]
[TD]9
[/TD]
[/TR]
[TR]
[TD]Cubs 2
[/TD]
[TD]2009
[/TD]
[TD]10
[/TD]
[/TR]
[TR]
[TD]Cubs 3
[/TD]
[TD]2008
[/TD]
[TD]11
[/TD]
[/TR]
[TR]
[TD]Scouts 1
[/TD]
[TD]2007
[/TD]
[TD]12
[/TD]
[/TR]
[TR]
[TD]Scouts 2
[/TD]
[TD]2006
[/TD]
[TD]13
[/TD]
[/TR]
[TR]
[TD]Scouts 3
[/TD]
[TD]2005
[/TD]
[TD]14
[/TD]
[/TR]
[TR]
[TD]Ventures 1
[/TD]
[TD]2004
[/TD]
[TD]15
[/TD]
[/TR]
[TR]
[TD]Ventures 2
[/TD]
[TD]2003
[/TD]
[TD]16
[/TD]
[/TR]
[TR]
[TD]Ventures 3
[/TD]
[TD]2002
[/TD]
[TD]17
[/TD]
[/TR]
[TR]
[TD]Rovers 1
[/TD]
[TD]2001
[/TD]
[TD]18
[/TD]
[/TR]
[TR]
[TD]Rovers 2
[/TD]
[TD]2000
[/TD]
[TD]19
[/TD]
[/TR]
[TR]
[TD]Rovers 3
[/TD]
[TD]1999
[/TD]
[TD]20
[/TD]
[/TR]
</tbody>[/TABLE]
Any help is appreciated.