How to Insert an Excel file into MS Word?
Word documents are for word processing while Excel files are for data processing. But what if you need to combine the two? What if you need to display a part …
Here you will find common Excel tips and tutorials that can help you speed up your work and get stuff done faster.
Word documents are for word processing while Excel files are for data processing. But what if you need to combine the two? What if you need to display a part …
When working with data in Excel, you will often format data (such as color the cells or make them bold or give a border), to make these stand out. And …
When analyzing data, we usually assume that the data values fall somewhere near the mean or median, or at least closeby. However, there might be some values that are way …
Extracting numbers from a list of cells with mixed text is a common data cleaning task. Unfortunately, there is no direct menu or function created in Excel to help us …
If you are working with data related to storage space or file-size, you will often need to convert between units. You might intend on using the data in calculations or …
Working with data often involves cleaning up. If your data is imported or copied from an external source, it may contain a number of unwanted characters like commas or asterisks …
Let’s face it, opening a worksheet to see decimals all over it can be quite off-putting. Some people find it intimidating, as decimals give the perception of complexity. As such, …
When you print a worksheet in Microsoft Excel, it gets printed in the portrait orientation by default. However, you might want to change the orientation of the printout to landscape …
If you are coding in VBScript, Excel and you need to extract the filename that a user uses when saving a file, the GetSaveAsFilename() method can be useful for you. …
Conditional Formatting in Excel provides a great way to highlight certain cells that may be more important than others. When combined with the OR criterion, you get added flexibility to …
The IF function is one of the most useful Excel functions. It is used to test a condition and return one value if the condition is TRUE and another if …
When working with date-related data, there might be instances where you need to convert a number to its corresponding month. There might also be instances when you might want to …