Sponsored Links
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

How to use Excel (Excel) INDEX and MATCH functions in combination

We will show you how to display the desired data by combining the INDEX function, which refers to data from a table on another sheet, and the MATCH function. How to Write the INDEX Function There are two ways to write the INDEX function. INDEX(array, row number,) INDEX(reference, row number, , )
Excel Functions

Excel (Excel) RIGHT and LEFT functions to extract a specific number of characters from the right or left of a string

I want to display only the four characters from the right of the data entered in a cell, or I want to display the rest of the data without displaying the left few characters. Conversely, I want to display only 4 characters from the left of the data entered in a cell, or I want to display the rest of the data without displaying the few characters on the right. Thus...
Sponsored Links
Excel Functions

How to display time in 15-minute increments (CEILING and FLOOR functions) Excel

In the last issue, we introduced how to use the TIME function to display the time in 15-minute increments, 30-minute increments, etc. (TIME function) Excel pointed out that it would be easier to use the CEILING and FLOOR functions...
Excel Functions

How to Use Excel (Excel) Pull-Downs (Drop-Downs): How to Streamline Data Entry in a Few Simple Steps

By selecting items from pull-down menus instead of entering them freely, you can save time and effort in entering data, and you can also improve the reliability of data by preventing distortions in the notation. Preventing distortions in the notation allows the same data to be recognized as the same when tabulating data, so it can be used in Excel....
Excel Macro (VBA)

How to pass arguments between procedures ByRef,ByVal Excel(Excel) Macro(VBA)

This section describes how to pass arguments when procedures are separated. In the article below, I mentioned that it is easier to read and process the code by separating the procedures...
Excel Functions

How to correct "###" in cell display Excel (Excel)

When dealing with numbers in Excel, it often happens that the sharpness of the numbers becomes "######" as shown in the title, and the value becomes unreadable. The conclusion is that the reason for the "#####" is that the length of the value is larger than the size of the cell, making it impossible to display...
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...
Excel Macro (VBA)

Get the full path (save location and file name) of the opened Excel file "FullName" Excel (Excel) Macro (VBA)

There are many situations where it is useful to be able to retrieve the location of the Excel file you are currently operating on when you are trying to retrieve values from another Excel file or save a file as a name using a macro. In this article, we will show you how to use the "FullName" command, which is useful in such cases. The currently open...
Excel Functions

How to set up a link by inserting a hyperlink Excel (Excel)

Here is how to set up a hyperlink using the Insert Hyperlink function. For example, let's say you have created a document with a table of contents as shown below, which jumps to a cell within the page. Let's say you have created a page with a table of contents as shown in the figure below, and when you click on the name of an item in the table of contents, you will jump to that item. First, let's create a page with a hyperlink to a cell in the page...
Sponsored Links
Copied title and URL