Hello all,
I am trying to increment IP addresses in a single column but multiple rows are hidden with filters. Out of over 5k rows I only want to populate about 570 with an IP range that begins with 192.168.1.10 up to 192.168.2.255 for example. Again, MOST of the rows are hidden by filtering. I only want the rows that are visible to populate with IPs.
My current formula works but it populates all rows even hidden ones.
="192.168.1."&Rows(A$6:A6)
Thank you
I am trying to increment IP addresses in a single column but multiple rows are hidden with filters. Out of over 5k rows I only want to populate about 570 with an IP range that begins with 192.168.1.10 up to 192.168.2.255 for example. Again, MOST of the rows are hidden by filtering. I only want the rows that are visible to populate with IPs.
My current formula works but it populates all rows even hidden ones.
="192.168.1."&Rows(A$6:A6)
Thank you