fiordhraoi
MIS
Hi all,
I'm working with an in-house programmed (though the programmer is long gone at this point) network management tool that can export data to Excel. One of the reports it generates lists the recent errors on a router/circuit. It pulls up a new instance of Excel to do so. Most of the time, it ends up exporting data like:
Incident code, RouterName, Location, IP address, Max Load, etc
Normally that's not a problem. However, the customer that I'm working with now has their routers named with a 3 number string. So for example, the router in Region 3, Division 8, Office 18 is named 3-8-18.
Unfortunately, upon import, excel decides that this MUST be a date, and converts the value to that absolute date number it likes to use.
If it were a small number, this wouldn't be a huge problem, I could correct it manually. Unfortunately, I'm looking at about 40k records at the moment. In order to do the data analysis properly, I wanted to do a Text to Columns, separate the router name into 3 separate numbers, and thus I'd be able to filter by division, region, etc. If I do a text to columns now, it "kind of" works, but I end up with 1-3-00, 8, 2018.
Is there any way to stop excel from interpreting it as a date? I can't alter the values, which means I can't put a single quote in front. And I can't pre-format the cells, because the program that exports it actually opens up a new instance of Excel to dump the data.
Thanks guys!
I'm working with an in-house programmed (though the programmer is long gone at this point) network management tool that can export data to Excel. One of the reports it generates lists the recent errors on a router/circuit. It pulls up a new instance of Excel to do so. Most of the time, it ends up exporting data like:
Incident code, RouterName, Location, IP address, Max Load, etc
Normally that's not a problem. However, the customer that I'm working with now has their routers named with a 3 number string. So for example, the router in Region 3, Division 8, Office 18 is named 3-8-18.
Unfortunately, upon import, excel decides that this MUST be a date, and converts the value to that absolute date number it likes to use.
If it were a small number, this wouldn't be a huge problem, I could correct it manually. Unfortunately, I'm looking at about 40k records at the moment. In order to do the data analysis properly, I wanted to do a Text to Columns, separate the router name into 3 separate numbers, and thus I'd be able to filter by division, region, etc. If I do a text to columns now, it "kind of" works, but I end up with 1-3-00, 8, 2018.
Is there any way to stop excel from interpreting it as a date? I can't alter the values, which means I can't put a single quote in front. And I can't pre-format the cells, because the program that exports it actually opens up a new instance of Excel to dump the data.
Thanks guys!