![]() |
Indirect and Sum across Multiple Sheets
I have been hunting for a way to do this for a few hours now. It
appears that this combination is only good on 2d ranges, not 3d. But I'll ask again anyway. I have a formula that works fine =SUM(Start:End!F181) But what I want to do is change the 181 value (or possibly the F181) to a variable that will be stored in a cell on the same sheet as this formula. (which is a totals page) Is this possible? TIA Guy |
Indirect and Sum across Multiple Sheets
Put the full list of sheet names in M1:Mn, and use
=SUMPRODUCT(N(INDIRECT(M1:Mn&"!"&E1))) obviously replace n by the number of sheets. -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "gr" wrote in message ... I have been hunting for a way to do this for a few hours now. It appears that this combination is only good on 2d ranges, not 3d. But I'll ask again anyway. I have a formula that works fine =SUM(Start:End!F181) But what I want to do is change the 181 value (or possibly the F181) to a variable that will be stored in a cell on the same sheet as this formula. (which is a totals page) Is this possible? TIA Guy |
All times are GMT +1. The time now is 02:46 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com