S
S
spacekonducta2021-07-23 01:24:50
Google Sheets
spacekonducta, 2021-07-23 01:24:50

How to find the largest value from a range by a criterion?

I need to get the maximum value (number) from one array, provided that the data lines from another array are text (I can explain badly). I give an example of use with a basic function:

=СУММЕСЛИ('List 1'!B:B; "Иван Иванов"; 'List 1'!P:P)

So I got the amount, provided that in another column we take into account data from rows with the value "Ivan Ivanov". How to use this to calculate the maximum value?

PS Why? I want to display the maximum check for managers from unloading.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Ivanov, 2021-07-23
@spacekonducta

Most likely it is
=MAXIFS('List 1'!P:P,'List 1'!B:B,"Ivan Ivanov")
60fa3a56cd98c198989303.png
Example in Spreadsheet https://docs.google.com/spreadsheets/d/1VQIqpPhg87...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question