Sponsored Links
change of occupation

Specific ways to present Excel skills that are useful in job interviews.

You use Excel in your daily work. But are those skills that allow you to say, "I'm good at Excel," really applicable in the job market? Many of us learn the basics of Excel in new employee training and use it in our daily work. Sure, we enter formulas, create graphs...
Let's make a petty cash book.

How to Create a Petty Cash Log in Excel (Invoice-Compliant Template Guide)

Many companies and sole proprietorships use petty cash to keep track of personal and company finances. However, it is very time-consuming and error-prone to keep balances and to post the information in the cash book to the accounting system...
Excel Functions

How to apply mosaic (blur) Excel

When you are preparing a document or manual for external publication, you may need to refer to a web site or a screen where non-public information is visible. In such a case, you would like to put a mosaic like this on the non-public part. We will explain this method in detail in this issue...
Sponsored Links
Excel Macro (VBA)

VBA "Overflow occurred." Error cause and remedy (runtime error '6′:)

Cause of ErrorThis error occurs when the data type is not in a format that can be handled, or when the data type exceeds the range of numbers that can be handled. First, let's reproduce the error. As shown in the figure above, we have set up the code to copy the numeric value in cell "B3" to cell "B4".
Excel Macro (VBA)

How to use the variable type "Workbook" Excel(Excel) Macro(VBA)

For other variable types, please refer to Excel (Excel) Macro (VBA) about variable types. First, we will explain the basic usage of the variable type "Workbook".
Excel Macro (VBA)

The Complete Guide to IF AND in VBA|Thorough explanation from basic syntax to practical techniques

I want to combine IF and AND statements in VBA, but I don't know how to write it..." I have experienced such a problem. Actually, the way to write it is a little different from the IF function in Excel. In my 20 years of Excel work, I have used IF AND in VBA to automate many tasks...
Excel Functions

VLOOKUP function gives #N/A or #REF!

The VLOOKUP function is a very useful function for handling data, but many of you may have experienced that once you get stuck in the error swamp of #N/A or #REF! In this article, we will discuss how to use the VLOOKUP function to get rid of the #N/A and #REF!
Excel Functions

How to extract data with the VLOOKUP function Excel (Excel)

Being able to use the VLOOKUP function will expand the range of data handling, and will help you be seen as an intermediate Excel user by beginners. In this article, we will show you how to use the VLOOKUP function, and how to use the INDEX and MATCH functions to compensate for the weaknesses of the VLOOKUP function...
Excel Functions

Absolute and relative references in Excel (Excel)

Absolute and relative references are explained below. Relative reference: If you want to display the same contents in cell "C3" as in the neighboring cell "B3", enter the following in cell "C3": =B3. If you want to display the same content in cell "C3" as in the neighboring cell "B3", enter the following in cell "C3": =B3
Excel Functions

How to Adjust Column Width and Row Height in Excel (Manual Methods Explained)

Visibility is very poor if the column widths are too narrow to display all of the cell contents, or the row height is too narrow to display the contents. In this article, we will explain how to easily and automatically adjust row height and column width to just the right size. With a macro (VBA)...
Sponsored Links
Copied title and URL