ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Conditional Formatting-If Col A="" then Col C = Red in color (https://www.excelbanter.com/excel-programming/422727-conditional-formatting-if-col-%3D-then-col-c-%3D-red-color.html)

Neon520

Conditional Formatting-If Col A="" then Col C = Red in color
 
Hi everyone,

This doesn't have to be done in VBA, but I just thought that it might not be
able to get done in regular way.
What I essential want is if Col A or Col B is Blank, then highlight Col C
and D to Red. It's just a way to pull the user attention.

I don't know how to do this in regular way, since the conditional Cells are
different from the Formatting Cells.

Thank you,
Neon520

FSt1

Conditional Formatting-If Col A="" then Col C = Red in color
 
hi
regular way...

formula is.....=OR($A$1="",$B$1="")......pick your color

regards
FSt1

"Neon520" wrote:

Hi everyone,

This doesn't have to be done in VBA, but I just thought that it might not be
able to get done in regular way.
What I essential want is if Col A or Col B is Blank, then highlight Col C
and D to Red. It's just a way to pull the user attention.

I don't know how to do this in regular way, since the conditional Cells are
different from the Formatting Cells.

Thank you,
Neon520


Per Jessen

Conditional Formatting-If Col A="" then Col C = Red in color
 
Hi

No need for a macro.

Select C2 and goto conditional formatting Condition 1: Formula is
=AND($A2="",$B2="")

Format as desired.
Use the format painter to format the desired range.


Hopes this helps.

---
Per

"Neon520" skrev i meddelelsen
...
Hi everyone,

This doesn't have to be done in VBA, but I just thought that it might not
be
able to get done in regular way.
What I essential want is if Col A or Col B is Blank, then highlight Col C
and D to Red. It's just a way to pull the user attention.

I don't know how to do this in regular way, since the conditional Cells
are
different from the Formatting Cells.

Thank you,
Neon520



Neon520

Conditional Formatting-If Col A="" then Col C = Red in color
 
Hi FSt1,

Is there a way to go over the three conditional formatting limit without
using VBA?

Thanks,
Neon520

"FSt1" wrote:

hi
regular way...

formula is.....=OR($A$1="",$B$1="")......pick your color

regards
FSt1

"Neon520" wrote:

Hi everyone,

This doesn't have to be done in VBA, but I just thought that it might not be
able to get done in regular way.
What I essential want is if Col A or Col B is Blank, then highlight Col C
and D to Red. It's just a way to pull the user attention.

I don't know how to do this in regular way, since the conditional Cells are
different from the Formatting Cells.

Thank you,
Neon520


Gord Dibben

Conditional Formatting-If Col A="" then Col C = Red in color
 

Not in versions before 2007

Why do you need more than three conditions?

Not for the example you posted originally.


Gord Dibben MS Excel MVP

On Wed, 21 Jan 2009 10:49:01 -0800, Neon520
wrote:

Hi FSt1,

Is there a way to go over the three conditional formatting limit without
using VBA?

Thanks,
Neon520

"FSt1" wrote:

hi
regular way...

formula is.....=OR($A$1="",$B$1="")......pick your color

regards
FSt1

"Neon520" wrote:

Hi everyone,

This doesn't have to be done in VBA, but I just thought that it might not be
able to get done in regular way.
What I essential want is if Col A or Col B is Blank, then highlight Col C
and D to Red. It's just a way to pull the user attention.

I don't know how to do this in regular way, since the conditional Cells are
different from the Formatting Cells.

Thank you,
Neon520




All times are GMT +1. The time now is 04:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com