Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to do a t-Test in Excel?
  • How To Sort One Column or Multiple Columns in Excel
  • Chart Axes in Excel
  • Error Bars in Excel
  • How to add Trendline to a chart in Excel

References

  • Get nth match with INDEX / MATCH in Excel
  • How to get last row in text data in Excel
  • How to reference named range different sheet in Excel
  • Two-way lookup with VLOOKUP in Excel
  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions

Data Validations

  • Excel Data validation don’t exceed total
  • Excel Data validation with conditional list
  • Excel Data validation must contain specific text
  • Excel Data validation allow weekday only
  • Excel Data validation date in next 30 days

Tag: MINIFS function

MINIFS function: Description, Usage, Syntax, Examples and Explanation

by

What is MINIFS function in Excel? The MINIFS function is one of Statistical functions in Microsoft Excel that returns the minimum value among cells specified by a given set of conditions or criteria. Note: This feature is available on Windows or Mac if you have Office 2019, or if you have an Office 365 subscription. If you …

Continue Reading

How To Use MaxIfs and MinIfs in Excel

by

This function combines the MAX and IF function in order to get the maximum value in a data set of Excel worksheet. To look up the maximum value in a range based on specific criteria, you can use a basic array formula based on the IF function. {=MAX(IF(criteria_range=criteria,value_range))} Use the MAXIFS and MINIFS function in Excel …

Continue Reading

Minimum if multiple criteria in Excel

by

This tutorial shows how to calculate Minimum if multiple criteria in Excel using the example below; To get the minimum value in a data set using multiple criteria (i.e. to get MIN IF), you can use and array formula based on the MIN and IF functions. Formula {=MIN(IF(range1=criteria1,IF(range2=criteria2,values)))} Explanation In the example shown the formula …

Continue Reading

First in, last out times in Excel

by

This tutorial shows how to calculate First in, last out times in Excel using the example below; Formula =MINIFS(times,names,name,actions,action) > Explanation To get “first in, last out” times from timesheet data, you can use the MAXIFS and MINIFS functions, or an array formula as described below. In the example shown, the formula in H6 is: =MINIFS(times,names,H5,actions,”in”) with …

Continue Reading

Minimum value if in Excel

by

This tutorial shows how to calculate Minimum value if in Excel using the example below; Formula {=MIN(IF(range=criteria,values))} Explanation To get a minimum value based on criteria, you can use the MIN function together with the IF function. In the example shown, the formula in cell G6 is: {=MIN(IF(names=F6,times))} Where “names” is the named range B6:B17, and times is …

Continue Reading

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • OR function Examples in Excel
  • IFS function: Description, Usage, Syntax, Examples and Explanation
  • How to use IFS function in Excel
  • How to return blank in place of #DIV/0! error in Excel
  • Extract multiple matches into separate rows in Excel

Date Time

  • Dynamic date list in Excel
  • Get fiscal year from date in Excel
  • Convert Excel time to decimal minutes
  • Add workdays no weekends in Excel
  • Add decimal minutes to time in Excel

Grouping

  • Group times into unequal buckets in Excel
  • Group times into 3 hour buckets in Excel
  • Map text to numbers in Excel
  • Categorize text with keywords in Excel
  • Group numbers with VLOOKUP in Excel

General

  • Create dynamic workbook reference to another workbook in Excel
  • How to generate random date between two dates in Excel
  • How to get amount with percentage in Excel
  • How to increase by percentage in Excel
  • Count cells less than in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning