Tag: Excel formula

Cleaning text with trim() and proper()

We often import data, including text, from different sources into Excel. Sometimes this text requires some cleaning such as removing spaces and adding consistency to the text. This post demonstrates how to use trim() and proper() functions to clean text in Excel. I have the following text that needs...

Excel: How to visualize formula dependencies

Suppose you want to know what the impact of changing the value of a cell would be. Excel provides an easy way to visualize all the cell that will be impacted by change the value of a cell. To visualize cell dependencies in Excel, go the Formulas ribbon and...

How to see all formulas on a Worksheet

This post shows you how to visualize all formulas on an Excel sheet at once. To see all formulas on a worksheet, go to Formulas > Show Formulas or simply use the shortcut ctrl + ~ Following are detailed instructions: I have an income statement with many formulas that...