Hi All,
I have a list of data and a sum product formula that looks at certian criteria based on a value entered into cell A12
=SUMPRODUCT(--('New Stock (Inc Pipe, PI, CUSTo)'!$B$2:$B$100>0),--('New Stock (Inc Pipe, PI, CUSTo)'!$M$2:$M$100="No"),--('New Stock (Inc Pipe, PI, CUSTo)'!$AI$2:$AI$100<>"Vauxhall VSC Stock"),--(ISNUMBER(SEARCH(A12,'New Stock (Inc Pipe, PI, CUSTo)'!$E$2:$E$100))))
This returns the number of items the meet this criteria.
Is there a way I can double click the cell (or something else) and then it will display the details of the result?
I have a list of data and a sum product formula that looks at certian criteria based on a value entered into cell A12
=SUMPRODUCT(--('New Stock (Inc Pipe, PI, CUSTo)'!$B$2:$B$100>0),--('New Stock (Inc Pipe, PI, CUSTo)'!$M$2:$M$100="No"),--('New Stock (Inc Pipe, PI, CUSTo)'!$AI$2:$AI$100<>"Vauxhall VSC Stock"),--(ISNUMBER(SEARCH(A12,'New Stock (Inc Pipe, PI, CUSTo)'!$E$2:$E$100))))
This returns the number of items the meet this criteria.
Is there a way I can double click the cell (or something else) and then it will display the details of the result?