#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 63
Default IF(OR - Help!

I have tried to make this work in a cell but I must be doing something wrong...
I tried different ways shown below... what am I doing wrong???

=IF(OR(AC6:AG6<=-10%,AC8:AG8<-0.1),"Log","")
=IF(OR((AC6:AG6)<=-10%,(AC8:AG8)<-0.1),"Log","")
=IF(OR((AC6:AG6<=-10%),(AC8:AG8<-0.1)),"Log","")
=IF(OR(AC6:AG6,AC8:AG8<-0.1),"Log","")
=IF(OR((AC6:AG6),(AC8:AG8)<-0.1),"Log","")

Thanks for helping...
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default IF(OR - Help!

=IF(OR(AC6:AG6<=-10%,AC8:AG8<-0.1),"Log","")

Try:
=IF(COUNTIF(AC6:AG6,"<=-10%")+COUNTIF(AC8:AG8,"<-0.1"),"Log","")
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:25,000 Files:300 Subscribers:70
xdemechanik
---
"j5b9721" wrote:
I have tried to make this work in a cell but I must be doing something wrong...
I tried different ways shown below... what am I doing wrong???

=IF(OR(AC6:AG6<=-10%,AC8:AG8<-0.1),"Log","")
=IF(OR((AC6:AG6)<=-10%,(AC8:AG8)<-0.1),"Log","")
=IF(OR((AC6:AG6<=-10%),(AC8:AG8<-0.1)),"Log","")
=IF(OR(AC6:AG6,AC8:AG8<-0.1),"Log","")
=IF(OR((AC6:AG6),(AC8:AG8)<-0.1),"Log","")

Thanks for helping...

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



All times are GMT +1. The time now is 11:58 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"