0% found this document useful (0 votes)
5 views12 pages

Assignment 1 &2

The document presents various assignments covering financial data, percentage calculations, Excel functions, and string manipulation techniques. It includes revenue and expenditure details for each month, student marks and percentages, menu item costs, and Excel functions like SUMPRODUCT, MROUND, and string functions. Additionally, it highlights conditional formatting tasks and examples of using functions for text manipulation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views12 pages

Assignment 1 &2

The document presents various assignments covering financial data, percentage calculations, Excel functions, and string manipulation techniques. It includes revenue and expenditure details for each month, student marks and percentages, menu item costs, and Excel functions like SUMPRODUCT, MROUND, and string functions. Additionally, it highlights conditional formatting tasks and examples of using functions for text manipulation.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 12

r all the months when total revenue and total expenses are give

Months Total revenue total expenditure Income


January 5750 8229 2479
February 7326 5919 -1407
March 5427 6353 926
April 8503 5394 -3109
May 6523 4693 -1830
June 6299 8053 1754
July 7919 6871 -1048
August 6963 8062 1099
September 6479 4684 -1795
October 5307 4864 -443
November 7921 6677 -1244
December 8945 4810 -4135
FIND THE PERCENTAGE OF THE MARKS OBTAINED BY STUDENTS IN A CLASS

Grade Total 500


Name Total Marks Percentage
Gaurav 486 97.2
Mehrav 476 95.2
Pallavi 403 80.6
Rishneet 470 94
Nischhal 470 94
Riya 474 94.8
Mehak 391 78.2
Assignment 3
Ques What is the total cost pf menu items tax rate

Menu items Unit Price QTY Total Sales Tax


A 2.99 15 44.85 3.36375
B 3.99 10 39.9 2.9925
C 2.29 20 45.8 3.435
D 2.29 30 68.7 5.1525
E 2.89 10 28.9 2.1675
F 2.49 20 49.8 3.735
G 3.19 40 127.6 9.57
H 1.89 25 47.25 3.54375
I 1.89 35 66.15 4.96125
J 1.89 20 37.8 2.835
TOTAL 556.75
7.50%
Menu Item
food and beverage 556.75
plate & utensils 110.87
table & chair 249.695
18% of food & beverage 100.215
Total Cost 1017.53
ASSIGNMENT 4
Ques Huighlight the columns that are greater than 50 under the number header

Number Date Text


10 1/23/2025 Monday
35 1/24/2025 Tuesday
55 1/25/2025 Wednesday
57 1/26/2025 Thursday
91 1/27/2025 Friday

Ques Highlight the text that contains Monday

Number Date Text


10 1/23/2025 Monday
35 1/24/2025 Tuesday
55 1/25/2025 Wednesday
57 1/26/2025 Monday
91 1/27/2025 Friday

Ques Perform all conditional Formating under dates header that are provided in the excel

Number Date Text


10 1/27/2025 Monday
35 1/24/2025 Tuesday
55 1/28/2025 Wednesday
57 1/29/2025 Monday
91 2/27/2025 Friday

Ques Highlight the text under the condition that they are unique or Duplicate

Number Date Text


10 1/23/2025 Monday
35 1/24/2025 Tuesday
55 1/25/2025 Wednesday
57 1/26/2025 Monday
91 1/27/2025 Friday

Ques Highlight the lowest three items under the number header

Number Date Text


10 1/23/2025 Monday
35 1/24/2025 Tuesday
55 1/25/2025 Wednesday
57 1/26/2025 Monday
91 1/27/2025 Friday
ASSIGNMENT 6
Function in Excel
Ques1 Use sumproduct function: This Function returns the sum of the products of corresponding ranges or arrays.
The Default operation is multiplication, but addition, subtraction and division are also possible.
ARRAY 1 ARRAY 2
4 3 12
8 6 48
2 5 10
70

Ques2 Use Function: Mround, Floor, Ceiling, Mod


mround= the function return a number to a multiple given by the user. MROUND will always round up away returns a number

4.7 5
5.8 5
5.1 5
8.8 9
10 10
17 20

Floor= This Function is used to round a given number down to the nearest multiple of a specified number.
Round a number down, toward zero, to the nearest multiple of significance

3.4 2
16.4 10
4.4 4

Ceiling Function = This function rounds a given number up to the nearest specified multipkle. CEILING works like the MROUND

12.4 20
7.8 8
g ranges or arrays.

und up away returns a number rounded to the desired multiple

ILING works like the MROUND function


ASSIGNMENT 7
String Function
Left & Right Function: The LEFT funtion is used to retrieve a chosen number of characters, coun
The choosen number has to be greater then 0 and is set to 1 by default

The RIGHT function is a text string function that gives the number of characters from the right side of the string.
It helps extract characters beginning from the rightmost side of the left

Ques1 On "ABC" use the LEFt & RIGHT string function to see what will be the output.

ABC AB
BC

MID Function: This Function is designed to pull a substring from the middle of the original text string.
The MID Functionreturns the specified number of characters starting at the position you specify.

Ques2 On "ABC" use MID function to see what will be the output.

ABC AB BC
A BC

UPPER AND LOWER function: The UPPER function is a Text function, that converts text to all capital letters(UPPERCASE)
The LOWER function a text function . The function returns the lowercase version of the text string given

Ques 3 Use UPPER & LOWER function on your names

mehak jain MEHAK JAIN


MEHAK JAIN mehak jain

LENGTH FUNCTION: This function returns the length of a given text string

Ques 4 Use LENGTH function on your name

Ms. Mehak Jain 14

TRIM function This function is used to remove irregular text spacing and keep single spaces between words

Ques 5 Use "TRIM" function on sentence

HELLO, I am MEHAK JAIN. I AM Pursuing Bcom.h HELLO, I am MEHAK JAIN. I AM Pursuing Bcom.h

REVENUE GREW BY 10 PERCENT REVENUE GREW BY 10 PERCENT


CONCATENATE function: This function is used to join two oe more text strings into one string

HELLO, I AM MEHAK JAIN.


I AM IN MAHARAJA AGRASEN INSTITUTE OF MANAGEMNET STUDIES

HELLO, I AM MEHAK JAIN.I AM IN MAHARAJA AGRASEN INSTITUTE OF MANAGEMNET STUDIES


I AM IN MAHARAJA AGRASEN INSTITUTE OF MANAGEMNET STUDIESHELLO, I AM MEHAK JAIN.

SUBSTITUTE Funtion: The function replaces one or more text strings with another text strings
The function is useful where we wish to substitute old text in a string with a new string .

MEHAK JAIN IS IN MAHARAJA AGRASEN INSTITUTE OF MANAGEMENT STUDIES


MEHAK JAIN WAS IN MAHARAJA AGRASEN INSTITUTE OF MANAGEMENT STUDIES

REPLACE Function: This function replaces part of a text string, based on the number of characters you specify , with a different

HELLO, MEHAK JAIN, I AM IN MAHARAJA AGRASEN INSTITUTE OF MANAGEMENT STUDIES


HELLO, MEHAK NAVEEN JAIN, I AM IN MAHARAJA AGRASEN INSTITUTE OF MANAGEMENT STUDIES
sen number of characters, counting from the left side of an
en 0 and is set to 1 by default

side of the string.

e position you specify.

pital letters(UPPERCASE)

tween words

Pursuing Bcom.h
ers you specify , with a different text string

You might also like