0% found this document useful (0 votes)
27 views6 pages

Excel Exercise 5_241007_151307

Excel exercise
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)
27 views6 pages

Excel Exercise 5_241007_151307

Excel exercise
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/ 6

Exercise 5

1. Open a new Workbook.


2. Rename the Worksheet of Sheet1 as Index.
3. Now, Perform the Sum Function on Sheet2 and Rename Sheet2 as Sum using Following Data:

Expenses of Administrative Department (quarterly)


Jan Feb Mar Apr Total
Salaries 20000 21000 20000 25000 =sum(b3:e3)
Legal 5200 2356 54788 4521
Overheads 45000 5478 5632 2365
Programming 2369 8965 25114 5600
Supplies 8547 4563 2336 5000
Total =sum(salaries:Supplies)

4. Perform the Product Function on Sheet3 and Rename Sheet2 as Product using Following Data:

Unit Price Qty Total


1000 23 =product(unitprice,qty)
6000 89
6700 66

5. Calculate average salary and rename the sheet as Average

Expenses of Administrative Department (quarterly)


Jan Feb Mar Apr Average
Salaries 20000 21000 20000 25000 =Average(Jan:Apr)
Legal 5200 2356 54788 4521
Overheads 45000 5478 5632 2365
Programming 2369 8965 25114 5600
Supplies 8547 4563 2336 5000

6. Find out maximum expense and rename the sheet as “Min”


Jan Feb Mar Apr
Salaries 20000 21000 20000 25000
Legal 5200 2356 54788 4521
Overheads 45000 5478 5632 2365
Programming 2369 8965 25114 5600
Supplies 8547 4563 2336 5000
Min =Max(salaries:Supplies)

7. Find out minimum expense and rename the sheet as “Max”


8. Click on new Sheet and rename it as”MOD”

Number Divisor Remainder


500 4 =mod(number:divisor)
678 32
456 33
9. Click on new Sheet and rename it as ”Rounding”
10. Click on new Sheet and rename it as ”Change Case”

11. Click on new Sheet and rename it as ”IF”

12. Click on new Sheet and rename it as ”Date”


30

13. Click on new Sheet and rename it as ”ABS”

Absolute
Numbers Value
-
25 abs(number)
56
89
75

14. Click on new Sheet and rename it as ”Count”

Rollno Course
789 Ba
890
Bba
745
Bcom
674 Bcom
456 Bcom
 Count number of students of ”Ba”
 Count number of students whose Course is unknown.
 Count number of students whose Roll no is known.
15. Click on new Sheet and rename it as ”String Functions”
First First & last with First Last
last name upper lower proper
name name "&" name name

=concatenate(a2, =a2&” =left(a2, =right(a =lower(a2


Lalita Prajapati ” “,b2) “&b2 6) 2,9) =upper(a2) ) =proper(a2)
Chaturved
Varsha i
Renu Garg
Vinod Sing

Manish Kumar

16. Click on new Sheet and rename it as ”Misc” and perform the following functions

 Find out what will be the day on 15/08/1947 using Weekday function
 Count numbers of day in between 01/04/2008 to 15/8/08 using Days360
 Change 3678 in to Roman Counting.
 Find out square root of 16 using SQRT
6
 Solve this (5) using Power

 Find out cube root of 27.


 Find the position of “DAB” in “FARIDABAD” using Find Function.

17. Finally Create Hyperlink of all Sheets in Index.

You might also like