Count number pairing

Dsunil05

New Member
Joined
Feb 20, 2015
Messages
34
Office Version
  1. 2021
  2. 2019
  3. 2013
  4. 2007
  5. 2003 or older
Platform
  1. Windows
[h=2]having vba code but....how to Number pair counting with vba in excel 2007[/h]
B2:U27 data range
count any number with other in data range rows in between 01 to 80 numbers
pair counting in following chart by

help me!
how to do it with vba code?

e.g. of number 11 in following b29:cd109 by with green cell color and withe font color (self 11 number count is 04 in blue cell color and withe font color)
it means pair count of 11 & 05 is 01.
pair count of 11 & 04 is 00.
attachment file is here paircount.xlsm
https://drive.google.com/file/d/1dpY...ew?usp=sharing

i have other vba code but want make some changes and use in
attachment file is here paircount.xlsm
https://drive.google.com/file/d/1dpY...ew?usp=sharing

file with code here
pairs.xls wich is dounload from internet
https://drive.google.com/file/d/1v_l...ew?usp=sharing
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.

Forum statistics

Threads
1,215,358
Messages
6,124,487
Members
449,165
Latest member
ChipDude83

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top