Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 104
Default Syntax to "OR" 3 "ISERROR" conditions

Oh Wise Ones,
I would like to filter the conditions of 3 columns for
errors and evaluate in a fourth. I need a null value not just a white font.
I've played with the OR syntax and nothing works. Any ideas please?

Basically I need in D1:
IF A1 OR B1 OR C1 is in error "" else C1.

Thanks,
Mike
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Syntax to "OR" 3 "ISERROR" conditions


Try this array

=IF(ISERROR(A1:C1),"",C1)

Enter in D1 with Ctrl + Shift + Enter

or this alonger non arrays

=IF(OR(ISERROR(A1),ISERROR(B1),ISERROR(C1)),"",C1)



VBA Noob


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=563980

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 492
Default Syntax to "OR" 3 "ISERROR" conditions

=IF(OR(ISERROR(A1),ISERROR(B1),ISERROR(C1)),"",C1)
Regards,
Alan.
"Mike K" wrote in message
...
Oh Wise Ones,
I would like to filter the conditions of 3 columns
for
errors and evaluate in a fourth. I need a null value not just a white
font.
I've played with the OR syntax and nothing works. Any ideas please?

Basically I need in D1:
IF A1 OR B1 OR C1 is in error "" else C1.

Thanks,
Mike



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Syntax to "OR" 3 "ISERROR" conditions


Alan,

I suugested that too. Give him the option

VBA Noob


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=563980

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 492
Default Syntax to "OR" 3 "ISERROR" conditions

Your reply wasn't on the screen when I replied, if it had been I wouldn't
have duplicated it. Your array formula is a good one,
Regards,
Alan.
"VBA Noob" wrote in
message ...

Alan,

I suugested that too. Give him the option

VBA Noob


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile:
http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=563980





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Syntax to "OR" 3 "ISERROR" conditions


Doh...My bag.

I saw your or and thought it was another suggestion.


VbA Noob


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=563980

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 104
Default Syntax to "OR" 3 "ISERROR" conditions

Thanks.

"VBA Noob" wrote:


Try this array

=IF(ISERROR(A1:C1),"",C1)

Enter in D1 with Ctrl + Shift + Enter

or this alonger non arrays

=IF(OR(ISERROR(A1),ISERROR(B1),ISERROR(C1)),"",C1)



VBA Noob


--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=563980


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
Sumproduct-multiple criteria for same range "OR" Deeds Excel Worksheet Functions 3 May 18th 06 05:43 PM
Count using 2 conditions, one of which being a "less than or equal to" - URGENT SamGB Excel Discussion (Misc queries) 2 February 15th 06 11:35 AM
using multiple conditions lschuh Excel Discussion (Misc queries) 4 June 14th 05 09:50 PM
Syntax for 2 AND conditions within an OR function. Mike K Excel Worksheet Functions 5 June 3rd 05 01:06 AM
How to multiple conditions to validate more than 2 conditions to . Bhuvana Govind Excel Worksheet Functions 1 January 28th 05 08:07 PM


All times are GMT +1. The time now is 11:36 PM.

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

About Us

"It's about Microsoft Excel"