• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

required % in decimal places

all,
I am using the formula IF(C33>B33,$H$32,$G$32)&TEXT(((B33-C33)/B33),"#%"), but i am getting the result as
▲51% .... but i need in 2 decimal places...like 51.38%


G32

H32


B(33) C (33)
8368219.99 12668219.99
 
Hi Mohan,
I am not sure about your formula output, but for the format with 2 decimals you can try:
=IF(C33>B33,$H$32,$G$32)&TEXT(((B33-C33)/B33),"#.00%")

Regards,

Edit: Didn't noticed Nebu already replied
 
Hi Team,

I want to attach any file in excel sheet. Is this possible or not? if this is possible please tell me how to attach please send the reply step by step.
 
Back
Top