Jump to content

Inky

Members
  • Content Count

    26,282
  • Joined

  • Last visited

  • Days Won

    5

Inky last won the day on October 15 2019

Inky had the most liked content!

Community Reputation

4,225 Excellent

4 Followers

About Inky

  • Rank
    Gobs of money!
  • Birthday 09/11/1968

Contact / Social Media

Profile Information

  • Custom Status
    Meh
  • Gender
    Male
  • Location
    The Irradiated Wastelands

Recent Profile Visitors

41,492 profile views

Single Status Update

See all updates by Inky

  1. Need help creating an Excel formula that turns a whole number into an IP address

    1. carlsson

      carlsson

      Does it need to be a single formula, or do you have the luxury to be able to use additional helper cells?

    2. carlsson

      carlsson

      =CONCAT(INT(B1/(2^24));".";INT((B1-INT(B1/(2^24))*2^24)/(2^16));".";INT((B1-INT(B1/(2^24))*2^24-INT((B1-INT(B1/(2^24))*2^24)/(2^16))*2^16)/256);".";B1-INT(B1/(2^24))*2^24-INT((B1-INT(B1/(2^24))*2^24)/(2^16))*2^16-(INT((B1-INT(B1/(2^24))*2^24-INT((B1-INT(B1/(2^24))*2^24)/(2^16))*2^16)/256)*256))

    3. Show next comments  3 more
×
×
  • Create New...