View Single Post
 
Old 07-16-2017, 03:15 PM
Lauren4242 Lauren4242 is offline Windows XP Office 2010 32bit
Novice
 
Join Date: Jul 2017
Posts: 2
Lauren4242 is on a distinguished road
Default Trying to hide error message, but IFERROR edit says "too few arguments"

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?!
Reply With Quote