Excel Formula
This would have to be done using code because there are just too many
variables to be covered by functions alone.
Perhaps you don't realize that the maximum value in each octet is 255,
therefore, adding 1 to say:
125.12.119.255
would result in
125.12.120.0
Therefore, adding 1 to
125.255.255.255
would result in
126.0.0.0
Subtraction would encounter the same type of complicated computation.
Post to the programming group for help.
--
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"fritzer6" wrote in message
...
Would like to set up a formula that will take an IP address input by user
ie.
10.252.45.14 Then I want to take that IP and be able to add 1 or subtract
2
from the last set of Numbers ##.###.##.14 and place the output to another
cell. Tried a couple formulas but error out. Any suggestions be
great....
Thanks
|