I need to average the sales of an employee. The part I'm having trouble with is weekends. If the employee works on a Sat or Sun I need the number of sales he made on those days to count but not for the day to count against the average.
This is how it works now.
8/1 1
8/2 2
8/3 0
8/4 1
8/5 0
8/6 1
Tot 5
Avg .83 But I would like it to show 1.0 because the number submitted on Sat should count but the day itself should not be added to the number of days worked.
Any help is greatly appreciated.
Bookmarks