You need to use Notepad
as an intermediary between Simple Sudoku and Excel:
- Copy the grid (with pencil marks) from Simple Sudoku;
Paste into Notepad.- Keep only the last grid (with candidate lists)
- delete the rest.- Delete the horizontal grid-lines,
so that only 9 lines are left.- To delete all instances of | -
press Ctrl-H from the keyboard (or you can select Replace from the Edit menu);
in Find what put in |,
in Replace with put in nothing,
then click Replace All.- To reduce all multiple spaces to a single space -
press Ctrl-H (Replace);
in Find what put in two spaces,
in Replace with put in one space,
then click Replace All
and keep clicking it for several times
until it finishes replacing all the multiple spaces to single spaces.
(This requires visual inspection to make sure all double-spacing is gone.)- Use the Tab key to create a Tab character in Notepad,
then Cut (Ctrl-X) this Tab character into the Clipboard.
Press Ctrl-H (Replace);
in Find what put in a space,
in Replace with put in a Tab character (paste it from the Clipboard!)
and click Replace All.- Ctrl-A (Select All), Copy;
go to Excel, Paste.- In Excel you might see some numbers automatically converted to exponential format.
Just Ctrl-A (Select All) & in the menu click Format -> Column -> Autofit Selection and you should have all digits displayed now.
Users browsing this forum: No registered users and 0 guests