I have an index created from the worksheet names. I would like to populate a spreadsheet that will add the list item from the index to another worksheet if criteria is met, if not skip to next item in index list.
Index
Worksheet Name Desc Type
Test1 one A
Test2 two A
Test3 three A
Test4 four B
Test5 five A
Test6 six A
Test7 seven C
Test8 eight A
Test9 nine A
Test10 ten A
Test11 eleven A
Test12 twelve B
Test13 thirteen A
Test14 fourteen C
Test15 fifteen A
What I would like it to do
1 Test1
2 Test2
3 Test3
4 Test5
5 Test6
6 Test8
7 Test9
8 Test10
9 Test11
10 Test13