Hello everybody,
Back again after sooo long
I am facing a problem with the weekday function that after a bit of googling I saw that is a common question but I couldn't find an answer.
Say in cell A1 there is the date 10-01-2019 which is a Thursday
but
Could you explain me the logic behind this behavior and how to overcome this?
PS: I changed at the region settings the "First Day of week" text box to be a Monday but still doesn't work
Thank you!
George
Back again after sooo long
I am facing a problem with the weekday function that after a bit of googling I saw that is a common question but I couldn't find an answer.
Say in cell A1 there is the date 10-01-2019 which is a Thursday
Code:
=weekday(A1,1) gives a 5 (correct). Applying custom formatting "dddd" is a Thursday (correct)
but
Code:
=weekday(A1,2) gives a 4 (correct). Applying custom formatting "dddd" is a Wednesday (false)
Could you explain me the logic behind this behavior and how to overcome this?
PS: I changed at the region settings the "First Day of week" text box to be a Monday but still doesn't work
Thank you!
George