Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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... |