English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to filter using a code number, but still copy over all the data in the selected row to another worksheet. Is this possible, how can I accomplish this.

2007-02-26 10:46:24 · 3 answers · asked by John S 1 in Computers & Internet Programming & Design

3 answers

There is a Function-Based sort technique that you can use
Say your list is in Sheet1 in B2:H10 and you want to sort it in ascending order by the first column (B), then in cell C5 in Sheet2 paste this:
=SMALL( Sheet1!$B:$2:$B$10, ROW() - 4)
then fill this down to get the whole column (B from Sheet1) sorted in C in sheet2.
Then with a traditional VLOOKUP you can get the other columns of the table.

Notice that changing values fromn Sheet1 will make the list in Sheet2 (That is made using SMALL function) to bring the whole list sorted

Yyyyyyaa, I am the VBAXLMan

2007-02-26 19:37:16 · answer #1 · answered by Anonymous · 0 0

1

2017-01-21 23:43:41 · answer #2 · answered by ? 4 · 0 0

The easiest way is to select the top columns, copy all the selected columns and paste to the others spreadsheet.

2007-02-26 21:06:25 · answer #3 · answered by unnga 6 · 0 1

fedest.com, questions and answers