gordon230786
New Member
- Joined
- Aug 8, 2012
- Messages
- 29
I have been doing a lot of reading up on this subject and I think im getting closer to understanding what im meant to do however when I put into practice with a more complicated search argument it falls to pieces.
I have a complicated workbook which a main tab with 60 odd columns and thousands of rows. everyone of these cells has information of some sort in it.
I want to create a list in a different tab which only returns information information based on 2 columns. ie.
only return the information in cells in column A which meet the argument 'column D matching Sheet2!A1 and in column BD everything under 3.
I don't know if hiding rows that arent relevant effects anything.
I have also been trying to use a formula in similar style to this,
=INDEX($A$1:$B$7,SMALL(IF($A$1:$A$7=$A$10,ROW($A$1:$A$7)),ROW(1:1)),2)
but using it as an array formula by pressing CTRL+SHIFT+ENTER.
I know that using something similar to that and dragging down does work on simpler tasks so I was wondering if someone could either modify it to work for me or come up with a better alternative.
My Spreadsheet is located at google docs and I have made it available for public use. Here is the link
https://docs.google.com/file/d/0B4WzyLzE3TLkR2NPWENTVGJ6XzQ/edit
You can go to file and then download to work on it on your own computer.
A good example would be if you could try this please would be go to tab 3300, and start inputting the formula into cell A13 to match the arguments 'Cable Data!BD:BD,"<3" and 'Cable Data!D:D,Summary!A9 to return all cells in column A that match this argument.
If anyone could help I would appreciate this massively. Thank you.
I have a complicated workbook which a main tab with 60 odd columns and thousands of rows. everyone of these cells has information of some sort in it.
I want to create a list in a different tab which only returns information information based on 2 columns. ie.
only return the information in cells in column A which meet the argument 'column D matching Sheet2!A1 and in column BD everything under 3.
I don't know if hiding rows that arent relevant effects anything.
I have also been trying to use a formula in similar style to this,
=INDEX($A$1:$B$7,SMALL(IF($A$1:$A$7=$A$10,ROW($A$1:$A$7)),ROW(1:1)),2)
but using it as an array formula by pressing CTRL+SHIFT+ENTER.
I know that using something similar to that and dragging down does work on simpler tasks so I was wondering if someone could either modify it to work for me or come up with a better alternative.
My Spreadsheet is located at google docs and I have made it available for public use. Here is the link
https://docs.google.com/file/d/0B4WzyLzE3TLkR2NPWENTVGJ6XzQ/edit
You can go to file and then download to work on it on your own computer.
A good example would be if you could try this please would be go to tab 3300, and start inputting the formula into cell A13 to match the arguments 'Cable Data!BD:BD,"<3" and 'Cable Data!D:D,Summary!A9 to return all cells in column A that match this argument.
If anyone could help I would appreciate this massively. Thank you.