
Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
Both of your suggested Conditions work (i.e. both with and w/o the '+0'
feature. Prehaps I should add: I use the number twenty (20) only as an
attempt at brevity - when making entries on the actual worksheet the number
will be the greater or less than 2 Billion. Further, if I understand your
suggestions, I need to enter condition 1 in a separate cell, e.g. F1; and
then enter Condition 2 in another separate cell, e.g. F3. (Is that correct?)
I had hoped to use a formula (yours, or "IF") entered in one cell only, and
then format using the Conditional Format option on the drop down Format
menu. I was able to PARTIALLY achieve this, getting a color into the -
say - Greater than cell, but was unable to get a different color into the
less than cell when using 'add a second condition.'
I was also trying to use NORMAL and HEAVY in place of TRUE & FALSE.
Perhaps I ask too much?
> As per the earlier suggestion, if you want the cell to be formatted in a
> different color for different values, use another/2nd CF condition.
[quoted text clipped - 27 lines]
>> total
>> NYSE Volume. Please comment and advise. Thank you.
Max - 18 Dec 2006 21:39 GMT
> .. Further, if I understand your suggestions, I need to enter condition 1
> in a separate cell, e.g. F1; and then enter Condition 2 in another
> separate cell, e.g. F3. (Is that correct?)
The CF is meant to be applied to the entire col at one go, eg:
Select the entire col E (select the col header)
Click Format > Conditional Formatting
Condition 1, Formula is:
=AND(ISNUMBER(E1+0),E1+0>20)
Format as desired
Click Add (to add condition 2)
Condition 2, Formula is:
=AND(ISNUMBER(E1+0),E1+0<=20,E1<>"")
Format as desired
Click OK

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Both of your suggested Conditions work (i.e. both with and w/o the '+0'
> feature. Prehaps I should add: I use the number twenty (20) only as an
[quoted text clipped - 10 lines]
> I was also trying to use NORMAL and HEAVY in place of TRUE & FALSE.
> Perhaps I ask too much?
Max - 18 Dec 2006 21:53 GMT
> I was also trying to use NORMAL and HEAVY in place of TRUE & FALSE.
Assuming you already have an IF formula in col E returning NORMAL and HEAVY,
you could try this for the CF
Select the entire col E (select the col header)
Click Format > Conditional Formatting
Condition 1, Formula is:
=E1="Heavy"
Format as desired
Click Add (to add condition 2)
Condition 2, Formula is:
=E1="Normal"
Format as desired
Click OK

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---