May
25
25
Excel, convert ip to dec without vba
Posted by jbjorkman on May 25, 2010 underDeprecated: preg_replace() [function.preg-replace]: The /e modifier is deprecated, use preg_replace_callback instead in /var/www/myfoto.se/jbits.se/blog/wp-includes/formatting.php on line 82
Uncategorized
A quick way to convert an ip to a decimal value (useful for sorting) without using vba is to define a new name and set its reference to:
=EVALUATE(CONCATENATE("(((";SUBSTITUTE(Sheet1!A1;".";")*256+")))
Replace the cell reference with yours
Add A Comment
You must be logged in to post a comment.