Hi,
I am encountering an issue with excel regarding a formula which is applied automatically when I do not want it, i am explaining below :
I have some data coming from a huge database in an excel file, I am applying a text formula to extract a segment of this information and it gives me a mix of 3 alphanumerical entries.
This result is the basis of a vlookup in another base and something goes wrong as soon as the alphanumerical result is containing : a figure, then "E", then another figure.
ex : 7E0, 6E5, 9E2... in fact excel converts this in memory to a number : 7E0 is equal to 7exp0 = 7 and then do the vlookup and give me the wrong result.
how can we disable this E function, i thought only EXP() was the good one for exponential calcs. is there a trick to obtain the real value i am looking for : 7E0 for example and not 7 ?
thanks a million
I am encountering an issue with excel regarding a formula which is applied automatically when I do not want it, i am explaining below :
I have some data coming from a huge database in an excel file, I am applying a text formula to extract a segment of this information and it gives me a mix of 3 alphanumerical entries.
This result is the basis of a vlookup in another base and something goes wrong as soon as the alphanumerical result is containing : a figure, then "E", then another figure.
ex : 7E0, 6E5, 9E2... in fact excel converts this in memory to a number : 7E0 is equal to 7exp0 = 7 and then do the vlookup and give me the wrong result.
how can we disable this E function, i thought only EXP() was the good one for exponential calcs. is there a trick to obtain the real value i am looking for : 7E0 for example and not 7 ?
thanks a million