From: Jarod on
Is there a way to link a sumif formula to the data on a different worksheet
that makes up the sum of the formula. If I click on the cell that contains
the sum, the data that makes up that sum will show up on a different
worksheet. Don't know if possible. Thanks.
From: Fred Smith on
Certainly, you can address ranges in other worksheets, as in:

=sumif(sheet2!A:A,"criteria",sheet3!B:B)

Does that help?
Fred

"Jarod" <Jarod(a)discussions.microsoft.com> wrote in message
news:AC36BBF8-7AC4-46A3-B0A7-0ECB0310E189(a)microsoft.com...
> Is there a way to link a sumif formula to the data on a different
> worksheet
> that makes up the sum of the formula. If I click on the cell that
> contains
> the sum, the data that makes up that sum will show up on a different
> worksheet. Don't know if possible. Thanks.