megatron77
New Member
Hi there, this is my first post on this forum so apologies if the explanation of my issue isn't particularly good. If you require clarification let me know.
I am a web analyst and currently I am doing some analysis of IP Addresses that visit our website - the primary reason is to identify the IP ranges of bots that Google, Yahoo etc are using so that we can filter their sessions out of our reporting. I export a a list of 10,000 IP addresses from the database and have then built a dashboard to identify the highest bouncing IP addresses, view their total sessions etc.
Once these have been identified I now want to create a list of known IP's so that I can monitor their activity before adding them to a block list. The issue that I have is that Google can own an IP range and send any bots from that range to our site e.g. 66.196.0.0 - 66.249.255.255
This causes an issue because I want to be able to SUM the number of sessions from IP's within this range but I am unsure how excel handles these types of numbers. I have tried doing a SUMIFS using "<=" and ">=" on the start and end of the range but it isn't quite working for me because I think Excel identifys the IP 66.249.34.0 as a higher number than 66.249.255.255 when in fact the latter is the higher value in terms of IP's.
I have also tried using the LEFT function to narrow the IP down to 66.196 and then applied a wildcard function *, then done the same for the upper limit to create 66.249* but my SUMIFS formula also isn't working in this instance.
Any help would be greatly appreciated.
Josh
I am a web analyst and currently I am doing some analysis of IP Addresses that visit our website - the primary reason is to identify the IP ranges of bots that Google, Yahoo etc are using so that we can filter their sessions out of our reporting. I export a a list of 10,000 IP addresses from the database and have then built a dashboard to identify the highest bouncing IP addresses, view their total sessions etc.
Once these have been identified I now want to create a list of known IP's so that I can monitor their activity before adding them to a block list. The issue that I have is that Google can own an IP range and send any bots from that range to our site e.g. 66.196.0.0 - 66.249.255.255
This causes an issue because I want to be able to SUM the number of sessions from IP's within this range but I am unsure how excel handles these types of numbers. I have tried doing a SUMIFS using "<=" and ">=" on the start and end of the range but it isn't quite working for me because I think Excel identifys the IP 66.249.34.0 as a higher number than 66.249.255.255 when in fact the latter is the higher value in terms of IP's.
I have also tried using the LEFT function to narrow the IP down to 66.196 and then applied a wildcard function *, then done the same for the upper limit to create 66.249* but my SUMIFS formula also isn't working in this instance.
Any help would be greatly appreciated.
Josh