R
R
Rushack2021-11-28 11:44:48
Google Sheets
Rushack, 2021-11-28 11:44:48

How to fulfill such a condition?

Here is an example: https://docs.google.com/spreadsheets/d/186rSfqTvDR...

It is necessary to check if there are names from one column in another column, and if so, substitute the corresponding values ​​in another column.

Example: First column Sasha , Victor

The second column contains information that Sasha has a monitor. It is necessary to substitute the monitor in the first column for Sasha.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Ivanov, 2021-11-28
@Rushack

You need VLOOKUPeg
=INDEX(IFERROR(VLOOKUP(A1:A8;D1:E4;2;0)))
61a3437e2ecbe486375764.png
Example in Spreadsheet https://docs.google.com/spreadsheets/d/1xGKClhD7M6...

O
Oleg, 2021-11-28
@Oleg_F

You can use the VLOOKUP function.
An example of its use can be found on the Internet, for example, the article https://topgoogle.ru/rukovodstvo-po-funkcii-vpr-vl...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question