Select Page

Excel Video 154 FIND and LEN

Excel Video 154 is short and easy. I’ll introduce two functions, FIND and LEN. FIND looks for a text string inside another text string. I use FIND to look for text inside a cell, and the most common thing I look for is a comma that separates a last name from a first...

Excel Video 153 EXACT

Excel Video 153 might be EXACTly what you need to make your life easier. EXACT is a simple Excel function that compares two text strings (say the text in two different cells) to see if they’re exactly the same. Today’s trick is to combine EXACT with CONCATENATE from...

Excel Video 152 CONCATENATE

Excel Video 152 describes two ways to concatenate functions in Excel. Even if concatenate didn’t have my name in it, it would still be a handy function. Concatenate means to put something on the end of something else, or to stuff things together. You’ll find it handy...

Excel Video 151 Using IFERROR to Trap Errors

Excel Video 151 explains how to use IFERROR to replace all of Excel’s error messages with something more appropriate. IFERROR is a simple Excel function that takes a formula and evaluates it. If the formula works, fine. Excel will show you the result of the formula....

Excel Video 150 NOT

When you’re done with Excel Video 150, you might be thinking that NOT is a lot like the devil, always telling you bad is good and good is bad. The NOT function simply takes something that’s true and returns false, or something that’s false and returns true. It’s hard...