![]() |
Conditional Formatting
Hello,
I did search this question but could not find an answer. If I want to format f6 only when there is data in a a6: what formula do I enter? Thank you |
Conditional Formatting
=if(A6<"",1,0)
"Jim" wrote: Hello, I did search this question but could not find an answer. If I want to format f6 only when there is data in a a6: what formula do I enter? Thank you |
Conditional Formatting
Hi Jim,
=NOT(ISBLANK(F6)) Regards, B. R. Ramachandran "Jim" wrote: Hello, I did search this question but could not find an answer. If I want to format f6 only when there is data in a a6: what formula do I enter? Thank you |
Conditional Formatting
Hi Jim,
Sorry for the typo. I meant =NOT(ISBLANK(A6)) B. R. Ramachandran "Jim" wrote: Hello, I did search this question but could not find an answer. If I want to format f6 only when there is data in a a6: what formula do I enter? Thank you |
Conditional Formatting
You don't need the IF(...,1,0)
=A6<"" will do. -- David Biddulph "Jonathan Cooper" wrote in message ... =if(A6<"",1,0) "Jim" wrote: Hello, I did search this question but could not find an answer. If I want to format f6 only when there is data in a a6: what formula do I enter? Thank you |
All times are GMT +1. The time now is 07:06 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com