简体   繁体   中英

Excel, Conditional formatting rows based on time values

I cant figure out a formula for conditional formatting to highlight a row (not just a cell) based on a cells value being less then a specific time.

The less then time is "18:00"

I have 4 columns and 50 rows and the time data is in column D2 (D2 to D51)

将条件格式应用于范围A2:D51并使用以下公式作为条件:
=$D2<TIME(18,0,0)

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