Array formaul with OR condition

Joined
Jan 14, 2009
Messages
1
Reaction score
0
Hi All,

I'm having trouble with a seemingly simple array formula. I am using named ranges and want to just check if on a particular day, if column c > column b OR column e > column d then display "x" otherwise display "ok". It only works for the first date value of the range - after that they appear as false.
Formula is {=IF(Dates=B10,IF(((A>PlanA)+(B>PlanB)>0),"x","ok"))}

Demo workbook is attached and any help would be great
 

Attachments

  • Book1.zip
    2 KB · Views: 59

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top