C
CarmieR
Hi Guys.
This is my first post so I'm not too sure if I'm posting it in the righ
place or not :O
I’m a volunteer at a kids and young person’s club. We sometimes tak
them on day trips and need to hire transport and I’m trying to determin
the size of the vehicle. I’m trying to write a formula that wil
calculate if the kids are under 16yrs old they need to be accompanied b
an adult so we need 2 seats, if they’re over 16 they can go on their ow
and we only need 1 seat. My problem is if some of the kids aren’
attending at all so I obviously I don’t need a seat for them. So
think I have some of the formula but I don’t know how to deal with th
kids who don't attend and don't know how to complete it. This is what
have so far. Can anybody help please?
=IF(AND(C5<=16,D5="Yes"),2,1
This is my first post so I'm not too sure if I'm posting it in the righ
place or not :O
I’m a volunteer at a kids and young person’s club. We sometimes tak
them on day trips and need to hire transport and I’m trying to determin
the size of the vehicle. I’m trying to write a formula that wil
calculate if the kids are under 16yrs old they need to be accompanied b
an adult so we need 2 seats, if they’re over 16 they can go on their ow
and we only need 1 seat. My problem is if some of the kids aren’
attending at all so I obviously I don’t need a seat for them. So
think I have some of the formula but I don’t know how to deal with th
kids who don't attend and don't know how to complete it. This is what
have so far. Can anybody help please?
=IF(AND(C5<=16,D5="Yes"),2,1