0% found this document useful (0 votes)
13 views5 pages

Functions

The document provides a list of various functions and their syntax used in spreadsheet applications, along with simple examples. It includes mathematical, text, and logical functions, as well as examples of employee and student tables containing data such as names, IDs, departments, and salaries. Additionally, it outlines calculations related to gross and net salaries, along with allowances and deductions.

Uploaded by

patelalia290
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views5 pages

Functions

The document provides a list of various functions and their syntax used in spreadsheet applications, along with simple examples. It includes mathematical, text, and logical functions, as well as examples of employee and student tables containing data such as names, IDs, departments, and salaries. Additionally, it outlines calculations related to gross and net salaries, along with allowances and deductions.

Uploaded by

patelalia290
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Function Syntax Example (Simple)

ABS ABS(number+B2:B31) 10
ODD ODD(number) 5
EVEN EVEN(number) 6
POWER POWER(number, power) 8
SUM SUM(number1, [number2],...) 60
PRODUCT PRODUCT(number1, [number2],...) 24
LOG LOG(number, [base]) 2
LOG10 LOG10(number) 3
FACT FACT(number) 120
INT INT(number) 7
ROUND ROUND(number, num_digits) 85.68
SQRT SQRT(number) 5
CONCAT CONCAT(text1, [text2],...) Rahul Mehta
EXACT EXACT(text1, text2) FALSE
FIND FIND(find_text, within_text, [start_num]) 6
LEFT LEFT(text, num_chars) Ra
LEN LEN(text) 5
LOWER LOWER(text) rahul
UPPER UPPER(text) RAHUL
PROPER PROPER(text) Rahul Mehta
REPLACE REPLACE(old_text, start_num, num_chars, new_text) ExcelI
RIGHT RIGHT(text, num_chars) hul
TEXT TEXT(value, format_text) 06/09/2025
TEXTJOIN TEXTJOIN(delimiter, ignore_empty, text1, [text2],...) A,B,C
TRIM TRIM(text) Rahul Mehta
VALUE VALUE(text) 123
AND AND(logical1, [logical2],...) TRUE
OR OR(logical1, [logical2],...) TRUE
NOT NOT(logical) TRUE
IF IF(logical_test, value_if_true, value_if_false) Pass
AVG 2
MAX 76457
MIN
COUNT
STDEV
VAR
Example (Table)
45000 Employee Table
85 Emp_ID Name Department Age Salary
92 E101 Anil Kumar HR 45 45000
8464 E102 Rina Sharma Finance 58 60000
340000 E103 Mohan Singh IT 34 52000
578680 E104 Kavita Rao Marketing 29 48000
6.409390936 E105 Suresh Patel Finance 50 70000
1.462397998 E106 Neha Verma IT 58 65000
8.84176E+30
5416 Student Table
65000 Student_ID Name Subject Marks City
9.591663047 101 Rahul Mehta Math 85 Mumbai
Neha Verma - Sneha Patel 102 Sneha Patel Science 92 Delhi
TRUE 103 Aman Gupta English 74 Kolkata
5 104 Priya Shah Math 63 Chennai
Sne 105 Karan Joshi Science 58 Bangalore
11 106 Meena Rao English 89 Hyderabad
sneha patel
SNEHA PATEL Emp_ID Employee NameBasic Pay HRA DA (%)
Sneha Patel 101 Rahul Mehta 25000 10000 20
Steha Patel 102 Anil Kumar 30000 12000 20
atel 103 Priya Sharma 28000 11000 20
58.00 104 Kiran Patel 22000 9000 20
Rahul Mehta-Sneha Patel 105 Neha Gupta 35000 15000 20
Sneha Patel
#VALUE!
TRUE
TRUE
FALSE
Working
e
City
Mumbai
Delhi
Bangalore
Chennai
Kolkata
Hyderabad

Email
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]

DA Amount PF Other Allowance


Gross SalaryDeductionsNet Salary
5000 2500 3000 43000 2500 40500
6000 3000 4000 52000 3000 49000
5600 2800 3500 48100 2800 45300
4400 2200 2500 37900 2200 35700
7000 3500 5000 62000 3500 58500

You might also like