E
elena
trying to make an if stmt that takes codes I have entered in a column and gives them values
Any help would be appreciated!!
Any help would be appreciated!!
and M. The values are E and L = .1, C= .01 and M= .001. the formula i needelena said:Thanks, Frank
I have a column that I will be placing codes in. the codes are E, L, C,
CLR, I had some trouble with your formula, This is actually the formula IElena said:if i use the lookup formula can i have it say "error" instead of n/a?
it!!!!!!!=ROUND(IF(E8="","",IF(OR(E8="E",E8="L"),0.1,IF(E8="C",0.01,IF(E8="M",0.001,"
ERROR"))))*D8*C8,2)
The D8 and C8 are two numbers I have to multiply the .1, etc by.
This formula works as far as "error" is concerned I just need more in there!
=IF(E10="","",IF(OR(E10="E",E10="L"),0.1,IF(E10="C",0.01,IF(E10="M",0.001,"E
RROR"))))
If anyone understands this and can help i would really appreciate
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.