Hi to all,
Thanks For the help, I'm getting closer to my objective. I'm sorry bu
I don't understand how this formula works, therefore I am not sure ho
to modify it.
=IF(ISNUMBER(A1),MID($G$1,A1/1000+1,1)&MID($G$1,MOD(A1,1000)/100+1,1)&MID($G$1,MOD(A1,100)/10+1,1)&MID($G$1,MOD(A1,10)+1,1)&MID($G$1,(A1-INT(A1))*10+1,1)&MID($G$1,ROUND((A1*10-INT(A1*10)),0)*10+1,1),"")
I would like to modify this formula to achieve the following results.
Currently, if the code is BLACKHORSE, the result of 0 in cell a1 i
BBBBBB. I would like the result to be simply "B" for 1 and "E" for 0.
In other words 1="B", 2="L", 120="BLE" and so forth. I don't need an
cents, only even dollar amounts up to 9,999.
Thanks so much to the gods of Excel.
Nathan Sargeant