I'm trying to find the how many years individuals have been club members. The problem is the joining date is just the year e.g. 15

djurmann2

New Member
Joined
May 10, 2023
Messages
3
Office Version
  1. 365
Platform
  1. MacOS
Hello,

My wife is membership secretary for a club and they want to honour people who have been members for a significant length of time. I thought I could maybe use a date formula and the today() function but the fact the date they joined is just the year... eg 97, or 15 complicates things.

Any suggestions most welcome!

Thank you very much,

Danny
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Hi & welcome to MrExcel.
What is the earliest year?
 
Upvote 0
Ok, how about
Fluff.xlsm
AB
1
29726
3158
4122
5O518
6230
Main
Cell Formulas
RangeFormula
B2:B6B2=LET(a,--SUBSTITUTE(A2,"O",0),YEAR(TODAY())-IF(a>89,a+1900,a+2000))
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 1

Forum statistics

Threads
1,215,480
Messages
6,125,048
Members
449,206
Latest member
Healthydogs

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