#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 119
Default NESTED OR FORMULAS

Is it possible to string together nested OR formulas in a similar way to
nested IFs? I keep trying to bring this off by modeling the OR nesting after
IF nesting, but Excel is telling me I'm entering too many arguments.
--
William
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default NESTED OR FORMULAS

Hi,

Yes it is an here's an example but if you post what you are trying to do
then I'm sure someone could be of more help.

=OR(A1=1,OR(22/6=PI(),A3=9),A4=11)

And yes I'm aware the 22/6 will always evaluate as false, the point is if
any of A1 or A4 (or both) are true formula evaluates as true and if A3 is
true it evaluates as True

Mike

"William" wrote:

Is it possible to string together nested OR formulas in a similar way to
nested IFs? I keep trying to bring this off by modeling the OR nesting after
IF nesting, but Excel is telling me I'm entering too many arguments.
--
William

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default NESTED OR FORMULAS

And, of course, you don't need the extra OR.

=OR(A1=1,OR(22/6=PI(),A3=9),A4=11)
will be the same as
=OR(A1=1,22/6=PI(),A3=9,A4=11)
because if any one of the 4 conditions is satisfied, the result is true.
--
David Biddulph

"Mike H" wrote in message
...
Hi,

Yes it is an here's an example but if you post what you are trying to do
then I'm sure someone could be of more help.

=OR(A1=1,OR(22/6=PI(),A3=9),A4=11)

And yes I'm aware the 22/6 will always evaluate as false, the point is if
any of A1 or A4 (or both) are true formula evaluates as true and if A3 is
true it evaluates as True

Mike

"William" wrote:

Is it possible to string together nested OR formulas in a similar way to
nested IFs? I keep trying to bring this off by modeling the OR nesting
after
IF nesting, but Excel is telling me I'm entering too many arguments.
--
William



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default NESTED OR FORMULAS

David,

I knew that but it made the example more intuative for the OP

Mike

"David Biddulph" wrote:

And, of course, you don't need the extra OR.

=OR(A1=1,OR(22/6=PI(),A3=9),A4=11)
will be the same as
=OR(A1=1,22/6=PI(),A3=9,A4=11)
because if any one of the 4 conditions is satisfied, the result is true.
--
David Biddulph

"Mike H" wrote in message
...
Hi,

Yes it is an here's an example but if you post what you are trying to do
then I'm sure someone could be of more help.

=OR(A1=1,OR(22/6=PI(),A3=9),A4=11)

And yes I'm aware the 22/6 will always evaluate as false, the point is if
any of A1 or A4 (or both) are true formula evaluates as true and if A3 is
true it evaluates as True

Mike

"William" wrote:

Is it possible to string together nested OR formulas in a similar way to
nested IFs? I keep trying to bring this off by modeling the OR nesting
after
IF nesting, but Excel is telling me I'm entering too many arguments.
--
William






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default NESTED OR FORMULAS

Not too sure what you are asking. Here is an example of nested boolean...

=or(or(a1=1, b1=2, c1=3), and(d1<"", e1<""))

The above function will return true or false depending on
if (a1=1 or b1=2 or c1=3) then it will return true
or
if d1<"" and e1<"" then it will return true

Not sure if that helps or not...

--
HTH...

Jim Thomlinson


"William" wrote:

Is it possible to string together nested OR formulas in a similar way to
nested IFs? I keep trying to bring this off by modeling the OR nesting after
IF nesting, but Excel is telling me I'm entering too many arguments.
--
William

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 119
Default NESTED OR FORMULAS

Thanks, everyone. I'm going to repost with an example.
--
William


"Jim Thomlinson" wrote:

Not too sure what you are asking. Here is an example of nested boolean...

=or(or(a1=1, b1=2, c1=3), and(d1<"", e1<""))

The above function will return true or false depending on
if (a1=1 or b1=2 or c1=3) then it will return true
or
if d1<"" and e1<"" then it will return true

Not sure if that helps or not...

--
HTH...

Jim Thomlinson


"William" wrote:

Is it possible to string together nested OR formulas in a similar way to
nested IFs? I keep trying to bring this off by modeling the OR nesting after
IF nesting, but Excel is telling me I'm entering too many arguments.
--
William

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
need help with nested formulas please [email protected] Excel Worksheet Functions 3 November 13th 07 07:37 PM
Need help with IF nested formulas sadata Excel Discussion (Misc queries) 4 October 26th 07 10:01 PM
how to do nested IF formulas BigTim Excel Discussion (Misc queries) 5 September 12th 06 07:39 PM
nested formulas Ctrl-Alt-Del Excel Discussion (Misc queries) 3 January 24th 06 04:17 PM
nested formulas dutchtreet Excel Worksheet Functions 5 February 3rd 05 08:25 PM


All times are GMT +1. The time now is 01:59 AM.

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"