Hello everybody!
I have dates in my table, I calculated them to find out which weekday is it.
Now, I need formula that will give me the result :Workday or Weekend.
I started with:
=WEEKDAY(A2,1)
=CHOOSE(WEEKDAY(B2),"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
=IF(B2=2,"Workday","Weekend")
and I don't know how to proceed with other days.
I know that I need OR function, but don't remember how to use them together.

Thank you for your help!