T Tony H Dec 15, 2008 #1 I have several worksheets (could be 2, could be 20) and I want to list the totals into one final sheet
I have several worksheets (could be 2, could be 20) and I want to list the totals into one final sheet
P Pete_UK Dec 15, 2008 #2 List your sheet names in one column (eg column A), then in B1 use this formula: =INDIRECT("'"&A1&"'!H13") This assumes your total is in cell H13 on each sheet - adjust to suit, then copy down. Hope this helps. Pete
List your sheet names in one column (eg column A), then in B1 use this formula: =INDIRECT("'"&A1&"'!H13") This assumes your total is in cell H13 on each sheet - adjust to suit, then copy down. Hope this helps. Pete
T Tony H Dec 15, 2008 #3 Many thanks. Works a treat. Tony H Pete_UK said: List your sheet names in one column (eg column A), then in B1 use this formula: =INDIRECT("'"&A1&"'!H13") This assumes your total is in cell H13 on each sheet - adjust to suit, then copy down. Hope this helps. Pete Click to expand...
Many thanks. Works a treat. Tony H Pete_UK said: List your sheet names in one column (eg column A), then in B1 use this formula: =INDIRECT("'"&A1&"'!H13") This assumes your total is in cell H13 on each sheet - adjust to suit, then copy down. Hope this helps. Pete Click to expand...