Finding the location of what was summed
Try this
=INDEX(A2:A30,MATCH(MIN(COUNTIF(A2:A30,A2:A30)),CO UNTIF(A2:A30,A2:A30),0))
entered with ctrl + shift & enter
will return the least occurring value in A2:A30
note that array formulas tend to slow down large spreadsheets considerably
--
Regards,
Peo Sjoblom
wrote in message
ups.com...
On May 21, 1:55 pm, Mike H wrote:
If it is the most common item then:
MODE(A1:A36533)
will do it
Mike
It's the least
|