Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a pretty simple one but cannot seem to get it to do what I want.
I am using: =F45/F45+G45 Works and I get the info I want except if F45 or G45 total 0. Then I get the DIV error. I need it to say "n/a" if the total is zero. I have also tried this as recommended by a friend: =IF(SUM(I45/I45+J45)0,"N/A",SUM(I45/I45+J45)) That one messes up my calculation. Thanks for any help. |
#2
![]() |
|||
|
|||
![]() 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 |
#3
![]() |
|||
|
|||
![]() 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. |
#4
![]() |
|||
|
|||
![]() Quote:
Try =IFERROR((F45/F45+G45),"N/A") |
#5
![]() |
|||
|
|||
![]() 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%. |
#6
![]() |
|||
|
|||
![]() 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. |
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 |