Introduction to the List of Accounting Accounts
List of Accounting AccountsMain content: type, level, account code, account name, auxiliary type, remarks, profit and loss and other related information.Huajun Software Park provides high-quality Excel template downloads.List of Accounting AccountsExcel template, you can download it to get the source file, which can be edited, modified and replaced by you.List of Accounting AccountsJust go to Huajun Software Park for templates.
General tips for accounting list
1. Quick sum? Use “Alt + =”
Excel’s functions are very powerful, and summation should be one of the most commonly used functions. Just press the shortcut keys "alt" and "=" continuously to find the sum of a series of numbers.
2. Quickly select discontinuous cells
Press the key combination "Shift+F8" to activate the "Add Selected" mode. At this time, the words "Add to Selection" will be displayed in the status bar below the worksheet. Then click on discontinuous cells or cells respectively. You can select a grid area without holding down the Ctrl key.
3. Change number format
Excel’s shortcut keys are not chaotic, but follow a certain logic.
For example, if you want to quickly change the format of a number, you can immediately add a dollar sign to the number, because the $ symbol and the number 4 share the same key.
In the same way, "Ctrl+shift+5" can quickly change the number into the form of percentage (%).
4. Display all formulas with one click “CTRL + `”
When you try to check whether there are errors in the data, you can display the formula behind the number with one click.
The "`" key is just to the left of the number 1 key:)
Condition search
The VLOOKUP function has always been a favorite among the public. The syntax of the function is:
VLOOKUP (Who are you looking for, where to look for, which column of content is returned, exact search or approximate search)
You want to query the position of the employee name in cell F5.
=VLOOKUP($F$5,$B$1:$D$10,2,0)
When using this function, you need to pay attention to the following points:
1. The fourth parameter is generally set to 0 (or FASLE) to search in exact matching mode.
2. The column number in the third parameter cannot be understood as the actual column number in the worksheet, but specifies the column in the search range of the return value.
3. If the search value is inconsistent with the data type of the data area keyword, the error value #N/A will be returned.
4. The search value must be located in the first column in the query area.
it works
it works
it works