+ Reply to Thread
Results 1 to 4 of 4

Convert IP address to Decimal

  1. #1
    Registered User
    Join Date
    04-12-2010
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Question Convert IP address to Decimal

    Greetings,

    I have a bulk of IP addresses that I need to convert to decimal, and using websites that provide such calculators would be cumbersome.

    Since I was unable to find any EXCEL function that does this, I tried using several built-in functions to
    - split one cell of an IP address into four cells
    - converting those four cells into binary (using DEC2BIN)
    - merging those four cells into a 32-bit binary

    Now, all I need is a function to convert 32-bit binary to decimal. Problem is, the function BIN2DEC only converts up to 10-bit.

    I am quite unfamiliar with EXCEL and any related programming. Can you provide some guidance, or some hints to accomplish this?

    Thanks in advance,
    Zippie

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: Convert IP address to Decimal

    Welcome to the forum.

    If A1:D1 contains the elements of an IP address, e..g., 192 168 1 1, then

    =SUMPRODUCT(A1:D1, 256^{3,2,1,0}) returns 3232235777, which is hex C0A80101
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Registered User
    Join Date
    04-12-2010
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Smile Re: Convert IP address to Decimal

    You are totally AWESOME!!!!!!!

  4. #4
    Registered User
    Join Date
    08-19-2014
    Location
    Dallas, TX
    MS-Off Ver
    Office2013
    Posts
    44

    Re: Convert IP address to Decimal

    Zippie,
    I have a spreadsheet that converts 32-bit binary to decimal. I'm new to this forum and I see no way to upload my spreadsheet for you. Do you know how I can get it to you?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1