=YEAR(DATE(YEAR(TODAY())-YEAR(A1),MONTH(TODAY())-MONTH(A1)+1,DAY(TODAY())-DAY(A1)+1))-1900&" Years "&IF(MONTH(DATE(YEAR(TODAY())-YEAR(A1),MONTH(TODAY())-MONTH(A1)+1,DAY(TODAY())-DAY(A1)+1))-1=0,"",MONTH(DATE(YEAR(TODAY())-YEAR(A1),MONTH(TODAY())-MONTH(A1)+1,DAY(TODAY())-DAY(A1)+1))-1&" Months ")&IF(DAY(DATE(YEAR(TODAY())-YEAR(A1),MONTH(TODAY())-MONTH(A1)+1,DAY(TODAY())-DAY(A1)+1))-1=0,"",DAY(DATE(YEAR(TODAY())-YEAR(A1),MONTH(TODAY())-MONTH(A1)+1,DAY(TODAY())-DAY(A1)+1))-1&" Days")
This formula calculates age of a person with the accuracy of exact years , months and days
This considers that the Date of Birth is available at Cell A1 of the worksheet. You will need to replace this
A shorter formula:
ReplyDelete=CONCATENATE(DATEDIF(A1,TODAY(),"y")," years ",MOD(DATEDIF(A1,TODAY(),"m"),12), " Months")
jialin: pretty good, but don't think DATEDIF is in Excel 2007. It was in earlier versions, right? Perhaps something similar can be accomplished with DAYS360?
ReplyDeleteI was thinking something along these lines:
=TEXT(TODAY()-A1,"YYYY")-1900&" Years "&MONTH(TODAY()-A1)-1&" Months "&DAY(TODAY()-A1)&" Days"
Still, all of our formulas needed to be modified to include logic for singular values and zero values for all three: years, months, and days.
Hello Mr Gupta
ReplyDeleteFollowing is not very short but comes close to figure out the remaining nights sleep till the next birthday. Here C1=date today b2 = date of birth and d2 = calculated birthday this year
=IF(MONTH($C$1)<MONTH(B2);"still "&(DATEVALUE(D2))-TODAY()&" nights sleep";IF(AND(MONTH($C$1)=MONTH(B2);DAY($C$1)<DAY(B2));"still "&(DATEVALUE(D2))-TODAY()&" night(s) sleep";IF(AND(MONTH($C$1)=MONTH(B2);DAY($C$1)=DAY(B2));"**Heep Heep Huray !!!!**";"still "&EDATE(Datevalue(D2);12)-TODAY()&" nights sleep")))
@Squash DATEDIF works in 2003 and 2007 as well. It is just that it is not a regular excel function. It is a VBA function and hence there is no help available in excel and the argument directions don't turn up.
ReplyDeleteHello Yogesh ji,
ReplyDeleteI need a help from you.
I want to put a formula in sheet2 which should calculate as per the last (filled) row of sheet1.
for eg.
in sheet1 Cell A61 is 408 & B61 is 203... I want to show the sum of these two in the Cell A12 of sheet2.. but I want the firmula to use the lastest row of Sheet1... say if A62 is 410 & B62 is 200 then A12 of sheet2 should show "610" and like wise everytime there is new entry in sheet1.
hope I am clear in my question.
Thanks
I'm not sure why you posted this particular question under this blog article. However, assuming there are **no** blank cells in Column A (which I'm assuming will always have the last value on the sheet in it), then try this formula...
ReplyDelete=LOOKUP(2,1/(A1:A65535<>""),A:A)+INDEX(B2:B10,COUNTA(A:A))
Rick Rothstein (MVP - Excel)
Hi Amit
ReplyDeleteYou can use following formula to get the last entered numeric value in column A of sheet1
=INDEX(Sheet1!A:A,MATCH(9.99999999999999E+307,Sheet1!A:A))
I hope you will be able to modify this to get value in column B
Regards//Yogesh Gupta
Hello Yogesh ji,
ReplyDeletethanks for the formula, its working.
@Rick,
thanks
hi yogesji, i have an excel sheet having multiple data and every data row have a blank row beetween two rows. i want to delete the blank row in one shot, is it possible pls. help me.
ReplyDeleteHai Sir, you done great job for intermediate learner for excel we want to some accounting templates like daybook, ledger and balance sheet:
ReplyDeleteonce we enter the transaction that can automatically updated in ledger and balance sheet please send me my mail id is razaravi@gmail.com
This comment has been removed by the author.
ReplyDeleteDear SIr,
ReplyDeletecan we calculate age by the following formula. Please answer me. (put DOB at Cell A1)
=+DATEDIF(A1,NOW(),"Y")&" Years, "&DATEDIF(A1,NOW(),"ym")&" Months, "&DATEDIF(A1,NOW(),"md")&" Day."
From: Sujit Dhar
sujit_dhar1025@hotmail.com
Try This ;)
ReplyDelete=DATEDIF(A1,TODAY(),"y") & " years " & DATEDIF(A1,TODAY(),"ym") & " months " & DATEDIF(A1,TODAY(),"md")+1 & " days "
Sir,
ReplyDeleteMy self santosh I want to some information about my excel sheet simplifying.
sir, my self anoop singh. I want to pint a check book in excel work sheet, but i hve sme prblm like i want to print numeric value in text. Supose 120460.But spellcurr()formula RETURN value one hudred twnty thousnd four hundrd sixty only. But I want print "One lack twenty thounsd four hundrd sixty only"
ReplyDeleteI hope Sir u help me better.
I'm using the =INT((TODAY()-AB2)/365.25). It does give me the age, but if I don't have a date in the birthday cell(AB2) I get a "111" in the age cell.
ReplyDeleteHow can I make the age cell blank if there is no date in the birthday cell? Thanks!
hi there
ReplyDeletei recently created a worksheet for paid and unpaid invoices and just need to know if i can somehow put a tick and a cross sign showing whether it has been paid or not.
If so please help me out.
Regards,
Shishir Sharma
@gfizz....if(A! <> "",int((today()-A1)365.25),"no date")
ReplyDeletethis is just if operator logic...if u find other logic plz let me know
=DATEDIF(Bd,TODAY(),"y") & " Years "&DATEDIF(Bd,TODAY(),"ym") & " Months "&DATEDIF(Bd,TODAY(),"md") &" Days"
ReplyDeletehello, i need to know how to convert word to number and number to word in excel 2007. i've seen your spellcurr formula but i don't have it.
ReplyDeletei wanto view to oracle data .dat file in excle sheet.
ReplyDeleteYogesh ji please help me: How can i convert Date into Text format i.e. 17-08-1977 as Seventeenth August Nineteen Seventy Seven.. plz
ReplyDeleteDear sir,
ReplyDeletePlease help me,
I update in excel of our Sales order, when its gone out I put Date of dispatch,
I want when I put date, it should be, Hide in the next sheet, only show pending order which is not gone.
if its possible please inform me sir,
Dear Sir,
ReplyDeleteCan we have the formula for tracking the change in number of two cloumns by auto change in the cell color ( +ve, -ve and equal values)
nice information i found online date of birth calculator http://www.onlinecalculator1.com/Date-of-birth-calculator.php
ReplyDeletenice information i found online date of birth calculator http://www.onlinecalculator1.com/Date-of-birth-calculator.php
ReplyDeleteIn the event that you on the lookout for means of just how exactly to learn how old someone's afterward you definitely may discover ideas you may take to this. To recover such info you want to consider about most of the spots where folks supply their arrival information along with also these places needs to be reachable during internet hunts. You ought to decide to try age calculator by that you are able to estimate your era rapidly.I highly suggested you this age calculator through which you can calculate your age in Years, months, Days, weeks, hours, minutes and seconds.
ReplyDeleteIf you are Windows customer and a music fan, you have definitely been influenced to get Garageband for Windows 10 and Garageband is one of the favored music creating an app.
ReplyDeleteFind your age with the assistance of particular handy age calculator. You can readily calculate age in years, months, days, weeks, hours, and minutes together with the assistance of the age calculator.
ReplyDeleteDi bawah ini ialah point poin yang akan menuturkan mengenai begitu menyenangkan serta menguntungkannya bermain di situs poker online cukup dengan modal Rp 10rb saja
ReplyDeleteasikqq
dewaqq
sumoqq
interqq
pionpoker
bandar ceme terpercaya
hobiqq
paito warna
forum prediksi
Shalom, Om swastiastu, Namo buddhaya, Salam kebajikan, pada artikel kali ini kami akan memberikan kepada kamu Panduan Cara Bet 2D Togel Klik4D Online yang tersedia di S128cash. Berhubung permainan togel adalah game legendaris di Indonesia, tahukah kamu kalau game togel sekarang bisa dimainkan secara online ? (Baca Selengkapnya Disini...)
ReplyDeletegreat article very useful for us now you can recharge your mobile, gamming application using NT Wallet. click here -> International Mobile Recharge App UAE
ReplyDeleteSafai Karmi Vacancy Rajasthan में कुल 21,136 (21 हज़ार) सफाई कर्मचारी भर्ती 2021 नियुक्त किये जाएँगे.
ReplyDeleteyeezy supply
ReplyDeleteoff white nike
supreme hoodie
supreme t shirt
jordan shoes
cheap jordans
golden goose
curry 5
hermes belt
jordan shoes
This equation ascertains age of an individual with the precision of careful years, months and days. Buy Essay Online Uk This thinks about that the Date of Birth is accessible at Cell A1 of the worksheet.
ReplyDeleteThe issue is no longer between the Saudis and the United States but between the Saudis and the UAE. Until all the OPEC countries sign an agreement on oil prices and their production, the whole world will suffer. Buy Essay Online UK
ReplyDeleteWatch and Download world's famous Turkish action drama Kurulus Osman Season 3 in English on link below
ReplyDelete👇
Kurulus Osman Season 3
Kurulus Osman Season 3 Episode 1
On link below
Kurulus Osman Season 3 Episode 1
Crypto trading course
Join on link below
Crypto quantum leap
YouTube course
Be a professional YouTuber and start your carrier
Tube Mastery and Monetization by matt
Best product for tooth pain ,
Cavity ,
Tooth decay ,
And other oral issues
Need of every home
With discount
And digistore money back guarantee
Steel Bite Pro
This excel formula will be very helpful for as I have a lot of work to do in excel. Thanks for sharing this with me as it will be helping me a lot. I really appreciate that. Now it's time to avail call center jobs in lahore for more information.
ReplyDeleteSome points have mentioned is really helpful for me. This blog give me a lot information about excel formula. Thanks for sharing this article. Now it's time to avail HALFCASTE CREAM SET for more information.
ReplyDelete