How to Calculate Age Using a Date of Birth in Excel (The Easy Way)

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 315

  • @pkamdar4u
    @pkamdar4u 3 года назад +8

    Instead of remembering the formula, don't you think the below logic is simpler.
    (Today's date - Date of birth)/365 and then drag it across
    Eg (10th march 2010 - 10th march 2000)/365 = 10.3 - if you remove decimal it will be 10 years.
    Not trying to challenge you, just asking your views.

    • @anveshjadav
      @anveshjadav 3 года назад +5

      Yes, I was using it e.g. =ROUND((TODAY()-F7)/365,0) where DOB is written in F7 cell

    • @ExcelAtData
      @ExcelAtData 3 года назад +4

      @@anveshjadav Another solution is =INT((TODAY()- Date of birth)/365)

    • @aregbeyenomotola3576
      @aregbeyenomotola3576 2 года назад

      This one worked for me

  • @HTN1990
    @HTN1990 2 года назад +1

    I got an Error !

  • @niceone5416
    @niceone5416 3 года назад +50

    This kind of things that no one serched for but every one need

  • @veerabhadrakumar3460
    @veerabhadrakumar3460 3 года назад +7

    Thanks a lot, saved me from lot of stress and time

  • @justinegarcia3152
    @justinegarcia3152 4 года назад +39

    doesnt work for me, it says "value!"

    • @nrbbanklimited9014
      @nrbbanklimited9014 3 года назад +2

      Why

    • @19761999
      @19761999 3 года назад +1

      I had the same error so I changed the formatting in the "Age" column from number to general and it worked.

    • @Angela3dom
      @Angela3dom 3 года назад +2

      @@19761999 in my case it did not solved the problem, still VALUE error appears

    • @motivation_not_enough
      @motivation_not_enough 3 года назад +1

      Use now instead of today and date format should be match with ur system date and time

    • @ExcelAtData
      @ExcelAtData 3 года назад +3

      SOLUTION: You are getting the error as the date is not in a date format. It is probably in a text format. You can change the cell format by right clicking > select Format Cells > select Date. If this doesn't work try using the formula DATEVALUE. i.e DATEDIF(DATEVALUE (date of birth), DATEVALUE(TODAY()), "Y"). Hope that helps.

  • @md.inzamamulalamchowdhury2669
    @md.inzamamulalamchowdhury2669 3 года назад +1

    Formula: =datedif(XN,Today(),"Y")
    Where X= A/B/C....
    N= 1,2,3.....

  • @sandeepsharma5637
    @sandeepsharma5637 3 года назад +7

    It is showing '#Value!' instead of age after typing formula in cell.

    • @harinarayanan2252
      @harinarayanan2252 3 года назад

      Same here..did you get any solution for this

    • @sandeepsharma5637
      @sandeepsharma5637 3 года назад

      @@harinarayanan2252 no

    • @harinarayanan2252
      @harinarayanan2252 3 года назад +1

      @@sandeepsharma5637 make the date format as 03-06-2021 not in 03.06.2021 ( avoid unnecessary space at the front of date)

    • @ExcelAtData
      @ExcelAtData 3 года назад +2

      SOLUTION: You are getting the error as the date is not in a date format. It is probably in a text format. You can change the cell format by right clicking > select Format Cells > select Date. If this doesn't work try using the formula DATEVALUE. i.e DATEDIF(DATEVALUE (date of birth), DATEVALUE(TODAY()), "Y"). Hope that helps.

    • @lopamudraparida8119
      @lopamudraparida8119 3 года назад

      @@ExcelAtData apki formula se bhi results nenhi araha

  • @tamaglibatos565
    @tamaglibatos565 3 года назад +2

    It does not work

  • @JanMSco
    @JanMSco Год назад +1

    I use this formula in a Birthday/Anniversary list for my family. It works great until it encounters a Month/Day that hasn't yet occurred. Then the age is off by 1 year. Any ideas how to fix this?

  • @AhadCreation4m
    @AhadCreation4m 2 года назад +1

    Intro sound name bta do sir please

  • @jpkamalanathan3859
    @jpkamalanathan3859 4 года назад +4

    Super Sir
    Sir I Want Excel practice files for every video
    Can you upload the Excel files next time because it's very useful for everyone
    Thankyou

  • @AhadCreation4m
    @AhadCreation4m 2 года назад +1

    Sir your video is fantastic but please tell me intro sound name

  • @akapic
    @akapic 4 года назад +3

    the formula doesn't work if the year used is 1800, 1700, etc.
    Works only for 1900 and 2000

    • @snuffy467
      @snuffy467 3 года назад +1

      Excel uses the number of days since 1 January, 1900 for dates. Most people born before then are dead.

    • @valmir144
      @valmir144 2 года назад

      @@snuffy467 LOL!!!!

  • @fatima6139
    @fatima6139 3 года назад +1

    my date of birth is 30 april 1999 what is my age now?

  • @popstarbarbie0925
    @popstarbarbie0925 3 года назад +2

    How about if I want to calculate their age for the year 2021? Pls help me thanks.

    • @ExcelAtData
      @ExcelAtData 3 года назад +1

      The formula is DATEDIF(date of birth, TODAY(), "Y"). The TODAY() gives you today's date, so it will be for 2021. You can change TODAY() to any date you like. For example, if you wanted to know how old someone was at the start of 2021, then you can change it to 01/01/2021. Hope that helps. Let me know if you have any questions.

  • @JasonCrozier-gx5pw
    @JasonCrozier-gx5pw 4 месяца назад +1

    Age 37 this is Jason will be 38

  • @victorrajrocque8305
    @victorrajrocque8305 2 года назад +1

    Thank you man, you have helped resolve a life long pending issue of mine. Thanx again!!!

  • @sstanyroch
    @sstanyroch 3 года назад +1

    Somebody help me why am I not getting the answer for the below
    30-07-1990
    =DATEDIF(F254,NOW(),"y")
    Not showing the date why? it is supposed to be 31

  • @caseyholley5265
    @caseyholley5265 3 года назад +11

    Much better and detailed than anything else I have found.

  • @AhadCreation4m
    @AhadCreation4m 2 года назад +1

    Intro sound name

  • @AhadCreation4m
    @AhadCreation4m 2 года назад +1

    Intro sound name

  • @ElijahParantai
    @ElijahParantai 3 месяца назад +1

    It's great 🎉🎉🎉

  • @kevinhammond3060
    @kevinhammond3060 3 года назад +2

    I've just discovered this site and am very impressed. Thank you so much!!

  • @sankarshanaswain7417
    @sankarshanaswain7417 3 года назад +1

    Wao, nice

  • @ramshadmuhammed4783
    @ramshadmuhammed4783 3 года назад +2

    HOW CAN I AVOID ZERO IN AGE CELL, IF DATE OF BIRTH IS NOT ENTERED

    • @SyedUsman
      @SyedUsman 3 года назад +1

      Use if(cell="","",age)

  • @savitathakur3064
    @savitathakur3064 3 года назад +1

    Doesn't work

  • @shoebrahaman209
    @shoebrahaman209 3 года назад +2

    How old am i if i born in 2004??

    • @ExcelAtData
      @ExcelAtData 3 года назад +1

      Depending on the date of birth, either 16 or 17 in 2021.

  • @AhadCreation4m
    @AhadCreation4m 2 года назад +1

    Intro sound kaun sa hai please reply

  • @zahir2023
    @zahir2023 2 года назад +1

    Thank you so much.
    It was a big lesson
    for me to learn this
    age calculating formula.

  • @brandonneverdies
    @brandonneverdies 4 года назад +8

    Thank you, very simple and clear explanation

  • @PC-so4lg
    @PC-so4lg 2 года назад

    I have not found one teaching the shortcuts of computer... No one!!!
    Jaan de dena jyada aasaan lagta hai... Interview main 5 line bolna aaj tak koi dhang k nahi sikhate... Jaahilo ki bharti!!!

  • @manju6326
    @manju6326 4 года назад +1

    Funtion not working sir, please solve, my exel is 2007

    • @ExcelTutorialsEasyClickAcademy
      @ExcelTutorialsEasyClickAcademy  4 года назад +1

      Manjunath, get the most from Office with Microsoft 365: www.easyclickacademy.com/buy-microsoft-office/

  • @nabammanie7607
    @nabammanie7607 3 месяца назад

    Not working..15/2/2002 please calculate this for me... it's not working

  • @redhaal-obaidy2217
    @redhaal-obaidy2217 3 года назад +2

    Thanks for sharing dear, much appreciated and really helpful method.

  • @propertytoinvestbymary5099
    @propertytoinvestbymary5099 2 года назад +1

    My first time and i immediately subscribed! Very helpful videos. Thank you so much🙂

  • @kamariahylibyamalaysia5788
    @kamariahylibyamalaysia5788 3 года назад +1

    1986😖😖😖✌

  • @kanglimpichrathanak3927
    @kanglimpichrathanak3927 4 года назад +1

    it doesn't work on mac book pro

  • @md.shamsalhoda4798
    @md.shamsalhoda4798 3 года назад +1

    Thank You very much
    You explain very nicely

  • @jahgents4095
    @jahgents4095 4 года назад +2

    Doesnt work it says #NAME

    • @ExcelAtData
      @ExcelAtData 3 года назад +1

      Which version of Excel are you using. The #NAME error appears when Excel doesn't have the function. It was officially recognised and introduced by Microsoft in Excel 2016. You can use =INT((TODAY()- Date of birth)/365) instead, this will also work. Hope that helps.

  • @jagritisaraf4785
    @jagritisaraf4785 3 года назад +1

    It is really very amazing 🤗

  • @duvvurianil9479
    @duvvurianil9479 4 года назад +1

    Your explain very clearly but it is not working in Windows 7

    • @ExcelTutorialsEasyClickAcademy
      @ExcelTutorialsEasyClickAcademy  4 года назад +1

      Thank you, Duvvuri :) Are you using Microsoft 365? Get it here: www.easyclickacademy.com/buy-microsoft-office/

  • @tommyharris5817
    @tommyharris5817 2 года назад

    I have Excel 2021 but there's no DATEDIF function

  • @njokimuhoho5518
    @njokimuhoho5518 2 года назад +2

    Excellent. Simple straightforward. You sorted me out!! Blessings!!

  • @kishorehs4999
    @kishorehs4999 4 года назад +1

    It's doesn't work properly in my excel

    • @ExcelTutorialsEasyClickAcademy
      @ExcelTutorialsEasyClickAcademy  4 года назад +1

      Kishore do you use Microsoft 365?
      Get the most from Office with Microsoft 365: www.easyclickacademy.com/buy-microsoft-office/

  • @vikkilouflores3626
    @vikkilouflores3626 3 года назад +1

    big help to me..thanks

  • @ThereseFilhiol
    @ThereseFilhiol 11 месяцев назад +1

    Saved me literally hours of tedious calculation. Thanks for providing this resource!

  • @bestmail1893
    @bestmail1893 2 года назад

    But excel not Perfered this formula due error expect at time of applying Excell pop-up will warn you

  • @rafiullahafridi11
    @rafiullahafridi11 3 года назад +1

    Sir if you have this file of excel plz open the sheet and delete B3 cell than see what's happening. It means that if we have a blank cell in Column B the result in Column C will be show "121" so plz make another video to resolve this problem i will be very thankful of you.
    Thank you

    • @ExcelAtData
      @ExcelAtData 3 года назад +3

      You can use the IF function. The formula is IF(logical_test, value_if_true, [value_if_false]). So in this case use =IF(B3="","",DATEDIF(B3, TODAY(), "Y")). The logical test is B3="", as there is nothing inside the double quotations, it means if B3 is blank then it will output no value otherwise output the age. Hope that helps.

    • @rafiullahafridi11
      @rafiullahafridi11 3 года назад

      @@ExcelAtData ok thank you so much

  • @vinodr3894
    @vinodr3894 3 года назад +1

    1984

  • @bonginkosimalangenidlamini4355
    @bonginkosimalangenidlamini4355 21 день назад

    what happens if another year or two pass after my calculation today, is the whole data going to update itself or I should update it from time to time

  • @MRegyy
    @MRegyy 2 года назад

    When I say my age is 22 years 2 months, what does that mean?
    My 22 has started or my 23 has started?

  • @daayemshehzad
    @daayemshehzad Год назад +1

    AMAZING AND THANK YOU. Tried something extremely similar to this but I was just having a syntax issue. I didnt know the Datedif() function and was trying a different function with the same logic. You are a gentleman and a scholar!

  • @reginajohnson188
    @reginajohnson188 Год назад

    I just used my birth year and the current year and subtract years the old 🗝️ fashion way

  • @Књаз
    @Књаз 3 года назад

    Why doesn't my excel have this datedif formula?

  • @JAFlightSimulatorWorld
    @JAFlightSimulatorWorld 9 месяцев назад

    If I have the age 22Y 11M 24D can I convert it to birth date?

  • @sweetydidi3515
    @sweetydidi3515 3 года назад

    Sir agar kisi ka age only year me diya hai to usko dd/mm/yy form me kaise convert karenge? Jaise kisi ka birth year 1991 me ho to usko 01/01/1991 me convert karne ke liye kaun sa formula lagana padega? '

  • @sunandabhattacharyya8275
    @sunandabhattacharyya8275 4 года назад +3

    TOO GOOD ..
    tHANK YOU

  • @عصفورطلمنالشباكالزمنالجميل

    Thank you so much 👍🏻👏🏻👏🏻👏🏻👏🏻

  • @cristinasosa9826
    @cristinasosa9826 4 года назад +2

    THANKYOU VERY MUCH!!!!

  • @thesaadshah7
    @thesaadshah7 2 года назад

    Can anyone tell me how to do the other way around. If I put age, how to show Date Of Birth?

  • @amoamasamt
    @amoamasamt 4 месяца назад

    That's great. So easy when you're shown how. The only question I have is, how do I calculate the age without it changing with time. I would like to keep the age of the person when I received the application, for example. Would I remove the Today reference? Thank you for any help! Your instructions are so clear and straightforward.

  • @fizazain93
    @fizazain93 3 года назад +1

    Good job

  • @angelarodriguez6426
    @angelarodriguez6426 5 месяцев назад

    Oh my gosh, Works beautiful. Saves so mudh time..Thank you!!💖💖

  • @sureshv7724
    @sureshv7724 3 года назад

    Thanks sir.
    Wonderful much needed.
    Can you explain how to hide excel formula.

  • @phoenix_ever
    @phoenix_ever 6 месяцев назад

    Great....thanks for it, but why is that I don't have the datedif function enabled on my excel, any solutions

  • @captainkeyboard1007
    @captainkeyboard1007 3 года назад +2

    This tip was great. I am pleased that I can do it in Excel. I have seen that it can be accomplished in Access, but I want to use Excel more. I love your tip very much.

    • @captainkeyboard1007
      @captainkeyboard1007 3 года назад

      @@sovannsom2643 Access and Excel are very fine programs. They both have unique powers to perform some heavy-duty jobs with ease. Thank you for writing to me.

  • @aatifrashid5413
    @aatifrashid5413 4 года назад +1

    superb

  • @vikingraven4156
    @vikingraven4156 Год назад

    tried it,dosen't work all I get in cell is value

  • @samuelpackia5946
    @samuelpackia5946 2 года назад

    Hi.. how to calculate no.of.days excluding Saturday and Sunday? If we use the same formula

  • @mohdnadeem5811
    @mohdnadeem5811 Год назад

    Nice Excellence To Work Amazing teaching way thank you so much

  • @kanglimpichrathanak3927
    @kanglimpichrathanak3927 4 года назад +1

    Do you any idea?????

  • @kugatharsa6588
    @kugatharsa6588 3 года назад

    How to find birth year month date Sri lankan nic number.

  • @munirjahanyar3363
    @munirjahanyar3363 3 года назад +1

    great

  • @juliajulia2039
    @juliajulia2039 Год назад

    kalau lahir 18 03 1966 berapa umur nya

  • @sophanasorn6218
    @sophanasorn6218 11 месяцев назад

    Hi admin you should upload to short so it's more interesting ❤

  • @herohamza1196
    @herohamza1196 2 года назад

    just came here to learn Date Calculate mikasa's birth

  • @charithrukshandenis8477
    @charithrukshandenis8477 2 месяца назад

    Thank you so much. Explanation was wonderful and was able to do that.

  • @greglapura2495
    @greglapura2495 7 месяцев назад

    but what if the other way around. the age is given and how to determine the birthdate

  • @ankitdixit719
    @ankitdixit719 2 года назад

    Is it work in ms excel 2007

  • @bikeshkumarjha2415
    @bikeshkumarjha2415 Год назад

    But in my computer it didn't work your formulae

  • @yussufhassan5265
    @yussufhassan5265 2 года назад

    This is what i like and dislike a whole vedio for 2 hours with no meaning

  • @vibhorbhatnagar5372
    @vibhorbhatnagar5372 2 года назад

    Very nice explanation Sir. God bless you. Love from India.

  • @hassanmuneer1576
    @hassanmuneer1576 3 года назад +1

    sandeep sharma same problem

    • @ExcelAtData
      @ExcelAtData 3 года назад +1

      SOLUTION: You are getting the value error as the date is not in a date format. It is probably in a text format. You can change the cell format by right clicking > select Format Cells > select Date. If this doesn't work try using the formula DATEVALUE. i.e DATEDIF(DATEVALUE (date of birth), DATEVALUE(TODAY()), "Y"). Hope that helps.

  • @JenniferParsore
    @JenniferParsore Год назад

    Thanks 👍 I got it as you did ,,,, I found it helpful 🙏🙏🙏

  • @loislong6821
    @loislong6821 Год назад

    what if I have age but need date of birth. How to calculate that?

  • @SelvaKumar-jq7or
    @SelvaKumar-jq7or 3 года назад

    current date month year - date of birth will also give solution

  • @spearlightknight1714
    @spearlightknight1714 3 года назад +6

    AWESOME! Love the concise and how articulate the explanation is. Thank you! Made my work easier!

  • @mardan4reports113
    @mardan4reports113 2 года назад

    plzz excel name which version??

  • @zardbilly
    @zardbilly 3 года назад +1

    Could you guide me, if I have a worksheet to store all the events by date. How can I just display today's events in a separate worksheet?

    • @usamasaadshaik
      @usamasaadshaik 3 года назад +2

      Try searching about filters and advanced filters.

  • @risingstar5162
    @risingstar5162 3 года назад

    Not working .result comes value

  • @anonymouse6703
    @anonymouse6703 2 года назад

    Will this automatically update the age each year?

  • @abhishekagarwal937
    @abhishekagarwal937 2 месяца назад

    THANK YOU SO MUCH NOBODY TOLD ME ABOUT THE’ FORMAT CELL’ option

  • @husayn5
    @husayn5 18 дней назад

    People born in 1987 are 41 years ?

  • @spongeesponge9623
    @spongeesponge9623 2 года назад

    No datedif...how to add this in my function?

  • @priyankachourasiya9712
    @priyankachourasiya9712 2 года назад

    Hey... But in my case I will do in same ...

  • @GregoryITguy
    @GregoryITguy 2 года назад

    For me, the best tip is here is tell you that you must format birthdate column as date, and age column as NUMBER. No guides I searched for told me this!

  • @shailesh1142
    @shailesh1142 3 года назад

    GREAT !!! HELLO ITS REALLY WORKS !!! GOOD HAVE A BEAUTIFUL FUTURE :-)

  • @jyotisupne870
    @jyotisupne870 3 месяца назад

    Bhai tera work, mere exel main work Q ni kr raha🤣

  • @khaledhasan6998
    @khaledhasan6998 3 года назад

    Thank u very much
    Would you give us its Cod ???

  • @rghssecurity7632
    @rghssecurity7632 Год назад

    I TRY ALL ITS STILL SHOWING VALUE AND NAME