Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9782

Compound Equation [duplicate]

$
0
0

I have a sheet that I use for inventory. We use a letter cost code, that our employee enters when scanning the item. It is as follows. B-1, L-2, A3, C-4, K-5, R-6, O-7, U-8, G-9, E-0

I am trying to make those letters however entered (ie, UUC) display their corresponding number (884)in a separate column. Here is what I wrote, but keep getting back the answer of false.

=if(I586="B",1,if(I586="L",2,if(I586="A",3,if(I586="C",4,if(I586="K",5,if(I586="R",6,if(I586="O",7,if(I586="U",8,if(I586="G",9,if(I586="E",0,))))))))))

Viewing all articles
Browse latest Browse all 9782

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>