Thread: [Solved] Worksheet defined cell sums
View Single Post
 
Old 06-17-2014, 08:52 AM
whatsup whatsup is offline Windows 7 64bit Office 2010 32bit
Competent Performer
 
Join Date: May 2014
Posts: 137
whatsup will become famous soon enough
Default

Hi

You're quite close though cells A2:A4 in your example are empty which leaves you to a REf-error.
So the first thing to remember, if the range you refer to contains a reference which doesn't exist you will end up with the error!
Therefore just fill the names of the desired sheets, e.g.:
A2: Sheet1
A3: Sheet2
Change your formula to this range and it will do the trick.
Reply With Quote