View Single Post
 
Old 07-16-2015, 01:07 AM
hillbilly hillbilly is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: Jul 2015
Posts: 3
hillbilly is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
This would be easier if you attached an actual workbook. You do that via the paperclip symbol on the 'Go Advanced' tab at the bottom of this screen.

That said, your formula might give you what you want if you change it from:
=Sum (B61:62 + B65:76)
to:
=Sum(B61:B62,B65:B76)

I should have expressed it as =SUM(B61: D62, B65: D76) My error but it works now happily

Thank you that works perfectly You have been a great help.
Reply With Quote