Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello
I have a question regarding counting values and cross referencing to a range on another worksheet. The values are IP Addresses (10.64.xxx), so I guess my first question is whether it is possible to assign them to particular ranges. I have two worksheets, one being the source file, with column E containing IP addresses. The other worksheet contains IP address ranges in columns A&B. I am basically looking to do a count of the source file addresses and allocate by range. I'm currently using the COUNTIF formula below but have not had any luck: =COUNTIF(source!$E$2:$E$9686, AND("="&A3,"<="&B3)) Any suggestions are appreciated Regards Tim Kuhn |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I use a countif function according to two other countif fu. | Excel Worksheet Functions | |||
edit this =COUNTIF(A1:F16,"*1-2*")+COUNTIF(A1:F16,"*2-1*") | Excel Discussion (Misc queries) | |||
COUNTIF or not to COUNTIF on a range in another sheet | Excel Worksheet Functions | |||
CountIF? | Excel Discussion (Misc queries) | |||
COUNTIF in one colum then COUNTIF in another...??? | Excel Worksheet Functions |