Calculating the age during operation as an integer

secoo140

Board Regular
Joined
Oct 12, 2013
Messages
85
Office Version
  1. 2010
Platform
  1. Windows
Hello there
I only know the birth dates of the patients.
I am trying to learn their age as an integer from a fixed operation date.

1965 birth date
3.3.2015 operation date
Which formula can I perform this calculation with excel 2010?

thanks
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
@secoo140
Patient Birth DateOperation DateNo or Years (Result)
19653.3.201550

result formula
=(RIGHT(G2,4))-F2

column G contains Operation date
Column F contains Patient Birth Date
 
Upvote 0
1965 is a birth year, not a birth date. The question is misleading.

My suggestion will work with a birth date, not a birth year. vjman02's suggestion will work with a birth year but only of the operation date is text, not a valid date.

Book2
FGH
2196503/03/2015101.00
Sheet4
Cell Formulas
RangeFormula
H2H2=(RIGHT(G2,4))-F2
 
Upvote 0

Forum statistics

Threads
1,216,309
Messages
6,130,001
Members
449,551
Latest member
MJS_53

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