Hi!
Try this:
J1 = Sheet1
J2 = Sheet3
J3 = Sheet10
J1:J3 is given the defined name SheetNames
=SUMPRODUCT(N(INDIRECT("'"&SheetNames&"'!A1")))
This will SUM Sheet1!A1, Sheet3!A1, Sheet10!A1
Biff
"malik641" wrote in
message ...
I have a defined name that holds the names of each relevant worksheet I
want to calculate.
Lets Say I want to sum every A1 in each worksheet in the defined name.
How would I go about doing that?
--
malik641
------------------------------------------------------------------------
malik641's Profile:
http://www.excelforum.com/member.php...o&userid=24190
View this thread: http://www.excelforum.com/showthread...hreadid=401807