PDA

View Full Version : Custom Format Conditional With Square Bracket



Slotmachineguy
11-09-2012, 03:03 AM
Hi,

I am need of some help :) I would like to have one cell following three conditions

When inputted value into cell (E2) the conditions are as follows

If the Value is greater then or equal too 10 then should display 0
If the Value is between 11-15 Should display $500
If the Value is equal to 16 or greater should display $800

Thank you Thank you for anyone that can help have a great day.

Adam

Excel Fox
11-09-2012, 08:19 AM
I assume you meant

1. If the value is less than or equal to 10, then display 0
2. If the value is between and equal to 11 and 15, then display $500
3. If the value is greater than or equal to 16, then display $800

Use this conditional format with Custom Format

[>=16]"$800";[>=11]"$500";"0"

Slotmachineguy
11-09-2012, 11:42 PM
Thank you so very much for the help I understand. since I am a novice at excel can you guide me to perform this function please. I have tried to insert the formula above into the conditional formatting pop up window but nothing is happening. Really Really appreciate the help.