Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
=Sum(IIf(Weekday([Date])=2,([T1-P1])+([T1-P2])+([T1-P3])))/Count(Weekday(Date)=2) * 3
=Abs(Sum(IIf(Weekday([Date])=2,[T1-P1]<>0,0))+Sum(IIf(Weekday([Date])=2,[T1-P2]<>0,0))+Sum(IIf(Weekday([Date])=2,[T1-P3]<>0,0)))
=Sum(IIf(Weekday([Date])=2,([T1-P1])+([T1-P2])+([T1-P3])))/Abs(Sum(IIf(Weekday([Date])=2,[T1-P1]<>0,0))+Sum(IIf(Weekday([Date])=2,[T1-P2]<>0,0))+Sum(IIf(Weekday([Date])=2,[T1-P3]<>0,0)))