About 1,691,768 results (2,323 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. ... There are likely many ways to do this, but I think SORTN() might be the easiest function ...

Sheets and Formula Question - Trying to Find Second Iteration of a ...

https://support.google.com/docs/thread/248535546/sheets-and-formula-question-trying-to-find-second-iteration-of-a-max-value?hl=en
Dec 14, 2023 ... The first 2 in the SORT function is supposed to grab the second highest value, which it does. If I make it a 3 it grabs the third highest number ...

Calculate Difference Between Max and Min Values - Google Docs ...

https://support.google.com/docs/thread/92922966/calculate-difference-between-max-and-min-values?hl=en
Jan 10, 2021 ... I am trying to write a formula that can identify the maximum value and the minimum value within a set of data, then calculate the difference between the two to ...

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?

Conditional formatting custom formula to find max ABS per row in ...

https://support.google.com/docs/thread/89354602/conditional-formatting-custom-formula-to-find-max-abs-per-row-in-range?hl=en
Dec 18, 2020 ... I am trying to use a custom formula in conditional formatting to highlight the maximum absolute value in each row in a range.

MAXROW() - AppSheet Help

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

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 ...

I am looking to highlight the max value cell in a specific range of ...

https://support.google.com/docs/thread/40018345/i-am-looking-to-highlight-the-max-value-cell-in-a-specific-range-of-cells?hl=en
Apr 14, 2020 ... Get link. Report abuse. Hello Michael,. I have added a rule that looks like this,. Apply to Range: K63:K72. Custom Formula is: =K63=MAX($K$63:$K ...

find the greater value - Google Docs Editors Community

https://support.google.com/docs/thread/113416273/find-the-greater-value?hl=en
Jun 13, 2021 ... I want the formula to bring me the largest value, but the value have to be smaller then 6. so in this case formula shuld give me 5.

Conditional Formatting, Highlight Highest Value, IF Cell is not 0 or ...

https://support.google.com/docs/thread/169996036/conditional-formatting-highlight-highest-value-if-cell-is-not-0-or-empty?hl=en
Jul 5, 2022 ... Get link. Report abuse. Conditional Formatting, Highlight ... Both are using the same formula (=B12=MAX($B$12:$J$12)). What I would ...

Conditional Formatting does not work as expected (1st, 2nd, 3rd ...

https://support.google.com/docs/thread/258220486/conditional-formatting-does-not-work-as-expected-1st-2nd-3rd-highest-value?hl=en
Feb 11, 2024 ... Again I do get the correct values if I put that Formula simply in a random cell.. but I don't get the correct highlighting. [=$B:$B=LARGE(B2: ...

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 ...

Displaying the maximum number that the google finance function hits.

https://support.google.com/docs/thread/122705379/displaying-the-maximum-number-that-the-google-finance-function-hits?hl=en
Aug 24, 2021 ... Hi I am looking to find a function that will show me the maximum price that a stock price hits. For example if i use the googlefinance ...

How can I get the highest value per group but keep the group sorted ...

https://support.google.com/docs/thread/214187563/how-can-i-get-the-highest-value-per-group-but-keep-the-group-sorted-as-is-including-blanks?hl=en
May 4, 2023 ... To briefly explain, I always try and automate all of my formulas so all I have to do is copy the top of a column that contains a formula and ...

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 ... I expected SUMIF to return a higher value than SUMIFS, but it seemed to me SUMIF returned wrong values. ... Instead, copy the formula to Excel and ...

Track highest and lowest number reached in a specific cell over a ...

https://support.google.com/docs/thread/119581487/track-highest-and-lowest-number-reached-in-a-specific-cell-over-a-period-of-time-in-google-sheets?hl=en
Aug 1, 2021 ... Spreadsheet formulas always calculate their results dynamically. If you want some results to stay put, you will need a script. Cheers --Hyde.

Getting max value in a dynamic range - Google Docs Editors ...

https://support.google.com/docs/thread/50568313/getting-max-value-in-a-dynamic-range?hl=en
Jun 1, 2020 ... Now I'm trying to do the same, but with finding the max value. And I'm struggling to figure out how to make the different functions work ...

Best 3 Consecutive Months

https://groups.google.com/g/microsoft.public.excel.worksheet.functions/c/1cmUs0oKNQs
month average and then utilizing the MAX or MIN function to determine the ... this new range to get the highest and lowest values for 3 consecutive months.

How to get the second largest value from non-adjacent cells ...

https://support.google.com/docs/thread/131475761/how-to-get-the-second-largest-value-from-non-adjacent-cells?hl=en
Oct 18, 2021 ... Is there a way to get the second largest value from non-adjacent cells with LARGE function? Or would some other function more useful here?

How can I limit the result of a formula to a maximum value? - Google ...

https://support.google.com/docs/thread/219019092/how-can-i-limit-the-result-of-a-formula-to-a-maximum-value?hl=en
Jun 2, 2023 ... Anything below is fine, but I want the max value to never be higher than 50. What's the best function to use to achieve this? Details. Sheets, ...