0% found this document useful (0 votes)
8 views

Excel Assign PDF

Uploaded by

Siddharth YT
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Excel Assign PDF

Uploaded by

Siddharth YT
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Assignment 1

Create a spreadsheet of a mark sheet using following fields


1. Rollno, Name, Sem, All subjects in each column, computer practical
2. Include columns total, percentage, result(pass/fail), grade
3. Apply formatting to the worksheet
4. Apply the condition to Grade and find Grade as follows
i) “A” grade if percentage>=70
ii) “B” grade if percentage>=60 & <70
iii) “C” grade if percentage>=50 & <60
iv) “D” grade if percentage<50
5. Enter 10 records(all theory subjects marks entered out of 100 & practical
out of 50)
a. Calculate total marks using sum function
b. Calculate percentage using Average function
c. In result column display “pass” if all subject>=35 otherwise “fail”.

Assignment 2

Create a spreadsheet, which contains a information of Employee of


private Ltd co
1. Fields: EmpNo, Emp Name, Basic Salary, DA, TA, HRA, PF, Net Salary.
(DA=3% of basic salary, TA=2%, HRA=5%, PF=2%)
2. All calculation should perform by formula.
3. Enter 10 records

Assignment 3
Create a Worksheet in MS-excel and find difference between times using formula.
Assignment 4

Create Following worksheet in MS-Excel of bill Format


A B C D E F G
Item Price of Qty Total Rs Discount Discount Final Pay
Name Item (%) RS

1. Write formula to calculate Discount RS And final Amount.


2. Apply appropriate format to the worksheet.
3. Enter 10 records.
4. Give the main heading as “GENIUS BOOK STORE, JAMKHANDI”.
5. And apply discount as 5%.
6. Create a chart to above given data.

Assignment 5

Create a following worksheet in MS-Excel


A
1001,Sham,23, [email protected]
1002,Ram,25,[email protected]
1003,David,26,[email protected]
1004,Ravi,21,[email protected]
1005,Ganesh,20,[email protected]

1. Perform Text to Column operation on above table by creating columns as


Id, Name, Age and Email
Assignment 6

Create a worksheet in Ms-Excel and remove duplicate date from


transaction.
Account No Date of Transaction
1 10-5-2022
2 12-6-2022
3 10-5-2022
4 15-6-2022
5 17-07-2022
6 22-08-2022
7 10-5-2022
8 10-2-2022

Assignment 7

Type the following worksheet


11/6/2024 11/17/2024 11/18/2024 11/19/2024 11/20/2024 11/21/2024

Sales 2885 1838 1524 1582 1753 2535

Costs 2162 1578 1564 1609 2472 1981

1.Find out sales and cost of 11/19/2024 and fill orange color
Assignment 8

Using Excels AND,OR and NOT Functions


A
1 The Data
2 15
3 19
4 8
1. Write an AND formula if A2>A3 and A2<A4 is a true or false statement
2. Write an OR formula to if A2>A3 or A2<A4 is a true or false statement
3. Write a formula that expresses that A2+A3=24 is false statement

Assignment 9
Using Excel’s IF Function

A
1 The Data
2 50

1. Write an IF statement so that if the number in cell A2 is less than 100 the
formula displays the text “Within budget” Otherwise the formula displays the
text “Over budget”
Assignment 10

Using Excel’s IF Function

A If Score is Then
return
1 Scores Greater than 89 A
2 45 From 80 to 89 B
3 90 From 70 to 79 C
4 78 From 60 to 69 D
Less than 60 E

1. Write an IF statement to assign a letter grade to the score in cell A2.


2. Write an IF statement to assign a letter grade to the score in cell A3
3. Write an IF statement to assign a letter grade to the score in cell A4

Assignment 11

Perform following operation on Text


trim(), proper(), upper(), lower(), len(), left(), right(), concatenate()

Assignment 12
Prepare any excel sheet and create custom view.

You might also like