Sure, you can use the WEEKDAY
function to determine the day of the week, like this:
=WEEKDAY($A1,2)>5
Depending on what days of the week are considered the weekend, you may need to modify the second parameter. You can find more information about the WEEKDAY
function (and the second parameter) here.