I’m working right now on an Excel sheet where I have to compare the entries with the actual information on a website to see if it’s true or not.
The steps I have to go through are as followed:
- copy ID in Excel sheet
- paste ID into Website -> user page opens
- copy user email
- paste user email into search on website to open profile
- look into user page if currency got processed
- go back to Excel sheet and mark whole column green
Right now I handle this task manually which can be very long when you have to do like 500 entries.
My question is, are there other ways to make this process shorter and easier on you to get an higher efficiency?