#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 27
Default IF ERROR FORMULA

=IFERROR(N2,O2),IFERROR(O2,P2),IFERROR(P2,Q2),IFER ROR(Q2,R2),"0"

I am using this formula in Column I to Check rows N, O, P,Q, and R to copy
the dollar amount that is in one of the four fields. There is never an
instance where there is a dollar amount in more than one field and if there
is no dollar figure in any of the fields I would like it to come back as a
zero. Please help me to figure out what I am doing wrong.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 457
Default IF ERROR FORMULA

You can't simply string functions together like that, seperated by commas.
However, you could use this array* formula:

=SUM(IF(ISNUMBER(N2:R2),N2:R2))

*Array formulas must be confirmed using Ctrl+Shift+Enter, not just Enter.

--
Best Regards,

Luke M
"Candida" wrote in message
...
=IFERROR(N2,O2),IFERROR(O2,P2),IFERROR(P2,Q2),IFER ROR(Q2,R2),"0"

I am using this formula in Column I to Check rows N, O, P,Q, and R to copy
the dollar amount that is in one of the four fields. There is never an
instance where there is a dollar amount in more than one field and if
there
is no dollar figure in any of the fields I would like it to come back as a
zero. Please help me to figure out what I am doing wrong.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IF formula returns error; abbreviating the formula MZ Excel Discussion (Misc queries) 4 January 7th 10 11:02 PM
Formula error Dee New Users to Excel 6 May 3rd 09 11:03 AM
Formula Error Matt_hull1979 Excel Worksheet Functions 9 August 23rd 07 06:34 PM
Formula Error Marilyn Excel Worksheet Functions 8 September 22nd 06 02:44 AM
How do I replace "#N/A" error, to continue my formula w/o error? Ali Khan Excel Worksheet Functions 2 February 20th 06 03:49 PM


All times are GMT +1. The time now is 08:11 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"