scotchtape
New Member
- Joined
- Mar 12, 2018
- Messages
- 1
Hi,
I am not sure if I should call this a comparison, but I am not sure where to start. Here is what I am trying to do.
Lets say I have 1 column, column A.
In column A there are many rows of IP ranges:
10.10.1.0-10.10.127.255
10.10.128.0-10.10.255.255
If a A2 row is within a certain range, I would like to place text in B2 stating that the row is in "whatever"
I would have many rows. probably 60, and each row contains a unique IP range. I just need to assign them text in column b if they match a certain defined range. Below is just generic information.
A B
10.10.1.0-10.10.127.255 Apples 1
10.10.128.0-10.10.255.255 Apples 2
10.11.0.0-10.11.127.255 Apples 3
10.11.128.0-10.11.255.255 Orange
Where would I start?
I am not sure if I should call this a comparison, but I am not sure where to start. Here is what I am trying to do.
Lets say I have 1 column, column A.
In column A there are many rows of IP ranges:
10.10.1.0-10.10.127.255
10.10.128.0-10.10.255.255
If a A2 row is within a certain range, I would like to place text in B2 stating that the row is in "whatever"
I would have many rows. probably 60, and each row contains a unique IP range. I just need to assign them text in column b if they match a certain defined range. Below is just generic information.
A B
10.10.1.0-10.10.127.255 Apples 1
10.10.128.0-10.10.255.255 Apples 2
10.11.0.0-10.11.127.255 Apples 3
10.11.128.0-10.11.255.255 Orange
Where would I start?