Forum Discussion
fhaddad
Feb 03, 2022Copper Contributor
Excel Changes the value of the cell automatically
Hello,
I have a question, please. I am downloading a list of product Hierarchy (18 digits alphanumeric or numeric number) from SAP. If it happens to be a number, then the numbers are long; the file type is text (tab or comma delimited). When I open the file in excel, some number such as 453542521655884033 turns automatically into 453542521655884000 (notice the last two digits change); I believe it is a number that Excel can't handle. However, I am fine to keep the field as text and not numbers or General but keep the original value even if it is a text. I tried multiple ways, but it is not working. How can I solve this issue?
Regards, Farah Haddad
VLOOKUP() does not return a number for the criteria in column A.
So ISNUMBER() will always be FALSE.
=IF(COUNTIFS($C$2:$C$4,A2),"Yes","No")
1 Reply
Sort By
- Jihad Al-JaradySteel Contributor
Hello fhaddad
You need to import the file as a text.
From Data tab --> from Get & Transform Data group --> From Text/CSV
from the open window select your file --> click on Transform Data -->
From the Power Query Editor window, click on the number 123 on the column title (see photo) --> change it to text --> click on Replace current--> click on Close & Load on tools bar