Pestomania
Active Member
- Joined
- May 30, 2018
- Messages
- 332
- Office Version
- 365
- Platform
- Windows
Hello,
I am using the following formula and currently it does what it was designed to do which is to count how many times a number shows up. But I want it to find that number and add the value in the next column.
=SumProduct (countif(indirect("'"&H9&"'!A1:Z10000"),A4))
First off I want it to find the value in A4 on any sheet that includes the word "Reserved". The value it will be trying to find is in column "A" on those sheets.
Then I want it to add the value in column "B" for each instance.
I'm not sure if that makes sense.
I've thought about using a VLookup but not sure how to make it search all sheets that include "Reserved" in the name.
Thank you
I am using the following formula and currently it does what it was designed to do which is to count how many times a number shows up. But I want it to find that number and add the value in the next column.
=SumProduct (countif(indirect("'"&H9&"'!A1:Z10000"),A4))
First off I want it to find the value in A4 on any sheet that includes the word "Reserved". The value it will be trying to find is in column "A" on those sheets.
Then I want it to add the value in column "B" for each instance.
I'm not sure if that makes sense.
I've thought about using a VLookup but not sure how to make it search all sheets that include "Reserved" in the name.
Thank you