I need with my friend

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
How about
In C2
=YEAR(A2)-YEAR(B2)
In E2
=C2+D2
 
Upvote 0
Does it do what you want?
 
Upvote 0
No.
Please tell me if it worked & if not describe why.
 
Upvote 0
Format E2 as General.

The formula in C2 should be =DATEDIF(B2, A2, "y")
 
Upvote 0
maybe:

A
B
C
D
E
F
G
H
1
TodayDOBAgeFutureYearsFutureAge
2
18/08/2019​
16/03/1973​
46​
15​
61​
A2:=TODAY()
3
C2:=DATEDIF(B2,A2,"y")
4
E2:=SUM(C2:D2)
 
Upvote 0

Forum statistics

Threads
1,214,581
Messages
6,120,368
Members
448,957
Latest member
BatCoder

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top