Hello All,
I have a spreadsheet that looks like the below. This is a dummy sheet and the actual file I'm working on has large no. of data. My goal here is to be able to extract only the tables I specify on to a new excel. For eg: In a new excel file, I should only be required to type 'Comp B' and a formula should be able to return the table from B10 to G13. Manually copy pasting is not possible as there are lot of tables in sheet.
I have a spreadsheet that looks like the below. This is a dummy sheet and the actual file I'm working on has large no. of data. My goal here is to be able to extract only the tables I specify on to a new excel. For eg: In a new excel file, I should only be required to type 'Comp B' and a formula should be able to return the table from B10 to G13. Manually copy pasting is not possible as there are lot of tables in sheet.
Comps.xlsx | |||||||||
---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | |||
1 | |||||||||
2 | |||||||||
3 | Name | Start Date | EMV | BMV | gross | net | |||
4 | Comp A | 06-01-2008 | 78,585.00 | 71,278.00 | 6.25 | 5.25 | |||
5 | a | 17,359.00 | 23,001.00 | 3 | 2 | ||||
6 | b | 24,204.00 | 19,466.00 | 9 | 8 | ||||
7 | c | 24,897.00 | 13,198.00 | 3 | 2 | ||||
8 | d | 12,125.00 | 15,613.00 | 10 | 9 | ||||
9 | |||||||||
10 | Comp B | 06-02-2008 | 2,24,523.00 | 2,35,008.00 | 5 | 4 | |||
11 | p | 70,058.00 | 55,578.00 | 4 | 3 | ||||
12 | q | 75,337.00 | 99,719.00 | 2 | 1 | ||||
13 | r | 79,128.00 | 79,711.00 | 9 | 8 | ||||
14 | |||||||||
15 | Comp B | 06-03-2008 | 6,87,804.00 | 6,92,370.00 | 3.67 | 2.67 | |||
16 | x | 2,18,520.00 | 2,46,680.00 | 2 | 1 | ||||
17 | y | 2,21,401.00 | 2,15,591.00 | 4 | 3 | ||||
18 | z | 2,47,883.00 | 2,30,099.00 | 5 | 4 | ||||
Sheet1 |