Created
September 15, 2020 09:02
-
-
Save igos/52108c617aad584daa511698800035de to your computer and use it in GitHub Desktop.
Przeliczanie wieku na podstawie PESEL , Google Spreadsheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=YEAR(TODAY())-CONCATENATE(IF(VALUE(MID(N2,3,1))>1,"20","19"),LEFT(N2,2)) | |
//Przeliczanie wieku na podstawie PESEL , Google Spreadsheet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment