Replace a letter with numbers in Excel
Solved
Floretteuh
-
tchernosplif Posted messages 714 Status Member -
tchernosplif Posted messages 714 Status Member -
Hello,
I’m reaching out because I have a problem, which I think isn’t very complicated, but it’s wasting me a lot of time.
So I’m on Excel 2003, I’d like that when I type A in one cell it gives me the value 5, then in another cell A should become 1 ...
Is there a special formula to do this?
Thanks in advance
Flore
Configuration: Windows XP / Internet Explorer 6.0
I’m reaching out because I have a problem, which I think isn’t very complicated, but it’s wasting me a lot of time.
So I’m on Excel 2003, I’d like that when I type A in one cell it gives me the value 5, then in another cell A should become 1 ...
Is there a special formula to do this?
Thanks in advance
Flore
Configuration: Windows XP / Internet Explorer 6.0
=IF(A1<>"A","",CNUM(SUBSTITUTE(A1,"A","5")))
[ Fortunately there are people like you to help people like me ]