ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   Formula yields State, not Numbers! (https://www.excelbanter.com/new-users-excel/165660-formula-yields-state-not-numbers.html)

Felix

Formula yields State, not Numbers!
 
Why does my formula =OR(O8<"";H9<"";1;0) display "TRUE" when cell O8 or
H9 is empty? It should yield 0 (Zero).

It also displays and "TRUE" when these cells are not empty; it should yield
1...



--
Felix

Gary''s Student

Formula yields State, not Numbers!
 
The OR returns a Logical. You must enclose it in an IF.

=IF(OR(O8<"";H9<"");1;0)

The assumes that ; is a valid replacement for ,
--
Gary''s Student - gsnu200755


"Felix" wrote:

Why does my formula =OR(O8<"";H9<"";1;0) display "TRUE" when cell O8 or
H9 is empty? It should yield 0 (Zero).

It also displays and "TRUE" when these cells are not empty; it should yield
1...



--
Felix


Niek Otten

Formula yields State, not Numbers!
 
Hi Felix,

=IF(OR(O8<"";H9<"");1;0)



--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"Felix" wrote in message ...
| Why does my formula =OR(O8<"";H9<"";1;0) display "TRUE" when cell O8 or
| H9 is empty? It should yield 0 (Zero).
|
| It also displays and "TRUE" when these cells are not empty; it should yield
| 1...
|
|
|
| --
| Felix



RagDyeR

Formula yields State, not Numbers!
 
How about this:

=--OR(O8<"",H9<"")

--

HTH,

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

"Felix" wrote in message
...
Why does my formula =OR(O8<"";H9<"";1;0) display "TRUE" when cell O8 or
H9 is empty? It should yield 0 (Zero).

It also displays and "TRUE" when these cells are not empty; it should yield
1...



--
Felix




All times are GMT +1. The time now is 03:14 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com