Hi,Originally Posted by bmccall17
from the data displayed my thought would be to firstly paste in into Notepad, and then copy and paste from Notepad into Excel, to see if that 'straightens' the appearance.
If not, then, looking at the display, the headings are spread over 9 rows but the data over 7 rows.
delete two blank heading rows, the pair above and below Neighourhood, then, in C1 put
=INDIRECT("A"&(ROW()-1)*7+COLUMN()-2)
and formula fill this sideways to column I, then bulk-formula fill the selection downwards for as many rows as are required (one seventh of the data in column A.
To fix the data, (bulk) copy columns C to I and Paste Special = Values back over themselves
you can then delete column A (and the blank B)
hth
---
Bookmarks