I have a large spreadsheet (30,000 rows or so) of client data. It's been outputted as a simple CSV file and imported into excel where I'm massing it to make it look a little more presentable. The problem I've run into is I'm trying to highlight client-level information while leaving the specific information unhighlighted..IE
Account1 LastName1 FirstName1 Balance1
Product1 Cost1 Balance1
Product2 Cost2 Balance2
Product3 Cost3 Balance3
Account2 LastName1 FirstName1 Balance1
Product1 Cost1 Balance1
Account3 lastName3 FirstName3 Balance3
The number of products varies widely.
I want to be able to just highlight the Account rows, not the product information rows.
As far as I've figured it out in my own mind, I want to go row by row, determine if column A is null, if A is NULL don't highlight the row, otherwise DO highlight the row.
I can't seem to do this in the Advanced Formatting section, and Macro's aren't my speciality, any ideas?
Account1 LastName1 FirstName1 Balance1
Product1 Cost1 Balance1
Product2 Cost2 Balance2
Product3 Cost3 Balance3
Account2 LastName1 FirstName1 Balance1
Product1 Cost1 Balance1
Account3 lastName3 FirstName3 Balance3
The number of products varies widely.
I want to be able to just highlight the Account rows, not the product information rows.
As far as I've figured it out in my own mind, I want to go row by row, determine if column A is null, if A is NULL don't highlight the row, otherwise DO highlight the row.
I can't seem to do this in the Advanced Formatting section, and Macro's aren't my speciality, any ideas?