Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 183
Default Conditional formatting/non blank cells

Hello,
(Excel 2007) I am trying to format a cell based on another cell being "non
blank". I thought the non blank formula was "<" but it's not working, e.g.
=$E$2="<"
This =$E$2="" works for blank cells but I need it to be "non blank".
Thank you for your help,
Caroline
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default Conditional formatting/non blank cells

=$E$2<""
--
Gary''s Student - gsnu200812
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,240
Default Conditional formatting/non blank cells

Caroline wrote:
Hello,
(Excel 2007) I am trying to format a cell based on another cell being "non
blank". I thought the non blank formula was "<" but it's not working, e.g.
=$E$2="<"
This =$E$2="" works for blank cells but I need it to be "non blank".
Thank you for your help,
Caroline



=$E$2<""
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default Conditional formatting/non blank cells

Use
=$E$2<""

Two double quotes without anything in between to represent blank.
Or use =ISBLANK($E$2)

Be careful with absolute references if you are going to use this over
multiple cells.


"Caroline" wrote:

Hello,
(Excel 2007) I am trying to format a cell based on another cell being "non
blank". I thought the non blank formula was "<" but it's not working, e.g.
=$E$2="<"
This =$E$2="" works for blank cells but I need it to be "non blank".
Thank you for your help,
Caroline

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,805
Default Conditional formatting/non blank cells

NOT ISBLANK($E$2)


"Sheeloo" wrote:

Use
=$E$2<""

Two double quotes without anything in between to represent blank.
Or use =ISBLANK($E$2)

Be careful with absolute references if you are going to use this over
multiple cells.


"Caroline" wrote:

Hello,
(Excel 2007) I am trying to format a cell based on another cell being "non
blank". I thought the non blank formula was "<" but it's not working, e.g.
=$E$2="<"
This =$E$2="" works for blank cells but I need it to be "non blank".
Thank you for your help,
Caroline

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 Not Blank Cells Nate Excel Discussion (Misc queries) 6 February 22nd 08 10:25 PM
HELP - Conditional Formatting Dates & Blank Cells Diane1477 Excel Worksheet Functions 5 October 3rd 07 05:26 PM
Conditional Formatting - allowing for Blank Cells Hojo Excel Discussion (Misc queries) 2 January 24th 07 11:10 PM
using conditional formatting - blank cells SD Excel Discussion (Misc queries) 5 May 9th 06 03:22 PM
Conditional formatting blank cells kalz Excel Discussion (Misc queries) 2 August 12th 05 03:57 AM


All times are GMT +1. The time now is 03:42 PM.

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

About Us

"It's about Microsoft Excel"