Can someone please help me with this formula. It is almost doing what I need it to do! I need it to take any number in K2 that is 65,66,67,68,69 & multiply the number in T2 by .65. If the number in K2 is >= to 70, I need it to multiply the number in T2 by .50.
=T2*IF(K2=65,0.65,IF(K2=70,0.5,1))...