First day of the year
Solved
nathan01983
Posted messages
30
Registration date
Status
Member
Last intervention
-
nathan01983 Posted messages 30 Registration date Status Member Last intervention -
nathan01983 Posted messages 30 Registration date Status Member Last intervention -
Hello
Do you know how to find the first day of a year just by providing the year?
For example, 2023.
I have =DATE(YEAR(B4);1;1) but it only works if I provide a date and not just the year.
Help Help
Thank you :)
2 answers
-
Hello,
If I understood correctly!
=DATE(A1,1,1)
Cheers
-
Hello
Enter the date in B3 in the format 01/01/2023
If you only want to see the year, format the cell as yyyy (custom format).
To find out the day of January 1st, type in the desired cell:
=IFS(WEEKDAY(B3;2)=1;"Monday";WEEKDAY(B3;2)=2;"Tuesday";WEEKDAY(B3;2)=3;"Wednesday";WEEKDAY(B3;2)=4;"Thursday";WEEKDAY(B3;2)=5;"Friday";WEEKDAY(B3;2)=6;"Saturday";WEEKDAY(B3;2)=7;"Sunday")
What one clearly conceives is clearly expressed,
And the words to say it come easily.
(Boileau)