Hi,

Currently has this code.

=IF((WEEKDAY(TODAY(),2)=6),2,IF((WEEKDAY(TODAY(),2)=7),3,1))
Is there other way to do this?