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
464 results for import data from web to excel
- All Tutorials
- Video Tutorials
- Quick Tutorials
- All
- Spreadsheet
- Presentation
- Writer
464 results for import data from web to excel
Change horizontal data to vertical and make data clearer
01:06Change horizontal data to vertical and make data clearer
In our daily work, we may encounter some table data with a vertical layout. Using the proper layout style for different tables will make it more convenient for us to check data. So how can we change horizontal data to vertical?1. First, we use the shortcut key Ctrl+A to select all the contents in the table.2. Then use Ctrl+C to copy the selected cell range. 3. Right-click and select the Paste Special option.4. Select Transpose in the popup menu. Then the horizontal data will immediatel....
Apply conditional formatting to data
11:12Apply conditional formatting to data
In this lesson, we have learned several ways to set conditional formatting. 1."Highlight Cells Rules" and "Top/Bottom Rules." They can highlight cells quickly and draw people's attention to data that matches the conditions. 2.Data bar, Color Scales and Icon Sets can visualize data and make them clearer to recognize. 3.We also learn how to add multiple formatting to data using the AND function.In the selected area, we can set multiple conditions, delete specific rules or clear all ....
Use PivotTable to analyze data
11:54Use PivotTable to analyze data
1.This lesson explained the primary usage of PivotTable.Four PivotTable areas are crucial, ROWS and COLS areas primarily influence the table's structure.VALUES is for analysis and FILTERS is for filtering. Different reports can be generated by combining different fields.2. The application scenarios of pivot tables are explained through 3 cases:You can group the dates in a PivotTable;You can also insert calculated fields into a PivotTable.It's easier to analyze if the numerical ....
Use charts to present data
09:15Use charts to present data
1.In this lesson shared several chart types, such as column, line, pie, bar, area, scatter, radar, and bubble chart. Each chart has its own features and imperfections. We should pick the chart that best fits the topic. 2.Many different elements make up a chart, such as a chart title, data labels, trendlines, and so on. We should pick elements appropriately, concisely, and clearly. 3.We also learn the basics of ribbon buttons. We know how to change the chart type, how to switch rows and....
How to filter data horizontally
01:34How to filter data horizontally
The filter function is often used in data processing, but only when the data is vertically arranged. Today we will filter data horizontally using two ways.· 1. Transpose dataTake this table as an example. To filter the sales of all categories, we need to select and copy the entire table with Ctrl+C and then right-click Transpose at Paste Special. By doing so, the table is transformed into a vertically-oriented table. Go to the Home tab, and click AutoFilter to get the sales of all cat....
Use PivotTable to analyze data 2
10:15Use PivotTable to analyze data 2
1.Introduces several causes of pivot table errors.We should standardize the original table. Blank cells in fields, irregular dates format, merged cells, or numerical texts in numerical values will trigger errors.2.Introduced the basic rules of using pivot charts.PivotChart can show the data trend. The X-axis will show the fields in ROWS, while the Y-axis will present the fields in VALUES.3.Slicer can show your leader what they want to see, including fields that aren't in the PivotT....
Text to Columns: Sort data quickly
02:03Text to Columns: Sort data quickly
When creating tables, we sometimes need to import data from outside, and this data often requires secondary classification processing. We now want to classify the data in the table into Name, Age and Telephone. So how can we do that?1. We select column A, click the Data tab.2. Click the Text to Columns drop-down button. 3. Then select the Text to Columns option in the drop-down menu.In the popup dialog box, we can see two options.+One is Delimited. Here, we can use symbols as the basis....
Use IF function to judge data
01:48Use IF function to judge data
The IF function can judge the specified condition and give two results when the condition is established and when it is not.Here is a staff interview form. Now we need to count the people who passed the interview quickly. If the interview score is greater than or equal to 6, the interviewee is passed, but the interviewee is unqualified if the interview score is less than 6. Here, we can use the IF function to judge the result of the interview quickly. The IF function syntax is as follo....