Get WPS Office for Windows
Download the native desktop version of WPS Office for Windows 10 or Windows 11.

Download WPS Office for All Platforms
Find your device and get the right version
- Download .exe
- Run installer
- Open WPS Office
Search Results
461 results for how to open multiple excel windows
- All Tutorials
- Video Tutorials
- Quick Tutorials
- All
- Spreadsheet
- Presentation
- Writer
461 results for how to open multiple excel windows
How to merge multiple worksheets into a worksheet
01:28How to merge multiple worksheets into a worksheet
By the end of the year, the Indonesian branch needs to make statistical analysis on the sales performance of the whole year. Now, we need to merge all the sales records from January to December into a worksheet, making the PivotTable function possible to use. What can we do? Go to the Data tab, click the Merge Sheet drop-down button, and click the merge multiple worksheets into a worksheet option. Click the Add File button in the pop-up dialog box, select the files from January to Dece....
How to split a workbook into multiple files
01:39How to split a workbook into multiple files
We often need use the Split Book function so that we can split a workbook into multiple files at work. Take this workbook as an example, which is a table of goods sales from January to September. Now we want to split it into three workbook files. 1. Head to the Home tab, click the Split Sheet drop-down button,and select Split Book.2. In the pop-up dialog, the current file is checked by default, and you can also split other files by clicking Add more files.3. When finished, click Next t....
Multiple ways to use hyperlinks in WPS Presentation
02:07Multiple ways to use hyperlinks in WPS Presentation
When using WPS Presentation to make slides, we often need to add a hyperlink in the text to jump to a web page or jump to other parts of the slideshow. So how can we add a hyperlink in slides? · Add a hyperlink to jump to other slidesTake these slides as an example. 1. Select the text box where Introduction is located.2. Click the Insert tab, and then click the Hyperlink button.3. Click Place in this Document in the pop-up Edit Hyperlink dialog box.4. Then click Slide 4. Now a hyperlin....
Batch export multiple pictures
00:54Batch export multiple pictures
If you want to save multiple pictures in a table, a common practice is to save them one by one. It will be very troublesome when there are a large number of pictures. Today, we will learn a quick tip to export pictures in batches. Taking this table as an example, we can see that there are many pictures in the table. First, change the suffix name of this table file in accordance with the suffix of the zip file. Here, we change the .xlsx format to .rar format and then decompress the file....
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 ....
How to convert Excel to PDF
02:50How to convert Excel to PDF
PDF is a highly compatible format that occupies little space and is easy to transfer. Converting a table into a PDF file is often needed in daily study and work. Here are the steps. Take this table as an example. Click the Tools tab, then click the Export to PDF button. A dialog box Export to PDF will pop up, where you can select the small icon to the right of the file name to rename it. We can choose Active sheet for multi-page tables to set the export range.When we want multiple tabl....
Multiple methods of merging cells
03:17Multiple methods of merging cells
When we use the WPS Spreadsheet, we often need to merge and combine multiple cells. Merge and Center in WPS spreadsheet offers multiple merging methods. We will explain in detail how to use this function. · Merge and CenterSelect the cell area to be merged, click Home and find the drop-down menu of Merge and Center, and select Merge and Center or press keyboard shortcut Ctrl+M. In this way, the selected cells can be merged into one cell and displayed in the center. · Merge CellsSelect ....
Use SUMIFS function with multiple criteria
02:27Use SUMIFS function with multiple criteria
In our work, we often need to filter through multiple criteria for statistics. At this time, we can use the SUMIFS function. The grammatical structure of the SUMIFS function is: “SUMIFS(Sum range, Range1, Criteria 1, Range2, Criteria2...)”Using the data in this table as an example, we want to calculate The total amount of imported fruits from South Korea greater than $50,000. There are two conditions. One is South Korea, and the other is the amount>$50,000.First, after clicking cell E5....