how to change when week starts on excel

M

Mike H

Hi,

With, for example, the function Weeknum() it starts by default on a Sunday
but if you include the optional switch then it can start on a Monday

=Weeknum(a1,1) the 1 can be omitted. week starts on Sunday

=Weeknum(a1,2) Week starts on Monday


Mike
 
Top