welshgasman
Well-known Member
- Joined
- May 25, 2013
- Messages
- 1,393
- Office Version
- 2019
- 2007
- Platform
- Windows
Good day all,
I have a worksheet that I use to keep track of my carb intake.
I am happy if I average to a certain value over the week.
I have the sheet below, but is there a way I could just show the average for a week once only instead of 7 times?
TIA
I have a worksheet that I use to keep track of my carb intake.
I am happy if I average to a certain value over the week.
I have the sheet below, but is there a way I could just show the average for a week once only instead of 7 times?
TIA
Cell Formulas | ||
---|---|---|
Range | Formula | |
E2:E26 | E2 | =WEEKNUM($A2) |
F2:F26 | F2 | =YEAR($A2) |
G2:G26 | G2 | =DATE(F2, 1, -2) - WEEKDAY(DATE(F2, 1, 3)) + E2 * 7 |
H2:H26 | H2 | =SUMIF($E:$E,$E2,$B:$B)/COUNTIF($E:$E,$E2) |
I2:I26 | I2 | =SUMIF($E:$E,$E2,$C:$C)/COUNTIF($E:$E,$E2) |
J2:J26 | J2 | =SUMIF($E:$E,$E2,$D:$D)/COUNTIF($E:$E,$E2) |