You can use the custom formula function in Google Sheets to highlight the highest value in a range. The following example shows…
Google Sheets
-
- Google SheetsSoftware TutorialsVisualizations in Google Sheets
How to Find the Slope of a Trendline in Google Sheets
by Tutor AspireThe slope of a trendline represents the average increase in the y-value for a one unit increase in the x-value. To find…
- Google SheetsOperations in Google SheetsSoftware Tutorials
Google Sheets: Generate Number of Days in a Month
by Tutor AspireYou can use the following basic formula to generate the number of days in a month in Google Sheets: =DAY(EOMONTH(A2,0)) This particular…
- Google SheetsOperations in Google SheetsSoftware Tutorials
How to Calculate Average by Group in Google Sheets
by Tutor AspireThe following step-by-step example shows how to calculate the average value by group in Google Sheets. Example: Calculate Average by Group in…
- Google SheetsOperations in Google SheetsSoftware Tutorials
Google Sheets: How to Find Duplicates in Two Columns
by Tutor AspireOften you may want to find duplicate values across two columns in Google Sheets. Fortunately this is easy to do using conditional…
- Google SheetsOperations in Google SheetsSoftware Tutorials
How to Count Duplicates in Google Sheets (With Example)
by Tutor AspireOften you may want to count duplicate values in Google Sheets. Fortunately this is easy to do using the COUNTIF() function. The…
- Google SheetsOperations in Google SheetsSoftware Tutorials
Google Sheets: Use CONCATENATE with a Space
by Tutor AspireYou can use the following basic syntax to concatenate strings with a space in Google Sheets: =CONCATENATE(A2, ” “, B2) This particular…
- Google SheetsOperations in Google SheetsSoftware Tutorials
Google Sheets: How to Convert Minutes to Hours
by Tutor AspireOften you may want to convert minutes to hours in Google Sheets. Fortunately this is easy to do and this tutorial explains…
- Google SheetsOperations in Google SheetsSoftware Tutorials
Google Sheets: How to Exclude Cell from Range in Formulas
by Tutor AspireYou can use the following basic syntax to exclude a cell from a range when using a formula in Google Sheets: =SUM(FILTER(B2:B11,B2:B11B5))…
- Google SheetsOperations in Google SheetsSoftware Tutorials
How to Remove Substring in Google Sheets (With Example)
by Tutor AspireYou can use the following formulas to remove specific substrings from cells in Google Sheets: Method 1: Remove One Substring from Cell…