Summing three columns of different dimensions on aSummary Sheet

siddharth

Board Regular
Joined
Nov 18, 2009
Messages
76
Hello,

I want to sum up three columns of different height on a summary sheet ( Sheet 4 ).I'm getting "#NAME" when I use =SUM(Reduction_KSI_Prior,Reduction_KSI_2002,Reduction_KSI_2003)
where ;Reduction_KSI_Prior,Reduction_KSI_2002,Reduction_KSI_2003 are the names of three columns without header on Sheet1,Sheet2,Sheet3 respectively.

Kindly Help.

Regards,
sid.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
siddharth,

This works for me:
=SUM(Reduction_KSI_Prior)+SUM(Reduction_KSI_2002)+SUM(Reduction_KSI_2003)
 
Upvote 0
In principle there's no reason why your initial formula won't work. #NAME? error would indicate that at least one of your named ranges hasn't been recognised.

Check that you have spelt the names correctly in the formula compared with the definitions......
 
Upvote 0

Forum statistics

Threads
1,214,872
Messages
6,122,026
Members
449,061
Latest member
TheRealJoaquin

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