Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
DOOGIE
 
Posts: n/a
Default Problem with nested IF_OR statement

I am using a nested IF_OR statement to evaluate a list of values to see if
any of them are 100, and to return YES if they are, and NO if they are not.
When I enter the formula using the formula palette, the value shown in the
palette is NO which is correct, however #VALUE! is displayed in the cell. I
have checked and the formula is entered correctly. I am completely perplexed.
Any help would be appreciated.
  #2   Report Post  
RagDyeR
 
Posts: n/a
Default

Post your formula.
--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------

"DOOGIE" wrote in message
...
I am using a nested IF_OR statement to evaluate a list of values to see if
any of them are 100, and to return YES if they are, and NO if they are not.
When I enter the formula using the formula palette, the value shown in the
palette is NO which is correct, however #VALUE! is displayed in the cell. I
have checked and the formula is entered correctly. I am completely
perplexed.
Any help would be appreciated.


  #3   Report Post  
DOOGIE
 
Posts: n/a
Default

=IF(OR(B55:B175100),"YES","NO")

"RagDyeR" wrote:

Post your formula.
--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------

"DOOGIE" wrote in message
...
I am using a nested IF_OR statement to evaluate a list of values to see if
any of them are 100, and to return YES if they are, and NO if they are not.
When I enter the formula using the formula palette, the value shown in the
palette is NO which is correct, however #VALUE! is displayed in the cell. I
have checked and the formula is entered correctly. I am completely
perplexed.
Any help would be appreciated.



  #4   Report Post  
Ragdyer
 
Posts: n/a
Default

Do you realize that your formula is an *array* formula?
--
Array formulas must be entered with CSE, <Ctrl <Shift <Enter, instead of
the regular <Enter, which will *automatically* enclose the formula in curly
brackets, which *cannot* be done manually.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"DOOGIE" wrote in message
...
=IF(OR(B55:B175100),"YES","NO")

"RagDyeR" wrote:

Post your formula.
--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------

"DOOGIE" wrote in message
...
I am using a nested IF_OR statement to evaluate a list of values to see

if
any of them are 100, and to return YES if they are, and NO if they are

not.
When I enter the formula using the formula palette, the value shown in

the
palette is NO which is correct, however #VALUE! is displayed in the

cell. I
have checked and the formula is entered correctly. I am completely
perplexed.
Any help would be appreciated.




  #5   Report Post  
DOOGIE
 
Posts: n/a
Default

No, I did not realize that. I tried it and it works! Excel has a lot of odd
quirks. Thank you very much!

"Ragdyer" wrote:

Do you realize that your formula is an *array* formula?
--
Array formulas must be entered with CSE, <Ctrl <Shift <Enter, instead of
the regular <Enter, which will *automatically* enclose the formula in curly
brackets, which *cannot* be done manually.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"DOOGIE" wrote in message
...
=IF(OR(B55:B175100),"YES","NO")

"RagDyeR" wrote:

Post your formula.
--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------

"DOOGIE" wrote in message
...
I am using a nested IF_OR statement to evaluate a list of values to see

if
any of them are 100, and to return YES if they are, and NO if they are

not.
When I enter the formula using the formula palette, the value shown in

the
palette is NO which is correct, however #VALUE! is displayed in the

cell. I
have checked and the formula is entered correctly. I am completely
perplexed.
Any help would be appreciated.







  #6   Report Post  
RagDyeR
 
Posts: n/a
Default

There's really nothing odd about array formulas.
They have their place, where there might not be any other way to accomplish
a calculation.

In your case however, you could use a non-array formula to do the same job:

=IF(COUNTIF(B55:B175,"100")0,"YES","NO")
--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------


"DOOGIE" wrote in message
...
No, I did not realize that. I tried it and it works! Excel has a lot of odd
quirks. Thank you very much!

"Ragdyer" wrote:

Do you realize that your formula is an *array* formula?
--
Array formulas must be entered with CSE, <Ctrl <Shift <Enter, instead

of
the regular <Enter, which will *automatically* enclose the formula in

curly
brackets, which *cannot* be done manually.
--
HTH,

RD

--------------------------------------------------------------------------

-
Please keep all correspondence within the NewsGroup, so all may benefit !
--------------------------------------------------------------------------

-
"DOOGIE" wrote in message
...
=IF(OR(B55:B175100),"YES","NO")

"RagDyeR" wrote:

Post your formula.
--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------

"DOOGIE" wrote in message
...
I am using a nested IF_OR statement to evaluate a list of values to

