Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formatting cells in a column with conditional formatting? | Excel Discussion (Misc queries) | |||
Protect Cell Formatting including Conditional Formatting | Excel Discussion (Misc queries) | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
conditional Formatting based on cell formatting | Excel Worksheet Functions | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions |