Excel delete empty rows

自闭症网瘾萝莉.ら 提交于 2019-12-11 19:57:56

问题


I want to delete rows which are completely empty. For example, I have a sheet with at least 10 rows and 5 columns. Some rows don't have a value in ColumnA but do in ColumnB. Other rows have no value in any column. How can I delete those rows with no value at all but keep those rows with a value in at least one column?


回答1:


I'll answer as continuation to your example. Goto a new column (6th Column), write formula using CONCATENATE function to concatenate values of columns 1 to 5. Drag the formula to all rows of column 6. Now you can see that column 6 will have blank values only if columns 1 to 5 are blank. Now you can autofilter column 6 to show only blank values and delete those rows.



来源:https://stackoverflow.com/questions/12576894/excel-delete-empty-rows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!