Captain Randy
Board Regular
- Joined
- Sep 26, 2010
- Messages
- 68
I want to look up && in row N1:N431 and count how many && that matches ### (in row O1:O431)and
In row P1:P431 matches ^^^.
The reason I’m showing && ### and ^^^ these represents symbols that are not numbers or letters.
My end results would be to count how many , “&& ### ^^^” are in the ranges as above.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
=Countif(O1:O431,Matches “J4 and K5”) will not work..
Should we use Lookup nestled with Match or Count Match ?
I’m lost !!
Thank You for any help you may be able to apply.
Randy