PIVOTBY Function

The PIVOTBY function is designed to summarize data by grouping rows and columns. The result is a dynamic summary table created with a single formula. The result from the PIVOTBY function is similar to the output from a Pivot Table, but without formatting. The table returned by the PIVOTBY...Read more

GROUPBY Function

The GROUPBY function is designed to summarize data by grouping rows and aggregating values. The result is a dynamic summary table created with a single formula. The output from the GROUPBY function is similar to the output from a Pivot Table, but without formatting. The summary returned by...Read more

TEXTSPLIT with numbers

Video thumbnail for TEXTSPLIT with numbers
In this video, we'll take a look at how to handle numbers with the TEXTSPLIT function. TEXTSPLIT always returns text, and this can cause a problem if you need numeric values as a final result. This video explains how to use the TEXTSPLIT function together with the VALUE function and the...

Pages