I need help in determining the best way to count how many IP’s fall into categories based on usage value. I am using Access 2000 to accomplish.
Groupings – Put into a table? Best method?
0 to 10,000
10.000 to 50,000
50,000 to 90,000
Over 90,000
Data Output from external system that needs to be linked to Access.
IP Usage
192.23.64.128 102,250
192.23.64.129 101,150
192.23.64.130 99,775
192.23.64.131 92,375
192.23.64.132 70,100
192.23.64.133 9,875
Desired result would be to look at the data output and count based on the value. The desired result would be as follows:
Usage Categories Count
0 to 10,000 1
10.000 to 50,000 0
50,000 to 90,000 1
Over 90,000 4
Groupings – Put into a table? Best method?
0 to 10,000
10.000 to 50,000
50,000 to 90,000
Over 90,000
Data Output from external system that needs to be linked to Access.
IP Usage
192.23.64.128 102,250
192.23.64.129 101,150
192.23.64.130 99,775
192.23.64.131 92,375
192.23.64.132 70,100
192.23.64.133 9,875
Desired result would be to look at the data output and count based on the value. The desired result would be as follows:
Usage Categories Count
0 to 10,000 1
10.000 to 50,000 0
50,000 to 90,000 1
Over 90,000 4