I have a text file, a report, which I need to load into Excel to do other work; the file comes from another source outside our organization.
One column contains symbols for the days of the week, such as MTWRFSU, with a dash as a substitution variable for a missing day. An event which occurs on Monday, Wednesday, and Friday appears as M-W-F– while something happening only on Saturday and Sunday is —–SU. Most of the time the Excel column treats this information as text but, when the event occurs on Sunday (with or without a prior day), the cell is treated as a formula (=——U instead of ——U).
Can someone tell me why this is happening and what we can do to avoid this? We are just opening the file with Excel; when we import the file into Excel, we have the opportunity to select TEXT for the format of the field and all is well.
Thanks to all!