Share via

Extend IP range in Excel

Anonymous
2018-11-30T09:22:24+00:00

Hi , I am working in Excel with IP numbers. I have an set of IP's  of  10.205.134.98-10.205.134.200 and 10.98.233.175-10.98.233.191 and wish to expand this in the column. Is there a rule I can create for the whole column which can extract the IP's out in that column?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2018-12-03T09:11:29+00:00

    Hi Paulela,

    May I know if you need further assistance?

    Regards,

    Eli

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-11-30T15:06:00+00:00

    Hi Paulela,

    If it means you want to extract the continuous numbers of 10.205.134.98-10.205.134.200 and 10.98.233.175-10.98.233.191, you could follow the formulas below to see if it helps:

    =LEFT($A$1,11)&(RIGHT($A$1,2)+ROWS($A$1:A1)-1) and =LEFT($C$1,11)&(RIGHT($C$1,2)+ROWS($C$1:C1)-1)

    Regards,

    Eli

    Was this answer helpful?

    0 comments No comments