skathleenr
New Member
- Joined
- Feb 26, 2016
- Messages
- 2
I'm working on a function (see below) and need to add to the bolded section. I want it to keep that value as the result, unless that value is greater than 20% of T15. What type would you use and how would you write that?
=IF(AND(O15>0,I15<2008,F15=3,S15="A-1"),($B$10-T15),IF(AND(O15>0,I15<2008,F15=2,S15="A-1"),($E$10-T15),0))
=IF(AND(O15>0,I15<2008,F15=3,S15="A-1"),($B$10-T15),IF(AND(O15>0,I15<2008,F15=2,S15="A-1"),($E$10-T15),0))