A friend asked me to create a spreadsheet that he could use for our golf league. Our averages are based on the last 3 scores that you shot. I found an array formula on this site somewhere that works wonderfully in Excel 2007.
=IFERROR(ROUND(AVERAGE(AVERAGEIFS($E3:$AA3,$E$1:$AA$1,LARGE(IF($E3:$AA3>0,$E$1:$AA$1),{1,2,3}))),0),"") ctrl+shift+enter
Unfortunately, my friend is using Excel 2003 and this is throwing an error and filling the cell with #NAME? for him.
How should this formula be modified so that it will work with Excel 2003?
Thank you in advance,
Locusta
=IFERROR(ROUND(AVERAGE(AVERAGEIFS($E3:$AA3,$E$1:$AA$1,LARGE(IF($E3:$AA3>0,$E$1:$AA$1),{1,2,3}))),0),"") ctrl+shift+enter
Unfortunately, my friend is using Excel 2003 and this is throwing an error and filling the cell with #NAME? for him.
How should this formula be modified so that it will work with Excel 2003?
Thank you in advance,
Locusta