I have an excel sheet with multiple columns. The column names are FirstName, LastName, EmailAddress, PostalAddress, etc. Sometimes, either column will have the word 'Account' in it. Eg; FirstName = Accounts, LastName = Payable, EmailAddress = [email protected]
I want to highlight the entire row where any of the columns have the word 'account' in it, so that I can remove those rows.
I've tried selecting the entire sheet and then under Conditional Formatting > Highlight Cell Rules > Text That Contains > I've included the word Account. This only highlights the cell that has the word account in any column. I would like to highlight the entire row.
How do I go about highlighting the entire row? Also, is there a way to highlight all rows with the word 'Account' and in all worksheets of the same Excel file?