I want to work out the average of (column F/column G), when column A starts with the letters "Mon"
can't seem to get it to go,
Just to give more of an idea, the most recent formula I tried which was
entered as an array
can't seem to get it to go,
Just to give more of an idea, the most recent formula I tried which was
Code:
=AVERAGE(IF(LEFT(Wallboard!A2:A272188,3)="Mon",Wallboard!F2:F272188/Wallboard!G2:G272188,0))