Jump to content

Recommended Posts

Posted

The HT has asked me to produce a template that works out the chronological age of a child and then when the reading age is entered will work out the difference.

I have robbed some code from another chronological age calc but it's not what the Head wants, he would like to see the age as a decial, i.e. 6.04 would be 6 yrs 4months.

 

I have attached the doc I am playing with, any pointers would be appreciated.

 

Thanks

 

Sireading age blank.xlsx

Posted

It isn't a real decimal then, as 6 years 4 months would be 6.333 Recurring.

 

I'd suggest the formula

 

=DATEDIF(B3,D3,"y") & "." & DATEDIF(B3,D3,"ym")

 

This would give you your year.month idea.

  • Thanks 1
Posted (edited)

[ATTACH]12739[/ATTACH]OK got it working, anyone know how I can format the last column to show if the difference is a posistive or negative, -6 or +1.1 etc ?

At the moment it shows the difference but doesnt display if its a negative number or not.

reading age Copy.xlsx

Edited by pooley
Posted (edited)
[ATTACH]12739[/ATTACH]OK got it working, anyone know how I can format the last column to show if the difference is a posistive or negative, -6 or +1.1 etc ?

At the moment it shows the difference but doesnt display if its a negative number or not.

 

Just remove the ABS from your last column to leave E3-F3 etc. Wouldn't that work?

 

EDIT -- If you want the difference to be how many years older their reading age is from their actual age swap the formula around eg F3-E3

 

Hope this helps.

Edited by bladedanny
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...