Timberwolf
New Member
- Joined
- Feb 20, 2018
- Messages
- 26
Hi all
What I'm looking to do is on Sheet3 cell C2 I want a formula to check six different rows on Sheet1 to see if they match cell A2 on Sheet3 and each time it matches add 1.
I have the code looking in one row as follows =COUNTIF(Sheet1!J:J,[@[Item '#]]) but I also want it to check SHEET1 rows L:L N:N P:P R:R and T:T
I don't want them all to match, I want it to count 1 if any of them match
So if Sheet1 cell J2, L2, N2, and P2 match [Item '#] there would be 4 in cell C2 on Sheet3 or if it was only in L2, N2, and P2 it would have a value of 3.
I hope someone can understand this and help me out, I know I may not be explaing myself properly.
What I'm looking to do is on Sheet3 cell C2 I want a formula to check six different rows on Sheet1 to see if they match cell A2 on Sheet3 and each time it matches add 1.
I have the code looking in one row as follows =COUNTIF(Sheet1!J:J,[@[Item '#]]) but I also want it to check SHEET1 rows L:L N:N P:P R:R and T:T
I don't want them all to match, I want it to count 1 if any of them match
So if Sheet1 cell J2, L2, N2, and P2 match [Item '#] there would be 4 in cell C2 on Sheet3 or if it was only in L2, N2, and P2 it would have a value of 3.
I hope someone can understand this and help me out, I know I may not be explaing myself properly.