Stephen_IV
Well-known Member
- Joined
- Mar 17, 2003
- Messages
- 1,180
- Office Version
- 365
- 2019
- Platform
- Windows
Good afternoon,
I am looking for some help with VBA code that will make a function for Matched Scores (Pairs). Column A is a pre test and Column B is a Post test. I would like to count how many matched scores there are in A1:B15 ( there are 11) . I am looking to use this as an add-in function.
Thanks in advance Stephen
I am looking for some help with VBA code that will make a function for Matched Scores (Pairs). Column A is a pre test and Column B is a Post test. I would like to count how many matched scores there are in A1:B15 ( there are 11) . I am looking to use this as an add-in function.
Thanks in advance Stephen
Book1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
1 | 23 | 79 | 11 | ||||||
2 | 32 | 3 | |||||||
3 | 42 | 76 | |||||||
4 | 43 | 68 | |||||||
5 | 3 | ||||||||
6 | 3 | 68 | |||||||
7 | 46 | 65 | |||||||
8 | 46 | ||||||||
9 | 56 | 45 | |||||||
10 | 57 | 56 | |||||||
11 | 76 | 57 | |||||||
12 | 6 | 44 | |||||||
13 | 43 | ||||||||
14 | 87 | 35 | |||||||
15 | 2 | ||||||||
Sheet1 |