简体   繁体   中英

Conditional formatting in Excel 2010

I want to use conditional formatting to highlight consecutive cells in a column if they are populated. If there is only once cell that is populated followed by a blank row, I do not want to highlight that row.

Which formula should I use.

Select entire column and apply conditional formatting with formula: =COUNTBLANK(A1:A2)=0 :

在此处输入图片说明

Result:

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM