[newbie] copy unhidden cells

J

Jon

I would like to retrieve a list of contents from cells that are not hidden.
For example,

copy sheet 1 > a1 to sheet 2 > a1 if cell is not hidden
copy sheet 1 > a2 to sheet 2 > a1 if cell is not hidden

If cell is hidden I would like the cell number NOT to be blank, but rather
display the next unhidden row content on the next cell.

Any ideas?
 
L

Luke M

Select area of cells you want to copy (including hidden cells).
Press Ctrl+G
Choose special, then select visible cells only.
Copy and paste.
 
Top