Welcome,
I would set up a database of information (on another spreadsheet) containing the school grade to the general age.
eg. If age 15 (col A) it should mean that the kid is in year 09 (col B).
eg. If age 16 (col A) it should mean that the kid is in year 10 (col B).
On the original speadsheet
eg. Col D contains the ages then Col E will contain the vlookup formula
=IF(D2="","",vlookup(D2,Sheet2!A1:B1000,2,false)
I've added the IF statement to return the cell blank.
Well that one idea.
Edit: I though a little bit longer and it only fixed half the problem. I have an idea I'm going to try
Bookmarks