Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Apr 10, 7:22 am, JN wrote:
"joeu2004" wrote: On Apr 9, 4:38 pm, JN wrote: Try the following: =if(B1=0, if(C1=0, 0%, 100%), C1/B1 - 1) I was trying to calculate the difference between 2 #s as a percentage and was using the above formula with the IF statement HOWEVER you provided me with perfection and I'm very, very happy! Thank you so much! You're welcome! Glad to hear that works well for you. FYI, here is another expression of the same solution. Use whichever one is easier for you to use: =if(B1=0, (C1<0)*100%, C1/B1 - 1) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate percentage in pivot | Excel Discussion (Misc queries) | |||
How do I calculate an average by a certain percentage? | Excel Worksheet Functions | |||
HOW DO I CALCULATE A RUNNING PERCENTAGE | Excel Discussion (Misc queries) | |||
calculate percentage | Excel Worksheet Functions | |||
Forumla to calculate a percentage | Excel Discussion (Misc queries) |