I have a log file which is recording the staff productivity, each tab sheet is for one staff, e.g. Tom, Oscar, Susan.
Each sheet has a Range A:I with identical headers, and some of cells contain a formula which is used to lookup the value when user selected the task types in particular cell. User input range is A2:I8000 (with formula behind)
[enter image description here][1]
How to consolidate all the sheets together from cell A2 without pasting the formula and ignore the rows with formula but nil value (i.e. the blank row)?
Now that the problem is all rows copying into single sheet with the blank rows (e.g. from A2000 to I8000 have no value, just formula)