ISERROR Function - Too many arguments: Please Help!!

anna82marie

New Member
Joined
Jan 22, 2014
Messages
15
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
I'm having an issue trying to get the following formula to return N/A instead of #VALUE!

=IF($K8>$F$5,(TODAY()-$K8)*($O8*0.2739726%),(TODAY()-$F$5)*($O8*0.2739726%))

Can anyone help me to do this? I can't get my head around it at all and have a deadline looming. Any help would be really appreciated!!
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Welcome to the Board!

Which version of Excel do you have?
If you have 2007 or newer, you can use IFERROR, i.e.
=IFERROR(IF($K8 > $F$5,(TODAY()-$K8)*($O8*0.2739726%),(TODAY()-$F$5)*($O8*0.2739726%)),"N/A")
 
Upvote 0
The IFERROR formula was a nice addition to Excel. Basically, it just tells it what to return in the event of an error. If there is no error, just return the result of the formula (see here for structure: IFERROR function - Excel - Office.com).

In earlier versions, you would have to use IF and ISERROR in conjunction, and have to repeat your formula twice (once to check for the error, and once to return the value if there is no error). Much longer, clunkier, messier.
 
Upvote 0

Forum statistics

Threads
1,214,583
Messages
6,120,380
Members
448,955
Latest member
BatCoder

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top