Cell contains specific text

cell contains specific text

Today’s tutorial will show you how to find if a cell contains specific text using the ISNUMBER and SEARCH functions.

Split Text and Numbers

Split Text and Numbers

Use the SplitNumbers function to split text and numbers with different parameters depending on whether you want to extract the text or the number.

Remove text by position

Formulas to remove text by position

Learn how to remove text from a cell by position in Excel using the REPLACE, SUBSTITUTE, and TEXTRIGHT functions.

Remove text by matching

Remove text by matching

To remove text from a cell based on matching content in Excel (or replace multiple characters), use the SUBSTITUTE or MSUB functions.

Sum multiple rows or columns with XLOOKUP

sum multiple rows or columns using xlookup

To sum multiple rows or columns based on a lookup value, you can use the SUM function with the XLOOKUP function. Even if we have a definitive XLOOKUP guide, we learn something special daily. Today’s example will be on how to find the matching value in a table and sum multiple rows or columns. The … Read more

Nested XLOOKUP

nested xlookup using two way lookup

Learn how to create a nested XLOOKUP formula if you need two lookup values to find the matching record in Excel. We will show you how to use XLOOKUP to replace the INDEX and MATCH combination when you need a two-way lookup. For example, sometimes, we need two inputs to find the matching record in … Read more