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

I want to apply conditional formatting to cells that are blank depending on
if other cells have text or numbers in them. For example:

If cells A1:A5 have text or numbers in them than cells D1:D5 must have
something in them. If they do not, then whatever cells in the range D1:D5
are blank, apply formatting.

Clear as mud? Thank you much!!
--
-A
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 269
Default Conditional Formatting

Use the condition

Formula Is =AND(A1<"",d1="")
Pick some formatting

in Cell D1.

If you make sure that there are no absolute indicators (ie. $A$1) you can
use the format painter to copy this format to the other cells
"alarson01" wrote:

I want to apply conditional formatting to cells that are blank depending on
if other cells have text or numbers in them. For example:

If cells A1:A5 have text or numbers in them than cells D1:D5 must have
something in them. If they do not, then whatever cells in the range D1:D5
are blank, apply formatting.

Clear as mud? Thank you much!!
--
-A

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

Hi Paul - that worked great - thank you!

Next, is there a way to format text into cell d1 if it's formatted red?

For example, if cell D1 is formatted red because there's something in cell
A1 but nothing in D1 when required, can I add something like "MUST ENTER
INFORMATION HERE" along with the red fill?

Thx!!
--
-A


"Paul C" wrote:

Use the condition

Formula Is =AND(A1<"",d1="")
Pick some formatting

in Cell D1.

If you make sure that there are no absolute indicators (ie. $A$1) you can
use the format painter to copy this format to the other cells
"alarson01" wrote:

I want to apply conditional formatting to cells that are blank depending on
if other cells have text or numbers in them. For example:

If cells A1:A5 have text or numbers in them than cells D1:D5 must have
something in them. If they do not, then whatever cells in the range D1:D5
are blank, apply formatting.

Clear as mud? Thank you much!!
--
-A

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

Thx Paul C! That worked great!

Now, is there also a way to apply text formatting along with the color fill
in D1? Such as "MUST ENTER INFO HERE".

Thx!!!!

--
-A


"Paul C" wrote:

Use the condition

Formula Is =AND(A1<"",d1="")
Pick some formatting

in Cell D1.

If you make sure that there are no absolute indicators (ie. $A$1) you can
use the format painter to copy this format to the other cells
"alarson01" wrote:

I want to apply conditional formatting to cells that are blank depending on
if other cells have text or numbers in them. For example:

If cells A1:A5 have text or numbers in them than cells D1:D5 must have
something in them. If they do not, then whatever cells in the range D1:D5
are blank, apply formatting.

Clear as mud? Thank you much!!
--
-A

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 269
Default Conditional Formatting

Conditional Formatting will only format cells, not add text.

The best you could do is put a formula in D1 that you would overwrite with
data.

Something like this would work

=IF(A1<"","MUST ENTER INFO HERE","")

If someone entered data (thus deleting the formula) and then deleted the
data the MUST ENTER text would be gone, but the formatting would still be
there.

"alarson01" wrote:

Thx Paul C! That worked great!

Now, is there also a way to apply text formatting along with the color fill
in D1? Such as "MUST ENTER INFO HERE".

Thx!!!!

--
-A


"Paul C" wrote:

Use the condition

Formula Is =AND(A1<"",d1="")
Pick some formatting

in Cell D1.

If you make sure that there are no absolute indicators (ie. $A$1) you can
use the format painter to copy this format to the other cells
"alarson01" wrote:

I want to apply conditional formatting to cells that are blank depending on
if other cells have text or numbers in them. For example:

If cells A1:A5 have text or numbers in them than cells D1:D5 must have
something in them. If they do not, then whatever cells in the range D1:D5
are blank, apply formatting.

Clear as mud? Thank you much!!
--
-A

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
Formatting cells in a column with conditional formatting? shamor Excel Discussion (Misc queries) 8 May 19th 08 10:11 PM
Protect Cell Formatting including Conditional Formatting Mick Jennings Excel Discussion (Misc queries) 5 November 13th 07 05:32 PM
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
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 12:13 AM.

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"