I am creating a excel workbook to do analysis on database tables and indexes. Normally I will download a dump of both tables & indexes an then categorize them.
Problem is that I want to separate tables and indexes using different sheets for each area. Currently I am using vlookup to extract tables since the names are off-course unique. Tables can have multiple indexes though. This is done easily in MS Access, but I don't want to use multiple applications if possible. Any ideas on how I can get indexes correctly extracted.
Example
Table_Name Type
EDI40 TABLE
EDI40~0 INDEX
EDIDC TABLE
EDIDC~0 INDEX
EDIDC~2 INDEX
EDIDC~3 INDEX
EDIDC~4 INDEX
EDIDS TABLE
EDIDS~0 INDEX
EDIDS~1 INDEX
EDIDS~2 INDEX
Problem is that I want to separate tables and indexes using different sheets for each area. Currently I am using vlookup to extract tables since the names are off-course unique. Tables can have multiple indexes though. This is done easily in MS Access, but I don't want to use multiple applications if possible. Any ideas on how I can get indexes correctly extracted.
Example
Table_Name Type
EDI40 TABLE
EDI40~0 INDEX
EDIDC TABLE
EDIDC~0 INDEX
EDIDC~2 INDEX
EDIDC~3 INDEX
EDIDC~4 INDEX
EDIDS TABLE
EDIDS~0 INDEX
EDIDS~1 INDEX
EDIDS~2 INDEX