I have a table in excel that updates automatically (or manually) by pulling from a website.
I have another table that is linked, that I want to sort automatically every time the data is updated. Any way to do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the Sheet where the table that needs to update automatically is located, you can add something like the code below (pseudo code) – it will sort the table every time is is changed. Note that it might get slow if you get frequent updates.
If the range is a named range called named_range you can do this for example (not very efficient but readable):
Or you can do this, which will perform better is the named range is large: