Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() Quote:
=IFERROR(F45/F45+G45),"N/A") will work if you're using Excel 2007 or later.. Last edited by Spencer101 : June 22nd 12 at 05:16 PM |
#2
![]() |
|||
|
|||
![]() Quote:
You've entered too few arguments for this function. To get help help with this function, click ok to close message. Then click the Insert Function button. I do this but am not sure what to add in the IFERROR spot. |
#3
![]() |
|||
|
|||
![]() Quote:
Try =IFERROR((F45/F45+G45),"N/A") |
#4
![]() |
|||
|
|||
![]() Quote:
That worked to put "N/A" in the field but removes my calculation into a percentage. So when my total equals 0 I get "N/A." But when I actually have a number in F45 or G45 it just adds them up instead of dividing them. Ex: F45 has 1 and G45 has 1 I get 200% instead of 50%. |
#5
![]() |
|||
|
|||
![]() Quote:
I'm not sure I understand what you're trying to achieve with this. Dividing the value in F45 by F45, as in the first part of your formula, will always give you 1 unless F45 contains zero to start with. Perhaps if you could explain a little more about what you're trying to achieve it would be possible to get the right formula for you. |
#6
![]() |
|||
|
|||
![]() Quote:
Here is the formula I am using to get my percentage of two columns: =F45/(F45+G45) <-----I missed one ( here when typing it. Sorry. I get the right percentage of the total columns. If F45 = 1 and G45 = 0 I get 50%. That all works fine. But some of the columns will not have numbers to calculate. If F45 and G45 total zero I get the DIV error. I need to get the percentage to display or have N/A display if the total is zero. |
#7
![]() |
|||
|
|||
![]() Quote:
=IFERROR(F45/(F45+G45),"N/A") Does that do the trick? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
If changed array formula reduce ""\""\""\ - signs to #Missing, will it make ... | Excel Programming |