Download WPS Office for your device
Choose Windows, Mac, Linux, Chromebook, Android, or iOS.

Download WPS Office for All Platforms
Find your device and get the right version
- Choose your platform
- Download WPS
- Install and launch
Search Results
465 results for what are the commands in microsoft excel
- All Tutorials
- Video Tutorials
- Quick Tutorials
- All
- Spreadsheet
- Presentation
- Writer
465 results for what are the commands in microsoft excel
Design the article layout in the Home-Settings
03:26Design the article layout in the Home-Settings
When designing the layout of the document, we often need to set the text font, paragraph settings, and heading style.In WPS Writer, these frequently used typesetting tools are collected in the Settings button under the Home tab. l Font settingTake this document as an example. We need to set the text format.Press the shortcut Ctrl+A to select the whole document, and click Font.We can change Font, Font style, Size, Color,and other parameters of the text.In the Effect area under the Font....
Display the unit symbol in the formula result
01:26Display the unit symbol in the formula result
This is a table of information about the department employees. If we need to calculate the average weight of the staff, what should we do?Normally, you only need to enter the formula =AVERAGE(D2:D8) in cell D9 to get the average.However, the formula returns 0, and obviously, the result is incorrect because there are text characters in the cells, which affects the accuracy of the calculation. Do you know how to retain the weight unit and normally perform the calculation at the same time....
Use IFS function to check whether multiple conditions are met
02:47Use IFS function to check whether multiple conditions are met
When judging multiple conditions, lengthy IF function will make it difficult for others to understand the logic when editing, here, IFS function can be put to good use.The grammatical structure of IFS function is "= IFS (logical _ test1, value _ if _ true1, [logical _ test2, value _ if _ true2], ...)", making nesting layer by layer unnecessary, thus simplifying the formula. Taking this form as an example, we would like to grade students' scores according to the four conditions of ....
Adjust the article structure in the outline view mode
03:01Adjust the article structure in the outline view mode
When we edit a long article, we need to adjust the structure of the article. For example, we need to move parts of the content and quickly change the heading level. But, scrolling and searching page by page is time-consuming. At this point, we can switch to the outline view mode.Go to the View tab, and click the Outline button to switch to the outline view mode. First, I will show you what is displayed on the page in this view mode.1. In the ribbon above, we can adjust the level of the....
Recalculate the table formulas in the Manual Recalculation mode
01:20Recalculate the table formulas in the Manual Recalculation mode
Today, let me introduce you to a lesser-used function, Manual Recalculation. Take this document as an example. Now, the cells have formulas. When we modify the source data, the values in the table will also change automatically. That is because the table turns on the automatic calculation by default. When we need to process a particularly large amount of data in the worksheet, if we still choose automatic calculation, then every time we change the source data, the table data processing....
The Camera in WPS Spreadsheet
01:44The Camera in WPS Spreadsheet
Today we will get to know the Camera in WPS Spreadsheet. With this feature, we can convert the table into a picture, and the contents of the picture will change as those of the table. Here are two sheets: Itinerary and Tour Route Planning Table. To make it convenient for comparison, we would like to place them side by side. Most people may choose to copy the data of the Tour Route Planning Table sheet and paste it into the Itinerary sheet. However, this is not a perfect way. First, we....
Insert a symbol in the table
02:36Insert a symbol in the table
When using WPS Spreadsheet, we often need to insert some special characters in the text content. Sometimes when we need to insert special symbols such as m2, ℃, etc., it is not quite convenient to use the keyboard to input them. At this time, we can use the Symbol feature of WPS Spreadsheet to meet our needs. Take this table as an example. This is the Weekly Attendance Sheet of employees. We now need to add an area unit m2 after 1000 in the third row. Click the Insert tab, and then cli....
The AND Function in WPS Spreadsheet
02:56The AND Function in WPS Spreadsheet
The AND function is one of the commonly-used logical functions. When we need to test multiple conditions, it can quickly return the results. It will return TRUE if all of the arguments evaluate TRUE. Otherwise, it will return FALSE as its result. The syntax is stated as follows: AND(logical1,logical2, ...)Logical 1 is the first condition, while logical 2 is the second condition to evaluate, and up to 255 arguments are allowed in AND Function. Take this table as an example. With the sal....