About 1,226,483 results (5,597 milliseconds)

Highest value from column, get the name of row - Google Docs ...

https://support.google.com/docs/thread/60932043/highest-value-from-column-get-the-name-of-row?hl=en
Jul 24, 2020 ... Hi team, I'm quite new to google sheets and excel. I'm trying to get a cell display the row with highest value from a specific column.

Highlight max/min of columns per month - Google Docs Editors ...

https://support.google.com/docs/thread/156036842/highlight-max-min-of-columns-per-month?hl=en
Mar 20, 2022 ... I have an excel sheet with multiple columns, where I am putting daily updates. ... The FILTER() function returns all the values in column C so the ...

Using VLOOKUP and MAX Functions Together - Google Docs ...

https://support.google.com/docs/thread/103260103/using-vlookup-and-max-functions-together?hl=en
Mar 21, 2021 ... I want this spreadsheet to lookup the max value for the "Profit Per Day" column, and return the name of the product associated with that value which is in a ...

MAXIFS with multiple criteria for one column? - Google Docs Editors ...

https://support.google.com/docs/thread/49530597/maxifs-with-multiple-criteria-for-one-column?hl=en
May 27, 2020 ... Right now, the formula returns the highest value in the range where column B's value contains the name "Sally." What I am trying to figure ...

MAXROW() - AppSheet Help

https://support.google.com/appsheet/answer/10107920?hl=en
MAXROW(). Row with greatest value in column. Returns the key of a row ( Ref value) ... Any data set name that matches an AppSheet or Excel function name may ...

Need the Sheet and Cell Address for the max value across multiple ...

https://support.google.com/docs/thread/9331320/need-the-sheet-and-cell-address-for-the-max-value-across-multiple-sheets-help?hl=en
Jul 5, 2019 ... Closest I've come is an Excel discussion ... Might there be a way to have it find the MAX in column T but return the value for column A?

Display the highest value across multiple columns in Google Sheets ...

https://support.google.com/docs/thread/180956994/display-the-highest-value-across-multiple-columns-in-google-sheets?hl=en
Sep 25, 2022 ... It works in each row (array formula). 2. Returns multiple values if there are ties. 3. Returns blank if there aren't any multiple occurrences of ...

Need to take the lowest value in 2 columns - Google Docs Editors ...

https://support.google.com/docs/thread/124781711/need-to-take-the-lowest-value-in-2-columns?hl=en
Sep 7, 2021 ... In that case, the IF function will return the ELSE result (a blank ... This part (the GTE function) finds the max value. GTE stands for ...

Conditional formatting based on matched cell values - Google Docs ...

https://support.google.com/docs/thread/73577313/conditional-formatting-based-on-matched-cell-values?hl=en
Sep 27, 2020 ... Try entering different numbers in column B and you'll see what's going on. Here's the formula for column B to find the HIGHEST value. =Match(B2, ...

How to return "Column A" value of max value in "Column B ...

https://support.google.com/docs/thread/70792105/how-to-return-column-a-value-of-max-value-in-column-b?hl=en
Sep 12, 2020 ... I can locate the maximum value in column B using max(B1:B20) but how do I return the corresponding A-column name corresponding to that maximum value?

MAX - Google Docs Editors Help

https://support.google.com/docs/answer/3094013?hl=en
MAX for BigQuery Returns the maximum value in a data column. Sample Usage MAX ... AVERAGE : The AVERAGE function returns the numerical average value in a dataset, ...

How to see formula calculation steps in Google Sheets? - Google ...

https://support.google.com/docs/thread/7547557/how-to-see-formula-calculation-steps-in-google-sheets?hl=en
Jun 6, 2019 ... ... higher value than SUMIFS, but it seemed to me SUMIF returned wrong values. ... row range in that column, the function is returning the ...

Find the Max value of a filtered set of data - Google Docs Editors ...

https://support.google.com/docs/thread/5541318/find-the-max-value-of-a-filtered-set-of-data?hl=en
May 5, 2019 ... ... return specific columns. So far I have tried the filter function and Query, but can not add the Max function to it and get it to work. Here ...

Conditional formatting for max value highlights several values is ...

https://support.google.com/docs/thread/35544605/conditional-formatting-for-max-value-highlights-several-values-is-inconsistent?hl=en
Mar 25, 2020 ... Trying to highlight the highest value across multiple ranges, and while the conditional formatting code works, it highlights 2 per range - in each of the ...

ArrayFormulas with "Small" and "Large" - Google Docs Editors ...

https://support.google.com/docs/thread/102314781/arrayformulas-with-small-and-large?hl=en
Mar 15, 2021 ... I'd like a column to return the Largest, 2nd Largest, and Smallest value of the 20 categories. But I can't find a way to successfully Array a Small or Large ...

MATCH function - Google Docs Editors Help

https://support.google.com/docs/answer/3093378?hl=en
Searches down the first column of a range for a key and returns the value of a specified cell in the row found. HLOOKUP : Horizontal lookup. Searches across the ...

Determine which range within a column has the highest prevalence ...

https://support.google.com/docs/thread/100079785/determine-which-range-within-a-column-has-the-highest-prevalence-of-a-given-value?hl=en
Feb 27, 2021 ... A formula in J1 finds the sequential category and column where the max value occurs. ... New formula to find the location for the max "b ...

Displaying data of an adjacent cell - Google Docs Editors Community

https://support.google.com/docs/thread/140244127/displaying-data-of-an-adjacent-cell?hl=en
Dec 13, 2021 ... The formula shows the one item that has the largest value in column B. To show more items by descending max value, adjust the limit 1 bit.

How to find Max from an alphanumeric range & generate a new ...

https://support.google.com/docs/thread/39946896/how-to-find-max-from-an-alphanumeric-range-generate-a-new-alphanumeric-value-with-increment-of-1?hl=en
Apr 14, 2020 ... ... formula does generate the next highest number, but when I ... column B and change the value in below cells to the new highest number.

Formula for Selecting Latest Date in a Row - Google Docs Editors ...

https://support.google.com/docs/thread/42181496/formula-for-selecting-latest-date-in-a-row?hl=en
Apr 24, 2020 ... FYI, all dates stored as the number ... So when the Max date in the row is zero, you'll see that date. The modified formula will return a message ...