Forum Discussion
eingram25
May 31, 2021Copper Contributor
Calculating values in a row
I need to calculate the average values in a row and it is to be updated daily. I need to always use the same start cell, but the value will change with each new days value.
- Jun 01, 2021
Change B3 to $B3 in the formula. This will "fix" the column letter B.
HansVogelaar
May 31, 2021MVP
You might use a formula such as =AVERAGE(D2:ZZ2) since AVERAGE ignores empty cells.
- eingram25Jun 01, 2021Copper ContributorI need the first cell to remain the same, but each day an additional cell is added. If I simply copy the formula to the next day, the first cell is changed.
See the spreadsheet I attached to mathetes answer.- HansVogelaarJun 01, 2021MVP
Change B3 to $B3 in the formula. This will "fix" the column letter B.
- eingram25Jun 02, 2021Copper ContributorThanks! this is what I had forgotten. (I haven't used excel for several years)