Download as xlsx, pdf, or txt
Download as xlsx, pdf, or txt
You are on page 1of 9

Airthmatic formula Sheet

S.no 1st no 2nd no Add subtract multiply divide


1 80 70 150 10 5600 1.142857
2 40 60
3 80 40
4 30 40
5 60 70
6 90 75
7 90 40
8 90 70
9 50 70
10 60 40
Formula Write = before every formula
Add = SUM(select 1st no,select 2nd no)
subtract = select 1st no - select 2nd no
multiply = product(select 1st no, select 2nd no)
divide = select 1st no/select 2nd no
Text Formula sheet
S.no First name Last Name Full Name Capital Name Small Name Proper Name
1 kirti panwar kirti panwar KIRTI PANWAR kirti panwar Kirti Panwar
2 Swati Sharma
3 Mohin Sharma
4 ankit gupta
5 priyanka chaudhary
6 nimrit kaur
7 shiv thakre
8 shalin bhanot
9 dipti aggarwal
10 shrijita day
Formula write = before every Formula
Full Name = CONCATENATE(select first name," ",select Last name)
CapitaL Name = UPPER(select full name)
Small Name = LOWER(select capital name)
Proper Name = PROPER(select full name)
7830
3250
11080
Count formula
1 Count is used for counting number
2 countif("*") is used for counting alphabets
3 counta is used for counting alphabets and numbers

Count
Colu Colum Colum Count
Total Count No
mn I n II n III Words
Values

50 10 500 Column I 18 13 5
15 2 30 Column II
StickeSticker Sticker Column III
RegistRegisterRegister
4 5 20 for column
40 10 400 Formula I only
select
count total column II
BooksBooks Books values counta(Select column I) and
21 2 42 Count No count(Select column I) Coulmn III
for next
20 6 50 Count words countif(select column I,"*") columns
5 8 40
Pencil Pencil Pencil
StickeSticker Sticker
2 591 50
14 Pencil 49
2 105 10
10 25 250
7 5 35
11 1 50
Student Record
S.No. Student Name Father Name Course Year
1 PARUL NARESH PAL BA 1st
2 SUNIL KUMAR NAIN JAIVEER SINGH BCOM 1st
3 RAMBHAJAN JAI PAL BCA 2nd
4 SANYAM JAIN DAVENDRA JAIN BCOM 1st
5 AMULYA GARG HARISH GARG BCA 1st
6 ARPIT KAUSHIK PARMOD KAUSHIK BCOM 3rd
7 SAKSHI RAJPOOT SATISH RAJPOOT BCOM 1st
8 JATIN SUKHIJA RAVI SUKHIJA BCA 1st
9 PARAS GOYAL SANJAY GOYAL BCOM 2nd
10 PULKIT KUMAR KRISHAN KUMAR BA 2nd
11 ARPIT JAIN JAINESH JAIN BCOM 3rd
12 ANKUR CHAUHAN NARENDER SINGH BCA 3rd
13 ROHIT TOMAR MAHAK SINGH BCA 2nd
14 ROHIT TOMER YASHPAL SINGH BCA 1st
15 SNEHA SANJEEV KUMAR BA 1st
16 ASMEEN MAHABOOB ALI BA 1st
17 SAMEENA MEHARBAN ALI BA 3rd
18 SUSHMA ASHOK KUMAR BA 2nd

1. Total No of students use Countif


1 BA 6
2 BCOM
3 BCA

2. TOTAL NO OF STUDENTS use Countifs


1 BA 1st yr 3
2 Ba 2nd yr
3 BA 3rd yr

1 Countif(Select course series,"BA")


2 Countifs(Select course series,"BA",Select year series,"1st")
Salary Sheet
TDS (Tas
Deduction at
TA(Travel HRA(House Source)(Income PF(Provid Net
S.no Emp. Name Emp No Emp Deaprtment Salary Allowance) Rent) Bonus Madical Gross salary Tax) ent Fund) Salary
1 Ram 12348 Marketing 25000 2500 5000 2750 4875 40125 12037.5 6018.75 22068.75
2 Shyam 12349 Finance 7000
3 Mohan 12350 Accounts 17000
4 Rohan 12351 It 20000
5 Kishan 12352 Marketing 30000
6 Radha 12353 Finance 40000
7 Neha 12354 It 70000
8 Nisha 12355 HR 60000
9 komal 12356 Accounts 30000
10 Priya 12357 Finance 20000

