Tag Archives: Microsoft excel formula

Excel formula for Beginners – How to find First in – last out times in Excel

  (Excel examples for Beginners) In this end-to-end excel example, you will learn – Excel formula for Beginners – How to find First in – last out times in Excel.   Excel formula for Beginners – How to find First in – last out times in Excel Generic formula =MINIFS(times,names,name,actions,action) Summary To get “first in, …

Excel formula for Beginners – How to find Unique values with multiple criteria in Excel

  (Excel examples for Beginners) In this end-to-end excel example, you will learn – Excel formula for Beginners – How to find Unique values with multiple criteria in Excel.   Excel formula for Beginners – How to find Unique values with multiple criteria in Excel Generic formula =UNIQUE(FILTER(data,(range1=”b”)*(range2>5))) Summary To extract a list of unique …

Excel formula for Beginners – How to find Distinct values in Excel

    (Excel examples for Beginners) In this end-to-end excel example, you will learn – Excel formula for Beginners – How to find Distinct values in Excel.   Excel formula for Beginners – How to find Distinct values in Excel Generic formula =UNIQUE(data,FALSE,TRUE) Summary To extract a list of distinct values from a set of …

Excel formula for Beginners – How to Count unique values with criteria in Excel

  (Excel examples for Beginners) In this end-to-end excel example, you will learn – Excel formula for Beginners – How to find Unique values by count in Excel.   Excel formula for Beginners – How to Count unique values with criteria in Excel   Generic formula =COUNTA(UNIQUE(FILTER(range,criteria))) Summary To count unique values with one or …

Excel formula for Beginners – How to find Unique values by count in Excel

(Excel examples for Beginners) In this end-to-end excel example, you will learn – Excel formula for Beginners – How to find Unique values by count in Excel.   Excel formula for Beginners – How to find Unique values by count in Excel Generic formula =UNIQUE(FILTER(data,COUNTIF(data,data)>n)) Summary To extract a list of unique values from a …

Excel formula for Beginners – How to find Unique values in Excel

  (Excel examples for Beginners) In this end-to-end excel example, you will learn – Excel formula for Beginners – How to find Unique values in Excel.   Excel formula for Beginners – How to find Unique values in Excel Generic formula =UNIQUE(data) Summary To extract a list of unique values from a set of data, …

Excel formula for Beginners – How to Sort values by columns in Excel

  (Excel examples for Beginners) In this end-to-end excel example, you will learn – Excel formula for Beginners – How to Sort values by columns in Excel.   Excel formula for Beginners – How to Sort values by columns in Excel Generic formula =SORT(data,index,order,TRUE) Summary To sort values by columns, you can use the SORT function. …

Excel formula for Beginners – How to Sort text by length in Excel

  (Excel examples for Beginners) In this end-to-end excel example, you will learn – Excel formula for Beginners – How to Sort text by length in Excel.   Excel formula for Beginners – How to Sort text by length in Excel Generic formula =SORTBY(data,LEN(data),-1) Summary To sort text strings by length in ascending or descending …

Excel formula for Beginners – How to Sort by two columns in Excel

(Excel examples for Beginners) In this end-to-end excel example, you will learn – Excel formula for Beginners – How to Sort by two columns in Excel.   Excel formula for Beginners – How to Sort by two columns in Excel Generic formula =SORTBY(data,col1,order,col2,order) Summary To sort by two columns, you can use the SORTBY function. In …

Excel formula for Beginners – How to Sort by random in Excel

(Excel examples for Beginners) In this end-to-end excel example, you will learn – Excel formula for Beginners – How to Sort by random in Excel.   Excel formula for Beginners – How to Sort by random in Excel Generic formula =SORTBY(rng,RANDARRAY(COUNTA(rng))) Summary To sort a list or table in random order, you can use the SORTBY …