Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Conditional Formatting on Null Value

I have a field which is formatted to be a date field (D5) and another field
which tracks if follow up is needed (G5). I want to use conditional
formatting to highlight G5 if D5 is null, meaning no date has been entered.

Pulling my hair out as I can't quite find the right formula or words to tell
it to look for nothing.

Any help would be appreciated!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Conditional Formatting on Null Value

formatconditional formatting, formula is

=$D$5=""

format pattern as you like


--
Regards,

Peo Sjoblom



"Ember" wrote in message
...
I have a field which is formatted to be a date field (D5) and another field
which tracks if follow up is needed (G5). I want to use conditional
formatting to highlight G5 if D5 is null, meaning no date has been
entered.

Pulling my hair out as I can't quite find the right formula or words to
tell
it to look for nothing.

Any help would be appreciated!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Conditional Formatting on Null Value

Thanks, tried that one and it did not work.

Ember

"Peo Sjoblom" wrote:

formatconditional formatting, formula is

=$D$5=""

format pattern as you like


--
Regards,

Peo Sjoblom



"Ember" wrote in message
...
I have a field which is formatted to be a date field (D5) and another field
which tracks if follow up is needed (G5). I want to use conditional
formatting to highlight G5 if D5 is null, meaning no date has been
entered.

Pulling my hair out as I can't quite find the right formula or words to
tell
it to look for nothing.

Any help would be appreciated!




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 12
Default Conditional Formatting on Null Value

"Ember" wrote...
I have a field which is formatted to be a date field (D5) and another field
which tracks if follow up is needed (G5). I want to use conditional
formatting to highlight G5 if D5 is null, meaning no date has been entered.

....

Two ways, depending on what you mean by 'null'. If you mean D5 contains
nothing, then use either =COUNTA(D5)=0 or =ISBLANK(D5). If you mean D5
contains nothing OR evaluates to "", use =COUNTBLANK(D5)=1.
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 6
Default Conditional Formatting on Null Value

This worked great! Thanks!

Ember

"Harlan Grove" wrote:

"Ember" wrote...
I have a field which is formatted to be a date field (D5) and another field
which tracks if follow up is needed (G5). I want to use conditional
formatting to highlight G5 if D5 is null, meaning no date has been entered.

...

Two ways, depending on what you mean by 'null'. If you mean D5 contains
nothing, then use either =COUNTA(D5)=0 or =ISBLANK(D5). If you mean D5
contains nothing OR evaluates to "", use =COUNTBLANK(D5)=1.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 3 January 20th 07 02:02 PM
conditional Formatting based on cell formatting Totom Excel Worksheet Functions 0 January 15th 07 04:35 PM
ISO smallest passive / do nothing formula for formatting null.. nastech Excel Discussion (Misc queries) 0 September 28th 06 10:34 AM
Conditional Linking and Formatting across worksheets to form Summary Page - Only pull/link non-null fields J Leckner Excel Worksheet Functions 1 September 22nd 06 04:18 PM
Conditional Formatting that will display conditional data BrainFart Excel Worksheet Functions 1 September 13th 05 05:45 PM


All times are GMT +1. The time now is 10:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"