J
Jamie
Excel 2007
=If(VLOOKUP(B3,$A$2:$A$10,1,FALSE),COUNTIF($A$2:$A$13,B2),"")
The above formula is looking at a figure in a selected cell then looks in
the selected array to match that figure and then count how many occurences if
any.
What I would also like to have is a formula to tell me in what cells the
matches are or highlight the cells of the matches. Is this possible or am I
being overambitious?
=If(VLOOKUP(B3,$A$2:$A$10,1,FALSE),COUNTIF($A$2:$A$13,B2),"")
The above formula is looking at a figure in a selected cell then looks in
the selected array to match that figure and then count how many occurences if
any.
What I would also like to have is a formula to tell me in what cells the
matches are or highlight the cells of the matches. Is this possible or am I
being overambitious?