41 results for unprotected formula excel 2010
- All Tutorials
- Video Tutorials
- Quick Tutorials
- All
- Spreadsheet
- Presentation
- Writer
TEXT formula in WPS Spreadsheet
03:09TEXT formula in WPS Spreadsheet
The TEXT formula in Excel is commonly used for the conversion of number-to-text in a certain format, and it could be also used in Microsoft Office Excel and Openoffice. Normally, the TEXT formula is used to customize format cells in terms of actual needs. To realize it, we need to adjust the second parameter of the formula, which stands for format texts to be set. In this example, the number 2.012584, which equips with six decimal places, entered cell A2. How can we convert it into a v....
The Trace Precedents function
00:57The Trace Precedents function
WPS Spreadsheet could be an alternative to Microsoft Office Excel. It includes 100's of built-in formulas, pivot tables, and more. While processing a table, we have to double-click a cell containing a function formula to view the referenced data cell, However, this will easily lead to incorrect editing of the formula. At this time, we can use the function of Tracking Precedents of WPS table.Take this table as an example. We want to see which cells are referenced by the formula of ....
Between two numbers formula in Excel
We may need to compare values when analyzing data. Here we will talk about how to mark the values that are between two given values. Here we take a table as an example. We want to know whether the values are between "Number 1" and "Number 2."We can use this formula: =AND(val>MIN(num1,num2),valMIN(A2,B2), C2
Create formula with structured references in WPS Office Excel
Welcome to WPS Official Academy to check the contents of how to create formula with structured references in WPS Office Excel. · Explicit reference & Structured reference in WPS SpreadsheetBefore learning how to use structured reference, it’s best to know what it is and why it is used first. Here we introduce another concept Explicit reference for comparison.1. What is Explicit ReferenceExplicit Reference is mostly used in our daily work. When you input the specific cell range like C2:....
The SUMPRODUCT function for quick calculation of total sales
01:44The SUMPRODUCT function for quick calculation of total sales
When using WPS Spreadsheets to process data, it is convenient to use the SUMPRODUCT function to multiply data and then sum the results that we get. The spreadsheet for demonstration records sales amounts and prices of clothes in different cities. What can we do for a quick calculation of the total sales in all cities? The SUMPRODUCT function can realize it. This video could be also used in Microsoft Office Excel and Openoffice. Place the cursor in cell F5. Then, click Insert Formula i....
Use the text function to extract characters in cells
02:45Use the text function to extract characters in cells
In this video, we'll introduce three practical functions in excel, which are the RIGHT, LEFT, and MID functions.In this example, if we want to extract the first three numbers on the right, how can we realize it? The RIGHT function could help. It can extract characters within a cell, from the right to the left. Here is the complete formula of the RIGHT function. RIGHT(text,num_chars) The first parameter text refers to the specific text to be extracted. The second parameter num_chars....
The AVERAGE, MAXIMUM, MINIMUM functions
01:15The AVERAGE, MAXIMUM, MINIMUM functions
When we analyze the sales performance of staff, the AVERAGE, MAXIMUM, and MINIMUM functions can help a lot. The worksheet on the screen lists the personal sales performance for each staff.If we want to get the average sales, we can use the AVERAGE function. Click cell C22, and enter the formula "=AVERAGE()". Then, input "E3-G21" within the parentheses, and press Enter to get the result.If we want to know the highest sales, we can use the MAX function. Click cell E22, and enter the form....
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....