ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Summ entries using a dynamic sheet name (https://www.excelbanter.com/excel-worksheet-functions/249199-summ-entries-using-dynamic-sheet-name.html)

Raul[_2_]

Summ entries using a dynamic sheet name
 
I have a spreadsheet that uses the following formula to retrieve the
information from separate sheet. I would like to replace the reference to
"Resource1" with a reference to a call on the current sheet that contains the
tab name.

I have tried the "INDIRECT" function, but I cannot seem to tget it to work
for me.

=SUMIF(Resource1!$A$3:$A$1001,"999999",Resource1!E $3:E$1001)

Any assistance is greatly appreciated.

Thank you

Jacob Skaria

Summ entries using a dynamic sheet name
 
Try

=SUMIF(INDIRECT("'" & A1 & "'!$A$3:$A$1001"),"999999",
INDIRECT("'" & A1 & "'!$E$3:$E$1001"))

If this post helps click Yes
---------------
Jacob Skaria


"Raul" wrote:

I have a spreadsheet that uses the following formula to retrieve the
information from separate sheet. I would like to replace the reference to
"Resource1" with a reference to a call on the current sheet that contains the
tab name.

I have tried the "INDIRECT" function, but I cannot seem to tget it to work
for me.

=SUMIF(Resource1!$A$3:$A$1001,"999999",Resource1!E $3:E$1001)

Any assistance is greatly appreciated.

Thank you



All times are GMT +1. The time now is 11:07 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com