Thread
:
Two TRUE to one FALSE statement
View Single Post
#
5
Posted to microsoft.public.excel.worksheet.functions
[email protected]
external usenet poster
Posts: 418
Two TRUE to one FALSE statement
Errata....
I wrote:
=if(or(c2b2, d2<1), "late", if(c2<d2), "early", "on time"))
As soon as I hit Send, I realized there is a typo. That should be
written:
=if(or(c2b2, d2<1), "late", if(c2<d2, "early", "on time"))
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]