Answer the question
In order to leave comments, you need to log in
How to get the maximum purchase price from another sheet?
Tell me, how to get the maximum purchase price from the "Goods Receipt" sheet using vpr and substitute it in 1 sheet?
Here is the spreadsheet
https://docs.google.com/spreadsheets/d/1X8voLVjCJO...
I am trying to use
=ВПР(МАКС(A:A)B5;'Поступления_товара'!$C$4:$I$700;5;ЛОЖЬ)
Answer the question
In order to leave comments, you need to log in
Maybe,
=MAXIFS('Поступление_товара'!I2:I9;'Поступление_товара'!E2:E9;E2)
=MAXIFS('Поступление_товара'!I2:I9;'Поступление_товара'!C2:C9;D2)
And why exactly with the help of vpr?
Use a simple max formula, e.g.
MAX('Items_in_Items'!$I$4:$I$700) will show the maximum number in the range I 4-700
Something like this:
=МАКС(
filter('Поступления_товара'!$I$4:$I;'Поступления_товара'!$F$4:$F=D2)
)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question