Excel - Array Formula to skip empty cells

后端 未结 2 1877
青春惊慌失措
青春惊慌失措 2020-12-19 05:17

I have an array formula to fill in the cell when it contains text but I want it to ignore the cell if its blank and go to the next one. The issue I am having is that it does

2条回答
  •  失恋的感觉
    2020-12-19 06:13

    Found a simpler and easier way, basically Excel considers all blank cells ("") equal, so another easy way is to select the column that contains the data and click on Remove Duplicates under the Data tab, this will remove (skip) all of the blank empty cells.

提交回复
热议问题