The cell are preformated as accounting: either dollars ($) or (€) .
When I enter a number in a cell it will automaticcly have the sign shown.
Of course the cells contains different values.
Say A1 is formatted for $'s,
And A2 for €'s.
In B1 enter:
=Cell("format",A1)
And copy down to B2.
B1 returns < C2 >
And B2 returns < ,2 >
SO ... conditional formulas such as:
=CELL("format",A1)="C2"
And
=CELL("format",A1)=",2"
should work for you for condition 1 and condition 2 formulas set with your
colored formats.

Signature
HTH,
RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================
The cell are preformated as accounting: either dollars ($) or (€) .
When I enter a number in a cell it will automaticcly have the sign shown.
Of course the cells contains different values.
> Yes
> Use "cell value is equal to" in conditional formatting.
[quoted text clipped - 11 lines]
>> value cell is in red if it's format is accounting - Dollars
>> value cell is in blue if it's format is accounting - Euros
Khalil Handal - 17 Apr 2008 17:11 GMT
Works for some cells and doesn't work for other values in the range.
Is there anything special????
The condition is "and" in conditional formating which gives the impresion
that it sould fulfill BOTH conditions!!!
> Say A1 is formatted for $'s,
> And A2 for €'s.
[quoted text clipped - 37 lines]
>>> value cell is in red if it's format is accounting - Dollars
>>> value cell is in blue if it's format is accounting - Euros
RagDyer - 18 Apr 2008 02:36 GMT
I don't follow what you mean when you say:
<<<"The condition is "and" in conditional formatting">>>
Use "Formula is" with
=CELL("format",A1)="C2"
for Condition1
format to Red-
Use "Formula is" with
=CELL("format",A1)=",2"
for Condition2
format to Green-

Signature
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
> Works for some cells and doesn't work for other values in the range.
> Is there anything special????
[quoted text clipped - 43 lines]
>>>> value cell is in red if it's format is accounting - Dollars
>>>> value cell is in blue if it's format is accounting - Euros
Khalil Handal - 18 Apr 2008 19:50 GMT
Thanks for the help
>I don't follow what you mean when you say:
> <<<"The condition is "and" in conditional formatting">>>
[quoted text clipped - 57 lines]
>>>>> value cell is in red if it's format is accounting - Dollars
>>>>> value cell is in blue if it's format is accounting - Euros
RagDyer - 18 Apr 2008 20:42 GMT
You're welcome, and appreciate the feed-back.
Also, check your system clock!

Signature
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
> Thanks for the help
>
[quoted text clipped - 60 lines]
>>>>>> value cell is in red if it's format is accounting - Dollars
>>>>>> value cell is in blue if it's format is accounting - Euros