AVG Function not Updating Range

tperk100

New Member
Joined
May 3, 2016
Messages
5
Using AVG function across Row 62. If I insert new Row at 61, and then insert values in Row 61,
Row 63 functions update to include Row 61 range and values, EXCEPT G63 does not update.

Seems like a simple problem, but I am baffled. Help will be appreciated. Is this mini sheet uploaded correctly?

Heart Log.xls
ABCDEFG
4DateTimeSysDiaPulseGlucoseWeight
5
6
710/5/220900110836086
810/6/2209001168061121
910/7/2209001317972
1010/8/2210001188667
1110/9/2211001369766
1211051339164
1310/10/2208301407870
1410/11/2209301457465
1510/12/2209001308674
1610/13/2210301227566
1710/14/2209001257559
1810/15/2207001459068
1907301117074
2010/16/2210301267764130
2110/17/2209301208664118
2210/18/2209001238568121
2310/19/2209301378659118
2410/20/2210001068176163
2510051239061171
2616001208661131
2710/21/2212001179169120
2810/22/2209301227859105
2910/23/2213001307671120
3010/24/2209301437965
3114351228463
3210/25/2210001268775125
3310/26/2207001237761
3410/27/220930134818692
3510/28/2211301518654
3611351169762118
3710/29/2208001158872115
3810/30/221000124846198
3910/31/2210001248669134229
4011/1/220530132868097
4111/2/2211301288576105
4211/4/220830112826794228
4311/6/220800118816487
4411/8/2209001027179129
4511/9/2208001177240
4611/10/2208001178371118
4708051346775119
4811/11/2208001948881
4908101309069100
5011/12/2208001127477129
5111/14/2208301167168111
5211/16/22080011082138183
5308101288184186
5411/17/2210001468268116240
5510051327288
5611/18/2210001387570122
5711/19/2209001348364120
5811/21/2209001309768
5911/24/220900141865688
6011/27/2210001238561113
61
62Average1278269120232
Sheet1
Cell Formulas
RangeFormula
C62:F62C62=AVERAGE(C7:C60)
G62G62=AVERAGE(G7:G59)
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Your G62 formula only looks up to row59 so will ignore whatever you do on row 60 or 61. You need it to look to row 61 I believe (AVERAGE(G7:G61) even though its blank.
 
Upvote 0
Your G62 formula only looks up to row59 so will ignore whatever you do on row 60 or 61. You need it to look to row 61 I believe (AVERAGE(G7:G61) even though its blank.
If I insert new Row at 61, and then insert values in Row 61,
Row 63 functions update to include Row 61 range and values, EXCEPT G63 does not update.
 
Upvote 0
You should consider arranging your data in a named table. That way you would be referring to Table1[Sys] regardless of how many rows it contains.
Book2
ABCDEFG
1DateTimeSysDiaPulseGlucoseWeight
244839900110836086
3448409001168061121
4448419001317972
54484210001188667
64484311001369766
711051339164
8448448301407870
9448459301457465
10448469001308674
114484710301227566
12448489001257559
13448497001459068
147301117074
154485010301267764130
16448519301208664118
17448529001238568121
18448539301378659118
194485410001068176163
2010051239061171
2116001208661131
224485512001179169120
23448569301227859105
244485713001307671120
25448589301437965
2614351228463
274485910001268775125
28448607001237761
2944861930134818692
304486211301518654
3111351169762118
32448638001158872115
33448641000124846198
344486510001248669134229
3544866530132868097
364486711301288576105
3744869830112826794228
3844871800118816487
39448739001027179129
40448748001177240
41448758001178371118
428051346775119
43448768001948881
448101309069100
45448778001127477129
46448798301167168111
474488180011082138183
488101288184186
494488210001468268116240
5010051327288
514488310001387570122
52448849001348364120
53448869001309768
5444889900141865688
554489210001238561113
56
57Average12782,2592669,07407120,0857232,3333
Sheet1
Cell Formulas
RangeFormula
C57C57=AVERAGE(Table1[Sys])
D57D57=AVERAGE(Table1[Dia])
E57E57=AVERAGE(Table1[Pulse])
F57F57=AVERAGE(Table1[Glucose])
G57G57=AVERAGE(Table1[Weight])
 
Upvote 0
You should consider arranging your data in a named table. That way you would be referring to Table1[Sys] regardless of how many rows it contains.
Book2
ABCDEFG
1DateTimeSysDiaPulseGlucoseWeight
244839900110836086
3448409001168061121
4448419001317972
54484210001188667
64484311001369766
711051339164
8448448301407870
9448459301457465
10448469001308674
114484710301227566
12448489001257559
13448497001459068
147301117074
154485010301267764130
16448519301208664118
17448529001238568121
18448539301378659118
194485410001068176163
2010051239061171
2116001208661131
224485512001179169120
23448569301227859105
244485713001307671120
25448589301437965
2614351228463
274485910001268775125
28448607001237761
2944861930134818692
304486211301518654
3111351169762118
32448638001158872115
33448641000124846198
344486510001248669134229
3544866530132868097
364486711301288576105
3744869830112826794228
3844871800118816487
39448739001027179129
40448748001177240
41448758001178371118
428051346775119
43448768001948881
448101309069100
45448778001127477129
46448798301167168111
474488180011082138183
488101288184186
494488210001468268116240
5010051327288
514488310001387570122
52448849001348364120
53448869001309768
5444889900141865688
554489210001238561113
56
57Average12782,2592669,07407120,0857232,3333
Sheet1
Cell Formulas
RangeFormula
C57C57=AVERAGE(Table1[Sys])
D57D57=AVERAGE(Table1[Dia])
E57E57=AVERAGE(Table1[Pulse])
F57F57=AVERAGE(Table1[Glucose])
G57G57=AVERAGE(Table1[Weight])
I wish I knew enough to understand and implement what your trying to show me
 
Upvote 0
I wish I knew enough to understand and implement what your trying to show me
Highlight your data (not including the averages), go to Insert and click "Table". Keep the checkmark. You have now created your first table, which is a very handy thing in Excel :)
 
Upvote 0
Solution
Highlight your data (not including the averages), go to Insert and click "Table". Keep the checkmark. You have now created your first table, which is a very handy thing in Excel :)
Did that. Header text disappeared . dropdown arrow still there. Otherwise seems to be working How to get header text back?
 
Upvote 0
Most likely just need to change the font colour
 
Upvote 0
Welcome to the MrExcel Message Board!

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at:

If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0

Forum statistics

Threads
1,215,429
Messages
6,124,834
Members
449,192
Latest member
mcgeeaudrey

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top