ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Please help, how to enter a formula into sheet 2 using data in she (https://www.excelbanter.com/excel-discussion-misc-queries/222448-please-help-how-enter-formula-into-sheet-2-using-data-she.html)

skippy0070

Please help, how to enter a formula into sheet 2 using data in she
 
Sorry if this post went through earlier, having some issues on my end.

I have a list of data in sheet 1 of a workbook and I would like to create a
data generator on sheet 2 of the workbook using the data in sheet one. I have
the formula which works in sheet 1 but when I move it to sheet 2 the formula
is no longer valid. The formula is =SUMIF(B11:B2153,"AC",C11:C2153).

Is there a way to move these formulas to other sheets in a workbook using
data on different pages?

Thanks in advance for any help.


Elkar

Please help, how to enter a formula into sheet 2 using data in she
 
You will need to add the Sheet Name to the range references in your formula:

=SUMIF('Sheet1'!B11:B2153,"AC",'Sheet1'!C11:C2153)

HTH
Elkar


"skippy0070" wrote:

Sorry if this post went through earlier, having some issues on my end.

I have a list of data in sheet 1 of a workbook and I would like to create a
data generator on sheet 2 of the workbook using the data in sheet one. I have
the formula which works in sheet 1 but when I move it to sheet 2 the formula
is no longer valid. The formula is =SUMIF(B11:B2153,"AC",C11:C2153).

Is there a way to move these formulas to other sheets in a workbook using
data on different pages?

Thanks in advance for any help.


skippy0070

Please help, how to enter a formula into sheet 2 using data in
 
That works great, thank you.

"Elkar" wrote:

You will need to add the Sheet Name to the range references in your formula:

=SUMIF('Sheet1'!B11:B2153,"AC",'Sheet1'!C11:C2153)

HTH
Elkar


"skippy0070" wrote:

Sorry if this post went through earlier, having some issues on my end.

I have a list of data in sheet 1 of a workbook and I would like to create a
data generator on sheet 2 of the workbook using the data in sheet one. I have
the formula which works in sheet 1 but when I move it to sheet 2 the formula
is no longer valid. The formula is =SUMIF(B11:B2153,"AC",C11:C2153).

Is there a way to move these formulas to other sheets in a workbook using
data on different pages?

Thanks in advance for any help.


Fred Smith[_4_]

Please help, how to enter a formula into sheet 2 using data in she
 
Yes, just precede the cell addresses with the sheet name, as in:
=SUMIF(Sheet1!B11:B2153,"AC",Sheet1!C11:C2153)

Regards,
Fred

"skippy0070" wrote in message
...
Sorry if this post went through earlier, having some issues on my end.

I have a list of data in sheet 1 of a workbook and I would like to create
a
data generator on sheet 2 of the workbook using the data in sheet one. I
have
the formula which works in sheet 1 but when I move it to sheet 2 the
formula
is no longer valid. The formula is =SUMIF(B11:B2153,"AC",C11:C2153).

Is there a way to move these formulas to other sheets in a workbook using
data on different pages?

Thanks in advance for any help.




All times are GMT +1. The time now is 10:09 PM.

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