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...