LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default IP ADDRESS MODIFICATION

I assume that the A16 should be A1?

The problem with that is that any number ending with 9 will change 9 to 10,
hence 99.99.99.99 becomes 99.99.99.910 :-(
You could, of course trap for that, but it gets rather complicated depending
on whether or not you've got a 9 preceding the final 9.
--
David Biddulph

"muddan madhu" wrote in message
...
try this

=MID(A1,1,LEN(A16)-1)&RIGHT(A1,1)+1


On Oct 31, 5:52 pm, calvin wrote:
I have a ton (546) of ip address and i need to change just the last digit
so
there wont be a conflic when i try connecting to the network

ex 10.191.168.223 to 10.191.168.224
10.14.129.10 to 10.14.129.11
and the list goes on an on
help please



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula modification yshridhar Excel Worksheet Functions 10 November 23rd 07 08:16 AM
Formula Modification No Name Excel Discussion (Misc queries) 2 May 1st 07 03:33 AM
last modification Chip Smith Excel Discussion (Misc queries) 1 June 19th 06 11:55 PM
Last Modification Date Hal Excel Worksheet Functions 2 May 22nd 06 08:44 PM
Macro modification Hirsch Excel Discussion (Misc queries) 3 May 27th 05 10:21 PM


All times are GMT +1. The time now is 10:52 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"