I need to create a mark book.
=VLOOKUP(G3,'Yr5 Maths Aut'!$A$1:$U$112,MATCH(I3,'Yr5 Maths Aut'!$A$1:$U$1,0),0)
The problem is: =DATEDIF(D7,$E$1,"Y")&"."&DATEDIF(D7,$E$1,"YM")
When using the formula to compare Date of Birth to current date (today's date), the value returns 9.1.
e.g - I get two 9.1 results!
Is there a way to return 9.01 for 9 years 1 month?
Then read the table
=VLOOKUP(G3,'Yr5 Maths Aut'!$A$1:$U$112,MATCH(I3,'Yr5 Maths Aut'!$A$1:$U$1,0),0)
- The Vlookup table uses the following Ages 9 yrs 1 month, 9 yrs 2 months etc to 9 yrs 10 months.
Total | 9.00 | 9.10 | 9.20 | ….. | 9.90 | 9.10 | 9.11 | 10.00 | 10.1 |
The problem is: =DATEDIF(D7,$E$1,"Y")&"."&DATEDIF(D7,$E$1,"YM")
When using the formula to compare Date of Birth to current date (today's date), the value returns 9.1.
e.g - I get two 9.1 results!
Start date | End date | Result |
19/06/2011 | 05/09/2020 | 9.2 |
19/07/2011 | 05/09/2020 | 9.1 |
19/10/2010 | 05/09/2020 | 9.10 |
Then read the table
Total | 9.00 | 9.01 | 9.02 | ….. | 9.09 | 9.10 | 9.11 | 10.00 | 10.01 |