I am trying to create a formula and cant get it to work.
So -
IF x is >=1000 - 100 however IF x is <999 *80%
So the equation if I entered 1000 would equal 900, but if I entered 800 it would equal 640
I've tried -
=IF(L9>=1000,L9-100,L9)OR(L9<999,L980%,L9)
and
=IF(OR(L9>1000,L9<1000),L9-100,L9*80%)
But both neither give the results I need.
I know I'm missing something but not sure what?
Any takers on this one?
T
You can use the following: