• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

registered date - current date

villival

Member
Hi Guys
need to know age of Registration date with current date
i am looking for fromuala to calculate current date - registration date

i have registration date
11/12/2014 11:26
Current date
03/08/2016

how to find the age

Thanks
 
Dear Villival,

pls convert your Registration date as per as your Current date with the given formula and than substract your current date with registation date
here is the attached file for your better understand
=DATE(MID(A2,FIND("/",A2,FIND("/",A2)+1)+1,4),MID(A2,FIND("/",A2)+1,2),LEFT(A2,2))

regards
Naresh
 

Attachments

1] A2, enter : Registration date

2] B2, enter : Current date

3] In the age C2, enter formula :

=DATEDIF(A2,B2,"y")

or,

=DATEDIF(A2,TODAY(),"y")

Regards
Bosco
 
Back
Top