Howdy i have a question:
cell L4 is a result of a vlookup that returns an IP address. then L4 is refrenced somewhere else in the document in a CONCATENATE function.
everything works perfect except i need to increase the last octet by one and is the result is more that .254 then it will increase the 3rd octet.
for example:
L4=192.168.1.2 and i want it to be 192.168.1.3 when called in the CONCATENATE function, but lets say L4 is 192.168.1.254 , i want the formula to add one to the 3rd octet , like this 192.168.2.1.
is this even possible to do , if not i will just stick with adding one to the 4th octet.
thank you so much in advance
cell L4 is a result of a vlookup that returns an IP address. then L4 is refrenced somewhere else in the document in a CONCATENATE function.
everything works perfect except i need to increase the last octet by one and is the result is more that .254 then it will increase the 3rd octet.
for example:
L4=192.168.1.2 and i want it to be 192.168.1.3 when called in the CONCATENATE function, but lets say L4 is 192.168.1.254 , i want the formula to add one to the 3rd octet , like this 192.168.2.1.
is this even possible to do , if not i will just stick with adding one to the 4th octet.
thank you so much in advance