Hi there! I am wondering if anyone can help me figure out an if then statement I am working on.
I am trying to direct Excel as follows: if k2 contains the number 65, then multiply T2 by.65 (or) if k2 contains the number 70, then multiply T2 by .50, otherwise (if k2 doesn't = 65 or 70) return the value in T2
This is what I have, but I am apparently I am missing something or have something out of order.
=IF(K2=Sheet2!$A$1,(T2*0.65),"t2" or IF(K2=Sheet2!$A$2,(T2*.50),”t2”
Thanks so much for your help!
I am trying to direct Excel as follows: if k2 contains the number 65, then multiply T2 by.65 (or) if k2 contains the number 70, then multiply T2 by .50, otherwise (if k2 doesn't = 65 or 70) return the value in T2
This is what I have, but I am apparently I am missing something or have something out of order.
=IF(K2=Sheet2!$A$1,(T2*0.65),"t2" or IF(K2=Sheet2!$A$2,(T2*.50),”t2”
Thanks so much for your help!