<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Calculate Age in the Google Sheets using the Date of Birth &#8211; Google Sheets Tips</title>
	<atom:link href="https://sheetstips.com/tag/calculate-age-in-the-google-sheets-using-the-date-of-birth/feed/" rel="self" type="application/rss+xml" />
	<link>https://sheetstips.com</link>
	<description>Complete guide to Google Workspace Tips</description>
	<lastBuildDate>Wed, 14 Feb 2024 12:21:06 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">197205724</site>	<item>
		<title>How to Calculate Age in the Google Sheets using the Date of Birth? (with Example)</title>
		<link>https://sheetstips.com/calculate-age-google-sheets/</link>
					<comments>https://sheetstips.com/calculate-age-google-sheets/#respond</comments>
		
		<dc:creator><![CDATA[Varsha]]></dc:creator>
		<pubDate>Wed, 14 Feb 2024 01:42:22 +0000</pubDate>
				<category><![CDATA[Google Sheets]]></category>
		<category><![CDATA[Calculate Age in the Google Sheets using the Date of Birth]]></category>
		<guid isPermaLink="false">https://sheetstips.com/?p=969</guid>

					<description><![CDATA[Have you ever wondered about calculating age using the date of birth in Google Sheets?. If yes, then you are right! With Google Sheets, you can determine the current time, generate charts, and calculate age based on a birthdate. To calculate the age in google sheets, we can use the DATEDIF function. In this article, let&#8217;s ... <a title="How to Calculate Age in the Google Sheets using the Date of Birth? (with Example)" class="read-more" href="https://sheetstips.com/calculate-age-google-sheets/" aria-label="Read more about How to Calculate Age in the Google Sheets using the Date of Birth? (with Example)">Read more</a>]]></description>
										<content:encoded><![CDATA[<p>Have you ever wondered about calculating age using the date of birth in Google Sheets?. If yes, then you are right! With Google Sheets, you can determine the current time, generate charts, and calculate age based on a birthdate. To calculate the age in google sheets, we can use the <strong>DATEDIF</strong> function. In this article, let&#8217;s discuss how to calculate the age using the date of birth with the help of <a href="https://sheetstips.com/google-sheets-tips/" target="_blank" rel="noopener">Google Sheets tips</a> provided on this page.</p>
<table>
<tbody>
<tr>
<td width="601">
<p style="text-align: center;"><strong>Table of Contents</strong></p>
<ul>
<li><a href="#Calculate-the-Age-in-Google-Sheets">Calculate the Age in Google Sheets</a></li>
<li><a href="#Calculate-Age-in-Google-Sheets-–-Years-only">Calculate Age in Google Sheets – Years only</a></li>
<li><a href="#Calculate-Age-in-Google-Sheets-–-Years,-Months,-and-Days">Calculate Age in Google Sheets – Years, Months, and Days</a></li>
<li><a href="https://paisaalgo.com/ashokley-pivots-calculator/">ASHOKLEY Pivot Point Calculator</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
<h2 id="Calculate-the-Age-in-Google-Sheets">Calculate the Age in Google Sheets</h2>
<p>Google Sheets calculate the age by using the user&#8217;s date of birth and the current date.</p>
<p>You can calculate the age in any of the below two methods,</p>
<ul>
<li>The total number of years only</li>
<li>The total number of years, months, and days</li>
</ul>
<p>Let&#8217;s discuss on above in detail.</p>
<h3 id="Calculate-Age-in-Google-Sheets-–-Years-only">Calculate Age in Google Sheets &#8211; Years only</h3>
<p>To Calculate the Age with years only, you need to specify today&#8217;s date and date of birth.</p>
<p><strong>Formula:</strong></p>
<p><span style="color: #ff0000;"><strong>=DATEDIF(dob,curr_date,&#8221;Y&#8221;)</strong></span></p>
<p>In the above formula,</p>
<p><strong>dob</strong> &#8211; The Date of birth mentioned with date, month, and year</p>
<p><strong>curr_date</strong> &#8211; This is the current date i.e., today&#8217;s date to calculate the age</p>
<p><strong>&#8220;Y&#8221;</strong> &#8211; This represents the Year. The result will be returned in Years only.</p>
<p><strong>Example:</strong></p>
<p><img decoding="async" class="alignnone size-full wp-image-970 aligncenter" src="https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets.png" alt="calculate age google sheets" width="350" height="116" srcset="https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets.png 350w, https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets-300x99.png 300w" sizes="(max-width: 350px) 100vw, 350px" /></p>
<p>In the above example, we are finding the age of the date of birth &#8211; 07-Mar-1994.</p>
<p>Cell B1 is having the date of birth and the B2 cell is having the current date. With the expression =DATEDIF(B1, B2, &#8220;Y&#8221;) we have got 27 years</p>
<p>For getting the Current date, we could also use the TODAY() function in Google Sheets. i.e.,</p>
<p><span style="color: #ff0000;"><strong>=DATEDIF(B1,TODAY(), &#8220;Y&#8221;)</strong></span></p>
<p><img decoding="async" class="size-full wp-image-971 aligncenter" src="https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets-1.png" alt="calculate age google sheets" width="354" height="120" srcset="https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets-1.png 354w, https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets-1-300x102.png 300w" sizes="(max-width: 354px) 100vw, 354px" /></p>
<p>In the above image, you could see we are using the TODAY() function to get today&#8217;s date.</p>
<ul>
<li><a href="https://sheetstips.com/calculate-weighted-average-google-sheets/">How To Calculate Weighted Average In Google Sheets (AVERAGE.WEIGHTED function)</a><a href="https://sheetstips.com/google-sheets-weekday-function/"><br />
</a></li>
<li><a href="https://sheetstips.com/google-sheets-weekday-function/">How to Use Google Sheets Weekday Function With Example</a></li>
<li><a href="https://sheetstips.com/ifs-function-google-sheets/">How to use IFS Function in Google Sheets: Testing IF Condition with Multiple Statements</a></li>
</ul>
<h3 id="Calculate-Age-in-Google-Sheets-–-Years,-Months,-and-Days">Calculate Age in Google Sheets &#8211; Years, Months, and Days</h3>
<p>To calculate the number of years, months and days, then we need to expand our DATTEDIF Formula.</p>
<p>Let’s first see how to get the individual parts of the result (i.e., the year, month, and day value).</p>
<p>The below <strong>formula</strong> would give you the year value:</p>
<p><span style="color: #ff0000;"><strong>=DATEDIF(dob,curr_date,&#8221;Y&#8221;)</strong></span></p>
<p>In the above formula,</p>
<p><strong>dob</strong> &#8211; The Date of birth mentioned with date, month, and year.</p>
<p><strong>curr_date</strong> &#8211; This is the current date i.e., today&#8217;s date to calculate the age.</p>
<p><strong>&#8220;Y&#8221;</strong> &#8211; This represents the Year. The result will be returned in Years only.</p>
<p><strong>Example:</strong></p>
<p><img decoding="async" class="alignnone size-full wp-image-970 aligncenter" src="https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets.png" alt="calculate age google sheets" width="350" height="116" srcset="https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets.png 350w, https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets-300x99.png 300w" sizes="(max-width: 350px) 100vw, 350px" /></p>
<p>In the above example, we are finding the age for the date of birth &#8211; 07-Mar-1994.</p>
<p>Cell B1 is having the date of birth and the B2 cell is having the current date. With the expression <strong>=DATEDIF(B1, B2, &#8220;Y&#8221;)</strong> we have got 27 years.</p>
<p>The below <strong>formula</strong> would give you the month value,</p>
<p><span style="color: #ff0000;"><strong>=DATEDIF(dob,curr_date,&#8221;YM&#8221;)</strong></span></p>
<p>In the above formula,</p>
<p><strong>dob</strong> &#8211; The Date of birth mentioned with date, month, and year.</p>
<p><strong>curr_date</strong> &#8211; This is the current date i.e., today&#8217;s date to calculate the age.</p>
<p><strong>&#8220;YM&#8221;</strong> &#8211; This represents the Month. The result will be returned in Months only.</p>
<p><strong>Example:</strong></p>
<p><img decoding="async" class="size-full wp-image-973 aligncenter" src="https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets-2.png" alt="calculate age google sheets" width="351" height="138" srcset="https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets-2.png 351w, https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets-2-300x118.png 300w" sizes="(max-width: 351px) 100vw, 351px" /></p>
<p>In the above example, we are finding the current age month of the date of birth &#8211; 07-Mar-1994.</p>
<p>Cell B1 is having the date of birth and the B2 cell is having the current date. With the expression <strong>=DATEDIF(B1, B2, &#8220;YM&#8221;)</strong> we have got 6 months.</p>
<p>The below <strong>formula</strong> would give you the day value,</p>
<p><span style="color: #ff0000;"><strong>=DATEDIF(dob,curr_date,&#8221;MD&#8221;)</strong></span></p>
<p>In the above formula,</p>
<p><strong>dob</strong> &#8211; The Date of birth mentioned with date, month, and year</p>
<p><strong>curr_date</strong> &#8211; This is the current date i.e., today&#8217;s date to calculate the age</p>
<p><strong>&#8220;MD&#8221;</strong> &#8211; This represents the Day value. The result will be returned in Days only.</p>
<p><strong>Example:</strong></p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-974 aligncenter" src="https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets-3.png" alt="calculate age google sheets " width="361" height="157" srcset="https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets-3.png 361w, https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets-3-300x130.png 300w" sizes="auto, (max-width: 361px) 100vw, 361px" /></p>
<p>In the above example, we are finding the current days difference for the date of birth &#8211; 07-Mar-1994.</p>
<p>Cell B1 is having the date of birth and the B2 cell is having the current date. With the expression <strong>=DATEDIF(B1, B2, &#8220;MD&#8221;)</strong> we have got 2 days.</p>
<p>The below <strong>formula</strong> would give you a year, month, and day value</p>
<p><span style="color: #ff0000;"><strong><span class=" default-formula-text-color" dir="auto">=</span><span class=" default-formula-text-color" dir="auto">DATEDIF</span><span class=" default-formula-text-color" dir="auto">(</span><span dir="auto">B1</span><span class=" default-formula-text-color" dir="auto">,</span><span dir="auto">B2</span><span class=" default-formula-text-color" dir="auto">,</span><span class=" string " dir="auto">&#8220;Y&#8221;</span><span class=" default-formula-text-color" dir="auto">)</span><span class=" default-formula-text-color" dir="auto">&amp;</span><span class=" string " dir="auto">&#8221; Years &#8220;</span><span class=" default-formula-text-color" dir="auto">&amp;</span><span class=" default-formula-text-color" dir="auto">DATEDIF</span><span class=" default-formula-text-color" dir="auto">(</span><span dir="auto">B1</span><span class=" default-formula-text-color" dir="auto">,</span><span dir="auto">B2</span><span class=" default-formula-text-color" dir="auto">,</span><span class=" string " dir="auto">&#8220;YM&#8221;</span><span class=" default-formula-text-color" dir="auto">)</span><span class=" default-formula-text-color" dir="auto">&amp;</span><span class=" string " dir="auto">&#8221; Months &amp; &#8220;</span><span class=" default-formula-text-color" dir="auto">&amp;</span><span class=" default-formula-text-color" dir="auto">DATEDIF</span><span class=" default-formula-text-color" dir="auto">(</span><span dir="auto">B1</span><span class=" default-formula-text-color" dir="auto">,</span><span dir="auto">B2</span><span class=" default-formula-text-color" dir="auto">,</span><span class=" string " dir="auto">&#8220;MD&#8221;</span><span class=" default-formula-text-color" dir="auto">)</span><span class=" default-formula-text-color" dir="auto">&amp;</span><span class=" string " dir="auto">&#8221; Days&#8221;</span> </strong></span></p>
<p>In the above formula,</p>
<p>we are concatenating the years, months, and days with the &#8220;&amp;&#8221; symbol.</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-975 aligncenter" src="https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets-4.png" alt="calculate age google sheets " width="797" height="180" srcset="https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets-4.png 797w, https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets-4-300x68.png 300w, https://sheetstips.com/wp-content/uploads/2021/09/calculate-age-google-sheets-4-768x173.png 768w" sizes="auto, (max-width: 797px) 100vw, 797px" /></p>
<p>You can use the above formula for not only calculating the age but to find the project duration, Employee joining date, and retirement date, and many more.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sheetstips.com/calculate-age-google-sheets/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">969</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: sheetstips.com @ 2026-04-16 12:35:57 by W3 Total Cache
-->