Hello,
I am calculating a weekly score for number of steps performed. I'm taking the top 5 days out of the 7 days in a week using this:
=AVERAGE(LARGE($B$2:$B$8,{1,2,3,4,5}))
The NO HOLIDAYS table in my spreadsheet is working perfectly. The HOLIDAYS table is just a copy of that table which...