I have a small sheet with a table with some results. Exceeding a value will give the relevant cell a different color (say: orange or red). At either side of the table a warning label appears (simple exclamation mark, text).
To have the warning label appear, I now need a very long OR statement containing all conditions used in all conditional formats of the table. It is a lot easier to check if a cell is orange and trigger the warning label from that.
Note that all cells already have a color (blue) and the warning needs to be triggered by a different color (orange). All this without VBA, so simple Excel.
Additional:
To save myself from having endless formulae with brackets, I inserted a name Pi equaling 3,14etc. Is there any chance that this name Pi may cause confusions with PI()? (I am trying to remove invalid page faults, to no avail and am getting creative in tracking down "errors")
This message was edited by Foeth on 2002-10-07 08:20
To have the warning label appear, I now need a very long OR statement containing all conditions used in all conditional formats of the table. It is a lot easier to check if a cell is orange and trigger the warning label from that.
Note that all cells already have a color (blue) and the warning needs to be triggered by a different color (orange). All this without VBA, so simple Excel.
Additional:
To save myself from having endless formulae with brackets, I inserted a name Pi equaling 3,14etc. Is there any chance that this name Pi may cause confusions with PI()? (I am trying to remove invalid page faults, to no avail and am getting creative in tracking down "errors")
This message was edited by Foeth on 2002-10-07 08:20