Formulas of this Sheet


TA:- TA is 10% of Salary i.e formula =select salary * 10%
HRA:- Hra is 20% Salary i.e Formula =select salary * 20%
Bonus Bonus is 10% of Salary and TA i.e Formula =sum(select salary,Ta)*10%
Madical Madical is 15% of Salary, TA and Hra i.e Formula =sum(select salary, Ta, Hra)*15%
Gross
Salary Gross Salary is the sum of Salary, TA, Hra, Bonus, Madical i.e formula =sum(select salary to Madical Series)

Tds is if gorss salary is grater then 40000 then tds is 30% of gross salary if salary grater then 30000 then tds is 20% of gross salary if gross salary is grater
then 20000 then tds is 30% of gross salary else tds is 0 formula =if(select gross salary >40000,select gross salary * 30%, if(select gross salary>30000,select
Tds gross salary *20%,if(select gross salary >20000,select gross salary *10%,0)))
Pf Pf is 15% of gross salary ie formula =select gross salary * 15%
Net
salary Net Salary is subtaction of Tds and Pf from gross salary ie formula =select gross salary - TDS -PF
Gst Sheet
CGT Sgst Grand Total
S.no Name of Product Quantity Amount/kg Total Sale Discount Taxable Value Rate(%) Amount Rate(%) Amount Sale
1 Apple 20 150 3000 150 2850 2.5% 71.25 2.5% 71.25 2992.5
2 Banana 30 120 6% 6%
3 Mango 50 80 9% 9%
4 Kiwi 40 60 2.5% 2.5%
5 Pomogrante 60 100 6% 6%
6 pear 65 60 6% 6%
7 Guvava 55 40 9% 9%
8 lichi 30 130 2.5% 2.5%
9 Orange 40 50 6% 6%
10 Carrot 70 20 2.5% 2.5%

Total
Sale Total sale is mutiplication of Quantity and amount ie =product(select quantity, select amount)
Discount Discount is 5% of Total sale
Taxable
Value Taxable value is diffrence of total sale and discount ie = select total sale - Discount
Cgst Cgst amount is the cgst rate of Taxable value ie =select taxable value * select cgst rate
Sgst Sgst amount is the Sgst rate of Taxable value ie =select taxable value * select Sgst rate
Grand
Total Grand Total is the sum of Taxable value, cgst and sgst ie =sum(select taxable value, Cgst amont, sgst amount)
Student Fee record
S.no Name Father Name Course Total fee 1st Installment 2nd Installment 3rd Installment Fee Recived Balance status
1 Neha Rohan Basic 2500 1200 1300 2500 0 Nill
2 Pari Mohan Tally 6000 2000 3000
3 Rianshi Rohit Java 3500 1000 1500 1000
4 Divanshi Kapil C 3000 1500 1500
5 Daksh Kapil C++ 3500 1000
6 Maulik Rohit Web 3500 1500 1000
7 Khushi Punit Python 3500 1500 2000
8 Baani Punit Photoshop 3000 1500
9 Shivani Sohan Coral Draw 4000 1000 1000 2000
10 Avni Gagan PHP 5000 1500 2000

Fee recived Fee recived is the sum of 1st,2nd and third installent i.e formula =sum(select all installments)
Balance Balance is the diffrence of Total fee and fee received i.e. formula =Total fee - Fee received
Status status is if balance = 0 then status is Nill otherwise Pending i.e formula =if(select balance = 0,"Nill","Pending")
STUD
MARKSHEET
ENT'S
NAM NAME OF SUBJECT DIVISI
SNO E HINDI ENGLI MATHSSCIENCDRAWITOTALMARKSPERCE RESUL GRADEON REMAR
1 SHIVA 65 45 98 78 85 500 371 74.2 pass c 1st good
2 SARGUN
3 KAJAL
4 SNEHA
5 DIPALI
6 RITIKA
7 KARTIK
8 ANY
9 SHANVI
10 NAVYA

FORMULAS
MARKS Err:508
PERCE Err:509
RESUL #NAME?
GRADE #NAME?
DIVISI #NAME?
REMAR #NAME?

You might also like