What's the easiest way to converting raw numbers into a chart or graph?
October 20, 2007 6:09 AM
Subscribe
What's the easiest way to convert this
ungodly mess to a nice chart or graph?
I have bilateral tendonitis and lately it's been painful for me to do anything on the computer. I'm looking for recommendations on how to parse these product names and numbers into a sane looking chart or graph with a minimum of keystrokes.
posted by JaySunSee to computers & internet (6 comments total)
and then saving it as a .txt or .csv file and opening it in Excel. Normally I'd recommend enclosing each entry in quotation marks and using commas instead, like so:
as I find comma-delimited files to be more bulletproof than tab-delimited files, but you did say fewest keystrokes.
posted by chrominance at 6:27 AM on October 20, 2007