I need with my friend

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.
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,516
Messages
6,119,980
Members
448,934
Latest member
audette89

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