I have an Excel file with over 50.00 rows, which I update on a monthly base. However, some information needs to be updated on ad-hoc base.
These updates take information from a different Excel file. Both files use the same unique values, allowing me to index match the information from one file to the other.
My solution to only update the rows with new information, is as follows. I apply a filter based on the unique identifier value from the updatefile. With an Index/Match formula, I then update the information in some columns, select the full row and paste it as values. I then go on the the next unique identifier and continue with the same process until everything has been updated.
It works, but I do have an issue, because of the way I select the cell in the only visible row. For now I use the following formula:
It thus starts at the header row and then loops until it finds the only visible row. Because of the huge number of rows, this takes quite some time.![]()
Please Login or Register to view this content.
Is there an easier way to achieve what I want?
Bookmarks