A
A
Andrew2018-07-26 01:01:51
excel
Andrew, 2018-07-26 01:01:51

Excel how to organize data from two sheets?

There are 2 sheets in Excel
1 sheet
FULL NAME_1 some columns .... ............ ............ .......... . ........... ...........
FULL NAME_2 some columns.... ............ ...... ...... ........... ......................
FULL NAME_3 some columns.... . ...................... ........... ........... ..... .......
Full name_10000000 some columns ........... ............ ............ ... ........ ...........
2 sheet
Full name_1 some column
Full name_3 some column
Full name_7 some column
...
Full name_80 some column
It is necessary to add data to sheet 2 other columns from sheet 1 to get
Full name_1 some column ..... columns from sheet 1 with full name_1....
full name_3 some column ..... columns from sheet 1 with full name_3....
full name_7 some column ..... columns from sheet 1 with full name_7....
...
full name_80 some column ..... columns from sheet 1 with full name_80....
How to do it faster?)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Nikolaev, 2018-07-26
@AlNy

=VLOOKUP(<first_cell_with_name>;<range_from_Sheet_1>;<serial_column_in_range>;FALSE) For
example, like this
=VLOOKUP(A1;Sheet1!$A$1:$C$20;2;FALSE)
and drag the formula down.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question