I
I
Idea_Studio2021-03-09 12:30:33
Google Sheets
Idea_Studio, 2021-03-09 12:30:33

Arrayformula and If: how to sip data, given the conditions in a Google spreadsheet?

There is a task: to take data from different sheets of the same book, comparing the text in the cells by one parameter.

Writing:

=Arrayformula(IF("Адрес столбца" = "адрес сравниваемого столбца)..
And further difficulties with syntax.

Please help with an example.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Grigory Boev, 2021-03-09
@ProgrammerForever

Perhaps you need them:
FILTER( range; condition1; [condition2; ...] )
QUERY( data; query; [headers] )

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question