Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have several working worksheets with data.
I made an summary sheet for all working worksheets. The formula I used is =SUMIF(Sheet1!$C$3:$F$258,$A3,Sheet1!$F$3:$F$258) Now, I attempt to replace "Sheet1" with function INDIRECT. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hmmm....
My best guess: A1 = Sheet1 =SUMIF(INDIRECT("'"&A1&"'!C3:C258"),$A3,INDIRECT(" '"&A1&"'!F3:F258")) Biff "Lok Tak Cheong" wrote in message ... I have several working worksheets with data. I made an summary sheet for all working worksheets. The formula I used is =SUMIF(Sheet1!$C$3:$F$258,$A3,Sheet1!$F$3:$F$258) Now, I attempt to replace "Sheet1" with function INDIRECT. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe you should rephrase your question?
Do you mean that you want to replace Sheet1 with INDIRECT and a cell where you put the sheet name? Assume you put Sheet1 in cell A2 =SUMIF(INDIRECT("'"&A2&"'!$C$3:$C$258"),$A3,INDIRE CT("'"&A2&"'!$F$3:$F$258")) -- Regards, Peo Sjoblom Excel 95 - Excel 2007 Northwest Excel Solutions www.nwexcelsolutions.com (Remove ^^ from email) "Lok Tak Cheong" wrote in message ... I have several working worksheets with data. I made an summary sheet for all working worksheets. The formula I used is =SUMIF(Sheet1!$C$3:$F$258,$A3,Sheet1!$F$3:$F$258) Now, I attempt to replace "Sheet1" with function INDIRECT. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Dear Valko & Sjoblom,
It works! Thanks a lot! "Peo Sjoblom" wrote in message ... Maybe you should rephrase your question? Do you mean that you want to replace Sheet1 with INDIRECT and a cell where you put the sheet name? Assume you put Sheet1 in cell A2 =SUMIF(INDIRECT("'"&A2&"'!$C$3:$C$258"),$A3,INDIRE CT("'"&A2&"'!$F$3:$F$258")) -- Regards, Peo Sjoblom Excel 95 - Excel 2007 Northwest Excel Solutions www.nwexcelsolutions.com (Remove ^^ from email) "Lok Tak Cheong" wrote in message ... I have several working worksheets with data. I made an summary sheet for all working worksheets. The formula I used is =SUMIF(Sheet1!$C$3:$F$258,$A3,Sheet1!$F$3:$F$258) Now, I attempt to replace "Sheet1" with function INDIRECT. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif + indirect | Excel Discussion (Misc queries) | |||
SUMIF + INDIRECT? | Excel Worksheet Functions | |||
Indirect and Sumif Syntax Problems | Excel Discussion (Misc queries) | |||
SUMIF INDIRECT | Excel Worksheet Functions | |||
Combine Indirect and Sumif | Excel Worksheet Functions |