I have the following formula
=(G4/C4)-1
I don't want the cell to display "#DIV/0!" so I am trying to add the IFERROR function
=IFFERROR(G4/C4)-1 and then add either ,_ or ,0 at the end. But it keeps saying "You've entered too few arguments for this function".
Help?!