Subtracting a value from one cell in another column for averaging purposes.

TheOneTrueScotsman

New Member
Joined
Mar 21, 2021
Messages
7
Office Version
  1. 2016
Platform
  1. Windows
I've got a sheet that's essentially generating my W2 based on entering the values on my check stub. I've also got rows along the bottom that extrapolate my earnings at the end of the year based on the average of all my paychecks for the year. I know that I need to subtract fixed amounts such as bonuses and expense reimbursements from the averages as they'll skew the extrapolations heavily, but I don't know how to tell Excel to do this.

What I need:
A way to tell Excel to search for values in my "reimbursements" column and subtract them from the corresponding entry in the "gross" column before averaging.
 

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Welcome to the MrExcel board!

search for values in my "reimbursements" column and subtract them from the corresponding entry in the "gross" column before averaging.

Like this?

21 03 22.xlsm
ABCD
1reimbursementsgrossaverage
2100183.3333333
350200
4300
Average
Cell Formulas
RangeFormula
D2D2=AVERAGE(B2:B4-A2:A4)
 
Upvote 0
Solution
That seems to have worked for me. It appears that my problem all along was merely a syntax issue. I was subtracting the averages individually instead of as a group. Thanks for your help.
 
Upvote 0
You're welcome. Thanks for the follow-up. :)
 
Upvote 0

Forum statistics

Threads
1,214,904
Messages
6,122,169
Members
449,070
Latest member
webster33

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