This feels simple. But not enough coffee I suppose. Cant get it to work.
I have about ten worksheets in a workbook. The first worksheet is where I want ROWS returned to from the other 9 worksheets based on values in the "C" column of each worksheet. The "C" column is a priority column. So in other words, if PRIORITY is 1 then I want those rows returned first from all worksheets, then iterate through and return all PRIORITY 2's all the way down to PRIORITY level 5.
So in the end my first worksheet should be an aggregate of all rows from all ten worksheets, but listed by priority 1 through 5.
Any help would be GREATLY appreciated!! Thanks
I have about ten worksheets in a workbook. The first worksheet is where I want ROWS returned to from the other 9 worksheets based on values in the "C" column of each worksheet. The "C" column is a priority column. So in other words, if PRIORITY is 1 then I want those rows returned first from all worksheets, then iterate through and return all PRIORITY 2's all the way down to PRIORITY level 5.
So in the end my first worksheet should be an aggregate of all rows from all ten worksheets, but listed by priority 1 through 5.
Any help would be GREATLY appreciated!! Thanks
Comment