a count function
I would like to code this :
within a range of cells, containing numbers, I would like to find out :
* how many
* at which location
a given number is located.
Example in which cell(s) is number "56" stored for the following cell values
: 12 456 78541 56 1562
--- 3 times : in cell 2, 4 and 5.
Thanks for the code
|