format cell problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I do not arrive to create this personalized format who is responding to
these 3 conditions

(number is displayed in percentage).

1) if < 0 the colour must be red
2) if < 10 the value must be replaced by "NS"
3) if > 10 then value must be replace by "NS"

the only think have found is :

[<+10]"NS";[Red]-0,0%;0,0%

with this format steps1,3 are ok but impossible to integrate step 2
is anybody can help me !! it's important for me..
thanks in advance

Alex
 
One way:

[Red][<=0]0.0%;"NS"

Note that you didn't specify what should happen if the cell is equal to
10.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top