There are 8 free training tutorials of how to use office suite for Functions and Formulas
How to use the VLOOKUP function across multiple sheets in WPS Office Excel?
In the following example, Sheet1 ‘Client Order List’ records the equipment types ordered by corresponding client company names, while Sheet2 ‘Price List’ lists Sequence No. and Price for each type of equipment. Now we want to fill in Column D ‘Price’ for each company, using the VLOOKUP function with data in Sheet2.Sheet1: Client Order List Sheet2: Price List · Option 1:1. Input =VLOOKUP(B2,'Price List'!$A$1:$C$11,3,FALSE) in cell C2 of Sheet1 ‘Client Order List’. 2. Select cell....
How to use the IF function
The IF formula, as one of the most commonly used functions, can determine whether a condition is TRUE or FALSE, so as to get one of the two values. In this article, you will see the explanation of IF function, several examples of IF formula, as well as a case demonstration. · Explanations of IF formula: IF(logical_test, value_if_true, [value_if_false])· logical_test (necessary): the condition to be compared· value_if_true (necessary): the value to be presented as the result when the “....
How to use the SUM function
· Option 1:1. Select the cell range with data to sum up. 2. Click Formula → AutoSum You can also use the SUM function for multiple rows at the same time. · Option 2: 1. Choose the cell for sum up result.2. Input =SUM(B2:E2) .3. Press Enter on the keyboard.* If you want to get the rest of the results quickly, place the cursor at the down-right corner of F2 until symbol “+” present. Then, change the selected range with the mouse. To be office excel advanced, you could learn how to use W....
How to change case in Excel
There are three relevant functions can help a lot. Here we take a name table as an example.1. UPPER functionWe can use this function to convert the whole word to upper case. Enter the formula “=UPPER(A2)”, and drag the mouse to fill the following cells. 2. LOWER functionWe can use this function to convert the whole word to lower case. Enter the formula “=LOWER(B2)”, and drag the mouse to fill the following cells. 3. PROPER functionWe can use this function to convert the first letter t....
The CONCATENATE Function in Excel
WPS Spreadsheet could be an alternative to Microsoft Office Excel. It includes 100's of built-in formulas, pivot tables, and more.· Description:The concatenate function is one of the text functions, allowing you to join two or more words or text strings together. In today's case, let's say you have to connect a list of separate first and last names, what you need to do is to join text from column A (First Name) with the text from column B (Last Name) and pull them together....
LOOKUP Function in Excel
WPS Spreadsheet could be an alternative to Microsoft Office Excel. It includes 100's of built-in formulas, pivot tables, and more.· Description:The LOOKUP function can search a value in a column or row and returns a particular value from the same place in another column or row. It has two Syntax. · Syntax1 :LOOKUP(value, array) · Arguments:Value: The value to search for in an array, which must be in ascending order.Array: An array of values.(contains both the values to search for a....
How to use LEFT and RIGHT formulas together in excel
Are you ready to master how to use LEFT and RIGHT formulas together in excel? After learning this WPS free course, you will be advanced from a beginner in WPS Spreadsheet. · What is WPS Spreadsheet? WPS Spreadsheet is compatible with Microsoft Office Excel. As the world's leading developer of office software solutions, WPS Office provides free applications for individuals and businesses to improve productivity. · What is the LEFT and RIGHT function in WPS Spreadsheet? They both all....
The RAND Function in Excel
WPS Spreadsheet could be an alternative to Microsoft Office Excel. It includes 100's of built-in formulas, pivot tables, and more. · Description:With Rand Function, you can return a random number between 0 and 1, and each time you recalculate them, they will return new values. · syntax:RAND( ) · ArgumentsNo arguments for the RAND function. · Example:1. Open your table in WPS Spreadsheet.2. Select a blank cell where you want to add a random number. Click the Formulas tab > Insert F....