srizki
Well-known Member
- Joined
- Jan 14, 2003
- Messages
- 1,831
- Office Version
- 365
- Platform
- Windows
OR IF AND
I am looking for a formula that looks into a cell and see if the cell value is over $100,000 or under $-100,000, it leaves it blank “”, otherwise it puts “below Scope”.
My formula =OR(IF(A25,”<-100000”,”>100000”,””,”BELOW SCOPE”)
=IF(Q12,"<-100000"),OR(Q8,"<-100000"),"","BELOWSCOPE")
=OR(IF(Q7<-100000),IF(Q7>100000)"","BELOW SCOPE"))
All fail to work.
And many other different variations of this formula are not working. What am I doing wrong?
Please help
Thanks
Regards,
I am looking for a formula that looks into a cell and see if the cell value is over $100,000 or under $-100,000, it leaves it blank “”, otherwise it puts “below Scope”.
My formula =OR(IF(A25,”<-100000”,”>100000”,””,”BELOW SCOPE”)
=IF(Q12,"<-100000"),OR(Q8,"<-100000"),"","BELOWSCOPE")
=OR(IF(Q7<-100000),IF(Q7>100000)"","BELOW SCOPE"))
All fail to work.
And many other different variations of this formula are not working. What am I doing wrong?
Please help
Thanks
Regards,