When I set format of a cell as %, it automatically multiply the value with 100 & show the value. So 5.66
becomes 566 %
.
I want to apply % format on a column but want to keep the values same as before. I just want % sign to be shown along with the value. To achieve this, I used following format 0.00##\%
Now I want to show negavtive values in RED color without '-' sign(negative) and the values should be wrapped in brackets. so -5.66 should be shown as (5.66%) in red color.
Please help