I would like to only return the Family Debtor Balance against the youngest student, so that the total database = my Debtors Control account. For Example:
<tbody>
</tbody>Do I need to write a formula to look up the family code for multiples and if there are multiple children, only return the "balance" in another column if it is the highest number e.g. 3rd child is youngest? Any ideas would be appreciated. Thank you
FAMILY CODE | Class | STUD ORDER | BALANCE |
STEFJ | P1 | 3 | 1000 |
DOCHM | P1 | 1 | 2000 |
WEARA | S2 | 1 | 1000 |
MCARS | S3 | 2 | 1500 |
LAIRD | P2 | 1 | 1800 |
STEFJ | P5 | 1 | 1000 |
LAIRD | P3 | 2 | 1800 |
STEFJ | P2 | 4 | 1000 |
MCARS | S4 | 1 | 1500 |
STEFJ | P6 | 2 | 1000 |
<tbody>
</tbody>