hide certain rows from data import

P

Paul K.

I need to hide cetain rows of data (not necessarily from viewing or printing)
but from importing into an online store.
I have a number of products awaiting images and I want only to import
products that I have an image for. I could delete products without an image
an add them later but I have 2000 products so this would be inefficent, is
there a smart way to just hide them?

Paul K.
 
D

Dave Peterson

Can you use another column with an indicator (show/hide) and then use
data|Filter|autofilter to show/hide what you want?
 
Top