I have text in three columns and need to know how many times a particular name crops up
=SUM(COUNTIF(INDIRECT({"d6:d37","I6:I37","n6:n37"}),"peter"))
any ideas?
I have text in three columns and need to know how many times a particular name crops up
=SUM(COUNTIF(INDIRECT({"d6:d37","I6:I37","n6:n37"}),"peter"))
any ideas?