ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Hep with Conditionals actions please. (https://www.excelbanter.com/excel-worksheet-functions/219690-hep-conditionals-actions-please.html)

Mark

Hep with Conditionals actions please.
 
Using Conditionals

In O7
=AND(O7<"",O7<=0) Green
=AND(O7<"",O7=1) Red


If I delete the date in O5 above, this conditionaL. The cell O7 remains on
it's last color, Red or green, it does not revert to white.

It will with $, but then I can't copy 800 rows.

Is there a an answer?

I would like O7 to revert to white if O5 has it's date removed. And have the
same type conditionals.

Thank you.

(Of course or figure how to copy $ down 800 lines and have the cell #'s
change accordingly)



Alojz

Hep with Conditionals actions please.
 
hi, u have to add the conditions for the event when the cell is blank, try
this set of conditions:
=and(o7<=0;not(isblank(o7))) Green
=o70 Red
=isblank(o7) Blank

I comare the value with 0 in first 2 conditions so not to omit the situation
when value falls between 0 and 1.
adopt to ur need and click yes if this was helpful


"Mark" wrote:

Using Conditionals

In O7
=AND(O7<"",O7<=0) Green
=AND(O7<"",O7=1) Red


If I delete the date in O5 above, this conditionaL. The cell O7 remains on
it's last color, Red or green, it does not revert to white.

It will with $, but then I can't copy 800 rows.

Is there a an answer?

I would like O7 to revert to white if O5 has it's date removed. And have the
same type conditionals.

Thank you.

(Of course or figure how to copy $ down 800 lines and have the cell #'s
change accordingly)



David Biddulph[_2_]

Hep with Conditionals actions please.
 
Why not include an O5 test in your conditions?

=AND(O5<"",O7<"",O7<=0) Green
=AND(O5<"",O7<"",O7=1) Red
--
David Biddulph

Mark wrote:
Using Conditionals

In O7
=AND(O7<"",O7<=0) Green
=AND(O7<"",O7=1) Red


If I delete the date in O5 above, this conditionaL. The cell O7
remains on it's last color, Red or green, it does not revert to white.

It will with $, but then I can't copy 800 rows.

Is there a an answer?

I would like O7 to revert to white if O5 has it's date removed. And
have the same type conditionals.

Thank you.

(Of course or figure how to copy $ down 800 lines and have the cell
#'s change accordingly)





All times are GMT +1. The time now is 02:07 PM.

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