Forum Discussion
Hursh Patel
Oct 30, 2018Copper Contributor
I need a formula HELP!!!
I have a set of data that needs to read:
If C5 is less than 70 and C20 is less than 25% then equals to zero
This line needs to also be combined with
=IF(C22<10,0,C25*C24)
- Detlef_LewinSilver Contributor
Hi
My guess would be:
=NOT(OR(AND(C5<70<C20<25%),C22<10))*C25*C24