I
I
Ivan Eliseev2022-03-05 01:15:54
Google Sheets
Ivan Eliseev, 2022-03-05 01:15:54

Can Google sheets do this kind of data analysis?

I want to solve one problem, but my solution is not the most elegant yet.

There is a fictitious work schedule, on which I reflected the desired functionality:
62228e91b23b2510886433.png

In my head, it was planned that I would just do it through:
=if(a2="д";"петров";"")and so I would indicate each employee.

however:
1. Employees may change. changing such a number of formulas is clearly not a way to simplify
2. there may be more employees

Tell me:
can Google sheets analyze the value in a cell without the help of macros / scripts, compare it with the one in another cell (in our case, in the first one), and output it as plain text.

sure he can. the question is how?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
idShura, 2022-03-05
@ivaneliseeff

Here's an example:
https://docs.google.com/spreadsheets/d/1y1gQtZn5zt...
=join(", ";QUERY(A1:F11; "select A where B='д' "))
622309a5ba530211377594.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question