current location:Home > Technical Articles > Software Tutorial > Office Software

  • Detailed operation process of batch calculation multiplication in WPS table
    Detailed operation process of batch calculation multiplication in WPS table
    Open the form and enter the required data. For example, C1=A1*B1. Enter [=] in the first cell below [C1] and click to select A1 data. Enter [*] and click to select B1. Press the Enter key on the data, and the results will come out. With so many numbers below, it would be okay to follow the above algorithm one by one, but it would be too troublesome. You can do this, place the mouse at the cell where the result is [39], move the mouse, and drag it to the lower right corner when the mouse changes to +, then pull the mouse down, and the required result will appear. If you are afraid of making mistakes, You can check it out.
    Office Software 977 2024-04-25 15:01:11
  • How to put Excel charts into Word
    How to put Excel charts into Word
    First, let’s demonstrate an error example, which is to directly copy the Excel chart into Word. The consequence of this is that if the chart is enlarged or reduced in Word, the text and graphics in the chart will be squeezed together, which is simply ugly. . The correct method is as follows: First, we copy the chart in Excel using CTRL+C. Then in Word, click [Start]-[Paste]-[Paste Special] and select the paste link [Excel Chart Object]. In this way, a neat Excel chart will be imported into Word, and no matter how you change the size, the data and text inside will be fully displayed. At the same time, if the data in your Excel has been modified, the graph in Word
    Office Software 1144 2024-04-25 15:00:29
  • Steps to solve the problem that the Excel attendance sheet picture cannot be deleted when the mouse is moved
    Steps to solve the problem that the Excel attendance sheet picture cannot be deleted when the mouse is moved
    1. As shown in the figure, the picture will move with the click of the mouse. 2. Select the upper left corner of the table as shown in the figure and select the entire table. 3. In the menu bar: Data---Data Validity---Settings---Clear All---OK. If you click on the form again, there will be no pictures.
    Office Software 680 2024-04-25 14:58:21
  • Graphical tutorial on calculating working days in Excel
    Graphical tutorial on calculating working days in Excel
    1. Let’s take the following table as an example. We will first list all the statutory holidays that we will experience, and pay attention to the pure date format. 2. Then enter the function =networkdays in the cell of the working day. What you need to fill in the function is to select the starting date [comma] and select the end date [comma]. Finally, we select all the dates of legal holidays, press F4, and make the address an absolute reference. 3. After filling in, press Enter and the working days will be calculated. But note that this networkdays function only calculates working days with weekends and weekends. If there are odd and weekend holidays, then you need to use the =networkdays.intl( function. The filling method is also the same. After selecting the date, the next step is to judge. like
    Office Software 641 2024-04-25 14:55:33
  • A detailed introduction to setting the title style of a word document so that it does not change with the text style
    A detailed introduction to setting the title style of a word document so that it does not change with the text style
    1. First of all, in the first step, we need to open word and then create a blank document. 2. Then, ask us to enter our text content in the document. 3. After entering the text content, we can see from the text content that the article is divided into three modes: chapter title, section title and body content. Therefore, the chapter title and section title need to be set to the title style. The most convenient, quick and easy way to distinguish is to set the Title 1 style for chapter titles and the Title 2 style for section titles. This will make the division clearer, and the main text will use the main text style. 4. We need to click to modify the style of the text. 5. For example, if we first set the text style content to indent the first line by 2 characters. After setting this
    Office Software 833 2024-04-25 14:55:11
  • How to create a resume in PDF format in Word
    How to create a resume in PDF format in Word
    1. Open Word and select a template in the [New] interface, or click to search for the template style you want. 2. Select a template style and click the [Create] button. 3. Next, you can fill in your actual information according to the template. Step 2: Convert resume to PDF format 1. After filling in the resume, go to the official website of PDF Quick Convert, click the Download Now button to download and install. Address------------------》PDFkz.com-PDF Quick Transfer-Free Word, Excel, PPT, and picture conversion tool www.pdfkz.com 2. Open the installed software , click to log in to enjoy the free version of conversion. 3. Click to select the [Word to PDF] function. 4
    Office Software 869 2024-04-25 14:52:20
  • What to do if the upper part of the title text in word is not fully displayed - What to do if the upper part of the title text in word is not fully displayed
    What to do if the upper part of the title text in word is not fully displayed - What to do if the upper part of the title text in word is not fully displayed
    After entering text into the word document, I adjusted the title font size, but found that after the title font size became larger, the upper part of the text was not fully displayed, but the lower part of the text was not affected. Select incomplete text. Right-click and select [Paragraph] from the pop-up menu. In the [Paragraph] dialog box that pops up, click the [Indents and Spacing] tab. In the [Spacing] option, we find that the [Line Spacing] of the paragraph has been set to [Fixed Value] 18 points. And it is because the height of 18 points is not found to meet the display of the title font size. Therefore, we need to make new settings for line spacing. Click the inverted triangle behind [Fixed Value] and select [Single Line Spacing] in the list. Click [OK], so that the title will automatically adjust the line spacing according to the font size, and the text will be
    Office Software 869 2024-04-25 14:49:10
  • How to set ppt picture style_ppt picture style setting method
    How to set ppt picture style_ppt picture style setting method
    Step 1: Open ppt, click on the picture under the insert option, and then select the picture to be inserted. Step 2: After the insertion is completed, you can set the image style under the format option.
    Office Software 573 2024-04-25 14:43:10
  • How to clear drop-down list options in Excel_How to clear drop-down list options in Excel
    How to clear drop-down list options in Excel_How to clear drop-down list options in Excel
    1. After opening the excel table, position the mouse to the cleared Excel cell drop-down option. 2. Click - Data - Validity in the menu bar. 3. In the data validation interface, check Apply these changes to all other cells with the same settings. 4. Click - Clear All. 5. At this time, all drop-down options in Excel cells are cleared.
    Office Software 1196 2024-04-25 14:40:45
  • How to count the number of participants in various regional branches in Excel table_How to count the number of participants in various regional branches in Excel table
    How to count the number of participants in various regional branches in Excel table_How to count the number of participants in various regional branches in Excel table
    1. Create a new Excel document, open it and add test data in the table, as shown in the figure. 2. After adding 10,000 test data, enter the calculation formula =SUM((LEFT($D$6:$D$13,2)="Guangdong")*$E$6:$E$13) in cell H5, left is from The string is intercepted from the left, and sum is the sum. The formula means that when the two texts intercepted from the left are equal to the value in the condition, the data is summed. 3. After completing the formula input, press the shortcut key to obtain the calculation result. If you use the enter key here, you will not be able to obtain the calculation result. The details are as follows. 4. Therefore, you need to use the shortcut key shift+ctrl+enter to obtain the result. The result is as shown in the figure. 5. Statistics on the other two provinces
    Office Software 978 2024-04-25 14:40:33
  • How to set thousands separator for numerical values ​​in Excel
    How to set thousands separator for numerical values ​​in Excel
    1. Open 2016e2. Select the data in the table that needs to set the thousands separator. 3. Press Ctrl+1 and click on the value. 4. Find the thousands separator. 5. Then check the check box in front of the thousands separator. 6 .Click OK 7.The thousands separator is set
    Office Software 796 2024-04-25 14:40:23
  • How to make a salary slip with double row header in wps form - wps form tutorial
    How to make a salary slip with double row header in wps form - wps form tutorial
    1. Copy the header and paste it below the table. 2. Enter 1 under the job number column. 3. In the cell under the name column, enter the formula and insert formula > vlookup. Data table: After selecting all tables, press F4 to quickly convert to absolute references. 4. Copy the formula and paste it in other cells such as bonus and overtime. 5. Select the table you just created and add a border. 6. Pull down the salary slip and it’s ready. To make it easier to print and cut out, you can select a blank line and pull it down.
    Office Software 1066 2024-04-25 14:37:15
  • How to check name and job number in Excel
    How to check name and job number in Excel
    First, select the original data on the left and click [Advanced] in [Data]-[Filter]. In the condition area, select the table to be checked on the right. After clicking OK, the data will be filtered out, and then fill the original data table on the left with a color. Finally, click [Clear] in [Data]-[Filter], and all data will be restored. Then the data without color in the table on the left is erroneous data, so check it carefully.
    Office Software 966 2024-04-25 14:34:26
  • Detailed operation process of using formulas to calculate taxes in WPS Office2012
    Detailed operation process of using formulas to calculate taxes in WPS Office2012
    First, make an ET table as shown below: Select cell C2, click the [Insert Function] button in the Formula tab, open the Insert Function dialog box, and click [Calculate Personal Income Tax (before 2011-09-01)]. In [Pre-tax Salary Income], enter August’s salary in all cells [C2] (enter the value to calculate the result directly, here for obvious comparison, the reference cell data is used), click the Insert Formula button, and the calculation will be done It’s time to adjust the personal income tax that should be paid. Isn’t it very simple? In the same way, calculate the personal income tax payable after September 1, 2011 in D2. Enter the formula [=C2-D2] in cell E2 to quickly calculate how much less you have to pay.
    Office Software 1244 2024-04-25 14:34:19
  • How to extract zodiac sign based on birthday in Excel
    How to extract zodiac sign based on birthday in Excel
    First of all, you need to remember the following formula, which is the functional formula for zodiac conversion. =MID("Rat, Cow, Tiger, Rabbit, Dragon, Snake, Horse, Sheep, Monkey, Chicken, Dog, Pig", MOD(YEAR(A1)-4,12)+1,1) Please note that A1 here is not a fixed cell, that is to say, your Fill in the box where the birthday date is in the form. Let's take the table below as an example. We enter the formula in the zodiac table and change A1 to B2. Finally, press Enter and the zodiac sign will be displayed. Finally, we can hold down CTRL to fill in the form.
    Office Software 656 2024-04-25 14:34:11

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28