R
Randall Roberts
use this
=SUM(SUMIF(INDIRECT("Sheet"&{1,2}&"!A1:A7"),"name",INDIRECT("Sheet"&{1,2}&"!B1:B7")))
add sheet numbers as needed and replace name with the name you want
=SUM(SUMIF(INDIRECT("Sheet"&{1,2}&"!A1:A7"),"name",INDIRECT("Sheet"&{1,2}&"!B1:B7")))
add sheet numbers as needed and replace name with the name you want