If for example you have the sheet names listed in Column A of your summary and you want to sum column B of each sheet, then try something like:

=SUM(INDIRECT("'"&A2&"'!B:B"))

where A2 contains sheet name, copied down.