Sum Columns using vlookup

mactoolsix

Board Regular
Joined
Nov 30, 2010
Messages
105
Creating a retirement spreadsheet. I need to get the annual average of other income (2 columns) from retirement age through life expectancy.

Of course the retirement age is variable depending on the client.

I couldn't figure out how to attach a sample, so I'll attempt to describe it here:

Column C: clients age from 33 to 89
Column D - F: does not pertain to this
Column G: Bus & other income
Column H: Social Security benefits
Rows 10 thru 67 is by age

Client retirement age is 60 (row 38)
I need to sum columns G & H from Age 60 to 89 (rows 38-67). Then I can simply divide by the # of retirement years.

How can I get the sum of these columns from retirement age to final age using vlookup?

THANKYOU in advance!
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Creating a retirement spreadsheet. I need to get the annual average of other income (2 columns) from retirement age through life expectancy.

Of course the retirement age is variable depending on the client.

I couldn't figure out how to attach a sample, so I'll attempt to describe it here:

Column C: clients age from 33 to 89
Column D - F: does not pertain to this
Column G: Bus & other income
Column H: Social Security benefits
Rows 10 thru 67 is by age

Client retirement age is 60 (row 38)
I need to sum columns G & H from Age 60 to 89 (rows 38-67). Then I can simply divide by the # of retirement years.

How can I get the sum of these columns from retirement age to final age using vlookup?

THANKYOU in advance!

OK - I think I found an easy solution:
Created another column (I) which sums each row if Col C is over the retirement age.
Then I simply get the average of column I if ">0"
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

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