martinblake02
New Member
- Joined
- Jan 13, 2016
- Messages
- 23
Hello,
I have a document containing 3 sheets.
sheet 1 pulls data from an external source
sheet 2 uses index and match to locate and copy errors
sheet 3 will record errors collected by sheet 2
sheet 2 is using index/match formulas to locate information
there is 100 rows with the index/match formulas locating data
however I currently only have 30 results so I have 70 rows showing #N/A or blank using iferror
I wish to copy only the 30 lines of data and not the remaining 70 rows with formulas (no results)
How can I do this using a macro?
I want to select only the cells with results (data) and not all 100 rows?
any help is much appreciated.
thanks
martin
I have a document containing 3 sheets.
sheet 1 pulls data from an external source
sheet 2 uses index and match to locate and copy errors
sheet 3 will record errors collected by sheet 2
sheet 2 is using index/match formulas to locate information
there is 100 rows with the index/match formulas locating data
however I currently only have 30 results so I have 70 rows showing #N/A or blank using iferror
I wish to copy only the 30 lines of data and not the remaining 70 rows with formulas (no results)
How can I do this using a macro?
I want to select only the cells with results (data) and not all 100 rows?
any help is much appreciated.
thanks
martin