Friday, October 2, 2015

worksheet function - Need to Delete Blank Row including All Data in the Row - Excel 2011 for Mac

I have an Excel spreadsheet of email addresses with first and last names. Some of the names do not have an email address and it's blank so I want to delete the blank fields along with the first and last name in that row. I know how to delete all blank fields, but that doesn't delete the entire row as well if there's content in it. The list is about 14K users, so searching/deleting individual rows would be tedious. I'm guessing I need to create a specific macro for it?



I'm using Excel 2011 for Mac.



Any thoughts or tips greatly appreciated. Thank you.



Amar

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...