Increase Average By 1

deemer98

Board Regular
Joined
Sep 9, 2005
Messages
128
A1 is 7428
B1 is 39
D1 is A1/B1

I want C4 to display the result required to increase D1 by 1. However, the B column will increase by 3 each time. So this time it will be 42 instead of 39.

I’m trying, but not succeeding! Thanks!
 
Last edited by a moderator:

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
If my request is confusing, think of it like bowling. If my total pinfall is currently 7428 for 39 games, I have an average of 190.4615. What will my 3 game total score need to be after 42 total to increase my average by 1 point?
 
Upvote 0
One way
+Fluff 1.xlsm
BD
174288041.385
239
3190.4615
Lists
Cell Formulas
RangeFormula
D1D1=((B3+1)*B2)+(B3+1)*3
B3B3=B1/B2
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,990
Messages
6,122,625
Members
449,093
Latest member
catterz66

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