Final answer:
The correct statement about removing duplicate records in Excel is that it can be done using the 'Remove Duplicates' feature. Additional methods include using formulas or VBA scripting for more complex scenarios.
Step-by-step explanation:
The statement that is true regarding the removal of duplicate records in Excel is: 1) Duplicate records can be removed using the 'Remove Duplicates' feature in Excel. This feature is found in the 'Data' tab of the Excel ribbon and allows users to select which columns to check for duplicates. Once selected, Excel will automatically remove the duplicate rows based on the chosen criteria.
It is also possible to remove duplicates using formulas or even VBA (Visual Basic for Applications) scripting if more complex criteria are needed. However, the 'Remove Duplicates' feature is usually the quickest and most straightforward method for most users.