Forum Discussion
Jorgen980
Feb 14, 2022Copper Contributor
Calculate how many days to your birthday!
Hi! I think I followed the instructions but I got an error message. This is from the tutorial in Windows 11. First it shows negative values, and then maybe if was too late to delete that? ...
NikolinoDE
Feb 15, 2022Gold Contributor
With everyone's permission, here's another approach, with two cells.
=IF(A1,DATE(YEAR(A1)+DATEDIF(A1+1,TODAY(),"y")+1,MONTH(A1),DAY(A1))-TODAY(),"")
If it doesn't help, please just ignore it.
File with example added
- SergeiBaklanFeb 15, 2022Diamond Contributor
I guess the question is not which formula to use, but how to work with Microsoft tutorial
- Jorgen980Feb 15, 2022Copper ContributorMaybe both. Could you please tell me how to share the excel file with you?
- SergeiBaklanFeb 15, 2022Diamond Contributor