philiphales
New Member
I have a database (bank statement) 7 columns 7500 rows.
On another spreadsheet I want to extract 3 columns of data - say from B; G & F.
The data runs from 2006 to 2017, so for various years the information I need may be from row 7068 to 7695, which is 2016/2017.
I found this - =INDEX($A$12:$G$617,SMALL(IF($G$12:$G$617=$J$12,ROW($G$12:$G$617)),ROW(1:1)),2), which worked when I tested it starting from A1 to G600, but then I moved the data so that it ran from A600 to G1200 and it did not work.
I hate also having to hold ctrl+shift+enter after checking the formula.
Basically, it is 11 years of my bank statement, but I have a number of properties from which (on another spreadsheet) I need to extract the income and expenditure for different properties for the taxman. This other spreadsheet has a tab for each property. Up to now I filter on column G, which has a reference at the beginning as to which property it is, and the rows are coloured for each tax year.
I then from the taxman spreadsheet under say 'date' being col B press = and then move to the filtered spreadsheet and select say A7068 and hit enter. I do the same for G & F. I then move to the next tab re-filter on the next property and repeat. This takes ages and then I have to double check the column totals to see if I am picking up all the data I need.
I am sure I can use a single formula and virtually automate the whole thing.
Your help will be appreciated.
On another spreadsheet I want to extract 3 columns of data - say from B; G & F.
The data runs from 2006 to 2017, so for various years the information I need may be from row 7068 to 7695, which is 2016/2017.
I found this - =INDEX($A$12:$G$617,SMALL(IF($G$12:$G$617=$J$12,ROW($G$12:$G$617)),ROW(1:1)),2), which worked when I tested it starting from A1 to G600, but then I moved the data so that it ran from A600 to G1200 and it did not work.
I hate also having to hold ctrl+shift+enter after checking the formula.
Basically, it is 11 years of my bank statement, but I have a number of properties from which (on another spreadsheet) I need to extract the income and expenditure for different properties for the taxman. This other spreadsheet has a tab for each property. Up to now I filter on column G, which has a reference at the beginning as to which property it is, and the rows are coloured for each tax year.
I then from the taxman spreadsheet under say 'date' being col B press = and then move to the filtered spreadsheet and select say A7068 and hit enter. I do the same for G & F. I then move to the next tab re-filter on the next property and repeat. This takes ages and then I have to double check the column totals to see if I am picking up all the data I need.
I am sure I can use a single formula and virtually automate the whole thing.
Your help will be appreciated.