Excel Functions

Sponsored Links
Excel Functions

How to extract after a specific character "RIGHT function and FIND function" Excel (Excel)

As shown in the figure below, when the data to be extracted is contained after a string and the number of characters of the data to be extracted is not constant, the RIGHT function alone cannot be used to extract the data. Function to extract the data after the "¥" mark in cell "A2" = RIGHT(A2,LEN(A2)-FIN...)
Excel Functions

How to extract characters before a specific character "LEFT and FIND functions" Excel (Excel)

As shown in the figure below, if there is extra data after the string and you want to extract only the string to the left of the extra data, you cannot simply use the LEFT function alone because the number of characters is not constant. Function to extract the left side of the "¥" mark in cell "A2" = LEFT(A2,FIND(...))
Excel Functions

Excel (Excel) 4 methods to write vertically, each with its own characteristics and uses.

Excel is normally designed to be written horizontally, but it can also be written vertically. There are several ways to do this, but in this article, we will introduce four methods, two using "cell formatting" and two using "text boxes. Using "Vertical Writing" Cell Formatting1....
Sponsored Links
Excel Functions

3 ways to show/hide "0" in calculation results Excel (Excel)

As shown in the figure below, when "A1" cell contains 150 and "A2" cell also contains the same number, 150, the calculation result of "=A1-A2" is "0" zero. There are three ways to avoid displaying numbers when the result of the calculation is "0" zero. The result of the calculation is "0" zero...
Excel Functions

Forgot password] How to remove read-only (write password) Excel

Files with a "write password" can only be opened on a read-only basis unless the password is known. However, if you must remove the protection and write to the file, but the person in charge of applying the protection has already left the company, or the memo has been lost...
Excel Functions

Forgot Password] How to remove sheet protection Excel (Excel)

I have a "sheet-protected" Excel file that I really need to unprotect, but the person in charge of applying the protection has already left the company or lost the memo, and I don't know the password. In such cases, do I have no choice but to give up? No, you can...
Excel Functions

For beginners] Explanation of causes of Excel being slow and countermeasures.

Manager, have you ever felt 'kind of heavy' when using Excel? Student Yes, sir! I recently started using Excel to improve my business, but I'm having trouble opening files because it takes so long. ManagerYes, that's right. Many people have the same problem...
Edge

Clipboard error in Excel: "Used by another application..." and emergency measures

As of September 2024, about a month ago, I started getting this error message often when repeatedly copying and pasting in Excel. Clipboard ErrorCan't copy content to clipboard because it is being used by another application...
Excel Functions

Easy with Excel and Word! Mastering the art of address printing that anyone can do!

Have you ever had to worry about writing addresses for New Year's cards and summer greeting cards? Writing dozens of cards by hand is a lot of work, but buying specialized software is also a bit expensive.... Everyone has experienced this dilemma at least once. But the truth is, your computer...
Excel Functions

SUBSTITUTE function" Excel, a method to convert numbers in addresses to Chinese numerals in one shot.

When printing addresses on envelopes using the address list of a New Year's card or a customer list, for example, horizontal envelopes are written in arithmetic (Arabic) numerals such as "1, 2, 3", while vertical envelopes must be written in Chinese numerals such as "1, 2, 3". Substitute the numbers...
Sponsored Links
Copied title and URL