Good morning,
In calc, I have a couple of columns - one with dates and the other with values. What I want to do is to average the values where the date column equates to a weekend and similarly for a weekday.
So something like AVERAGEIF($A$1:$A$10,WEEKDAY(?,2)>5,$B$1:$B$10)
…but how can I get WEEKDAY to work on the cell from the range? Or is there a better way of going about it?
Thanks