简体   繁体   中英

Conditional Format to change font color in row based on cell input

I'm developing an aircraft tracking log.

Is there a formula or conditional format or VBA that could gray out the FONT (change all font to black) of an entire row once the ATA is entered in a cell?

I looked all over the internet and can't find anything I am looking to accomplish.

I attached a snapshot of the spreadsheet.

Aircraft log

Simply try-

=$G2<>""

And apply to =$2:$500 If you want to apply to only few cells of row then try apply to =$A$2:$F$500 but formatting formula is same =$G2<>""

在此处输入图像描述

在此处输入图像描述

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