How to a automate moving down a list (Image Attached) very new to this

I have 300+ entries that I need to open and edit. Once I close and entry how do I set it up to move to the next on the list and not count the entry that has already been changed. I can use ID Column or Customer.

I need to open C101 link make an edit then close. Then I need to move on to C102 link make the edit and close. Then C103 make the edit, and on and on.

I don’t know how to set it up to move to the next link down in the column on the screen.

Thanks

See How can I find the n-th link with a specific text?

thanks CJ but I need to select a list of links i.e. C101, C102, C103, C104, etc. How to I get it to move to the next number on the column?

You need the logic or you need somebody to do your job?
I can help with the first.

j=j+1
link=“C”+j
click link