Can anyone suggest a useful bit of code that will cross a spreadsheet, starting in cell C5 checking what is in that cell and the one directly below (C6) then skip a cell, move on to E5 and do exactly the same all the way over to the far end of the spreadsheet.
For example
C5 = Tough E5 = Tough G5= Tough
C6 = Nut E6 = Luck G6 = Nut
Bacsically I'm looking via VBA to count the number of occurrances within the spreadsheet of Tough and Nut which in the example above there would be two.
Thanks
For example
C5 = Tough E5 = Tough G5= Tough
C6 = Nut E6 = Luck G6 = Nut
Bacsically I'm looking via VBA to count the number of occurrances within the spreadsheet of Tough and Nut which in the example above there would be two.
Thanks