You could create a separate worksheet for this, and give the one cell you need a defined name.
It's very likely that you can't even notice the difference in performance and memory usage, and it makes it easier to keep control
of your total workbook.
--
Kind regards,
Niek Otten
|I thought about that, but would prefer not to as I already have a lot in this
| worksheet.
|
| Thanks for your help.
|
| "Niek Otten" wrote:
|
| > Hi Barb,
| >
| > I don't know the restrictions you might have, but if possible I would always store the A formula in a cell and use that
address to
| > compare.
| >
| > --
| > Kind regards,
| >
| > Niek Otten
| >
| > | > | My formula currently looks like this
| > |
| > | =if(or(A=Green,A=Yellow,A=Red),1,0)
| > |
| > | unfortunately A is a fairly long formula. Is there a more elegant way to do
| > | this?
| > |
| > | Thanks,
| > | Barb Reinhardt
| >
| >
| >