How to remove duplicate records in Excel
admin on Aug 11th 2008
To remove duplicate records in Excel do the following:
- Select the column title that has duplicate records
- Click Data menu and point to Filter, and then click Advanced Filter
- Under Action, click Copy to another location
- Select the starting location where you want to copy all the unique records by clicking on a cell
- Click to select the Unique records only check box
- Click OK.
You should have all duplicates removed in this new location.
Filed in Microsoft Office | No responses yet
How to change password from a command prompt
admin on Aug 10th 2008
To change user account password from command prompt do the following:
- Click Start
- Type “cmd” in Run field
- On the Command prompt type “net user username newpassword” and hit enter
Voila! the password is reset.
Note: To change password from command prompt, you must login with an administrator account.
Filed in Microsoft Windows | No responses yet