what formula do I use to add sums from other worksheets to a sum s

L

Louise

What formula do I use to add sums from multiple worksheets into a summary
sheet, and how many sheets can I add?
 
D

Don Guillett

suggest they are dummies and you actually sum the ones in between.
=sum(sheetfirst:sheetlast!a1)
 
Top