see
if
any of them are 100, and to return YES if they are, and NO if they

are
not.
When I enter the formula using the formula palette, the value shown in

the
palette is NO which is correct, however #VALUE! is displayed in the

cell. I
have checked and the formula is entered correctly. I am completely
perplexed.
Any help would be appreciated.







  #7   Report Post  
DOOGIE
 
Posts: n/a
Default

Thanks again!

"RagDyeR" wrote:

There's really nothing odd about array formulas.
They have their place, where there might not be any other way to accomplish
a calculation.

In your case however, you could use a non-array formula to do the same job:

=IF(COUNTIF(B55:B175,"100")0,"YES","NO")
--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------


"DOOGIE" wrote in message
...
No, I did not realize that. I tried it and it works! Excel has a lot of odd
quirks. Thank you very much!

"Ragdyer" wrote:

Do you realize that your formula is an *array* formula?
--
Array formulas must be entered with CSE, <Ctrl <Shift <Enter, instead

of
the regular <Enter, which will *automatically* enclose the formula in

curly
brackets, which *cannot* be done manually.
--
HTH,

RD

--------------------------------------------------------------------------

-
Please keep all correspondence within the NewsGroup, so all may benefit !
--------------------------------------------------------------------------

-
"DOOGIE" wrote in message
...
=IF(OR(B55:B175100),"YES","NO")

"RagDyeR" wrote:

Post your formula.
--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------

"DOOGIE" wrote in message
...
I am using a nested IF_OR statement to evaluate a list of values to

see
if
any of them are 100, and to return YES if they are, and NO if they

are
not.
When I enter the formula using the formula palette, the value shown in

the
palette is NO which is correct, however #VALUE! is displayed in the

cell. I
have checked and the formula is entered correctly. I am completely
perplexed.
Any help would be appreciated.








  #8   Report Post  
RagDyer
 
Posts: n/a
Default

And thank you for the feed-back.
--
Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit!
-------------------------------------------------------------------

"DOOGIE" wrote in message
...
Thanks again!

"RagDyeR" wrote:

There's really nothing odd about array formulas.
They have their place, where there might not be any other way to

accomplish
a calculation.

In your case however, you could use a non-array formula to do the same

job:

=IF(COUNTIF(B55:B175,"100")0,"YES","NO")
--

Regards,

RD
--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
--------------------------------------------------------------------


"DOOGIE" wrote in message
...
No, I did not realize that. I tried it and it works! Excel has a lot of

odd
quirks. Thank you very much!

"Ragdyer" wrote:

Do you realize that your formula is an *array* formula?
--
Array formulas must be entered with CSE, <Ctrl <Shift <Enter,

instead
of
the regular <Enter, which will *automatically* enclose the formula in

curly
brackets, which *cannot* be done manually.
--
HTH,

RD


--------------------------------------------------------------------------
-
Please keep all correspondence within the NewsGroup, so all may

benefit !

--------------------------------------------------------------------------
-
"DOOGIE" wrote in message
...
=IF(OR(B55:B175100),"YES","NO")

"RagDyeR" wrote:

Post your formula.
--

Regards,

RD

--------------------------------------------------------------------
Please keep all correspondence within the Group, so all may

benefit !

--------------------------------------------------------------------

"DOOGIE" wrote in message
...
I am using a nested IF_OR statement to evaluate a list of values

to
see
if
any of them are 100, and to return YES if they are, and NO if

they
are
not.
When I enter the formula using the formula palette, the value

shown in
the
palette is NO which is correct, however #VALUE! is displayed in

the
cell. I
have checked and the formula is entered correctly. I am completely
perplexed.
Any help would be appreciated.










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
Problem with nested subtotals, placing secondary subtotals BELOW . Dawn Cameron Excel Discussion (Misc queries) 1 June 3rd 05 10:13 PM
Excel Display Problem Bill Martin -- (Remove NOSPAM from address) Excel Discussion (Misc queries) 0 April 19th 05 05:25 PM
Freeze Pane problem in shared workbooks JM Excel Discussion (Misc queries) 1 February 1st 05 12:04 AM
Row Autofit problem Excel 2003 Matthias Klaey Excel Discussion (Misc queries) 0 January 19th 05 05:33 PM
Problem with data using IF and Nested IF statements possibly??? Ajay Excel Discussion (Misc queries) 2 December 9th 04 09:23 AM


All times are GMT +1. The time now is 09:27 PM.

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"