0% found this document useful (0 votes)
39 views13 pages

Riya Chaudhary

This document contains an employee registration form created using HTML tags and its output. It also demonstrates various functions in Microsoft Excel like SUM, SUMIF, COUNT, COUNTIF, COUNTA, COUNTBLANK, TEXT TO COLUMNS, AVERAGE, MAX, MIN, CONCATENATE, VLOOKUP, and IF. The practical file was submitted by a student for the Information Technology Management course.

Uploaded by

KARTIK SAINI
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)
39 views13 pages

Riya Chaudhary

This document contains an employee registration form created using HTML tags and its output. It also demonstrates various functions in Microsoft Excel like SUM, SUMIF, COUNT, COUNTIF, COUNTA, COUNTBLANK, TEXT TO COLUMNS, AVERAGE, MAX, MIN, CONCATENATE, VLOOKUP, and IF. The practical file was submitted by a student for the Information Technology Management course.

Uploaded by

KARTIK SAINI
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/ 13

DELHI INSTITUTE OF ADVANCED STUDIES

Re-Accredited with 'A' Grade by NAAC


(Approved by AICTE and Affiliated with GGSIP University
For B.Com (H), BBA, MBA, & MBA (FM) programme)

PRACTICAL FILE
OF
INFORMATION TECHNOLOGY
MANAGEMENT

MBA
(COURSECODE: MS-117)

SUBMITTED TO: SUBMITTED BY:


MS.AANCHAL GUPTA RIYA CHAUDHARY
Assistant Professor ENROLL. NO:
02912303923
MBA (G) I SEM
BATCH: 2023-2025
CONTENT
 INTRODUCTION
 HTML CODE
 HTML OUTPUT
 MS EXCEL FUNCTIONS
HTML
INPUT:

<html>

<head>

<b>

<title>Employeeregisterationform</title></b>

</head>

<body><center>

<h1style="color:rgb(0,195,255);">Employeeregisterationform
</h1></center>

<form>

<labelfor="fname"><b>firstName:</b></label>

<inputtype="text"id="fname"name="fname"value=""required><br><br>

<labelfor="lname"><b>LastName:</b></label>

<inputtype="text"id="Lname"name="Lname"value=""required><br><br>
<b>Gender:</b>

<inputtype="radio"id="male"name="Gender"value="Malelabelfor= - "Male">
Male </label>&nbsp;

<inputtype="radio"id="Female"name="Gender"value="Femalelabelfor= -
"Female"> Female</label>&nbsp;

<inputtype="radio"id="other"name="Gender"value="otherlabelfor= - "other">
other</label>&nbsp;

</form>

</body>

</html>
HTML OUTPUT
OUTPUT:
MS EXCEL
FUNCTION: SUM
INPUT: =SUM(B12:B1011)
OUPUT :

FUNCTION: SUMIF
INPUT: =SUMIF(F2:F1001,"FEMALE",(J2:J1001))
OUTPUT:
FUNCTION: COUNT
INPUT: =COUNT(H2:H1001)
OUTPUT :

FUNCTION: COUNTIF
INPUT: =COUNTIF(L2:L1001,K1003)
OUTPUT:
FUNCTION: COUNTA
INPUT: =COUNTA(M2:M1001,L2:L1001)
OUTPUT:

FUNCTION: COUNTBLANK
INPUT: =COUNTBLANK(N2:N1001)
OUTPUT :
FUNCTION: TEXTTO COLUMNS
 INPUT: -
 SELECTDATA,
 GO TO DATA BAR
 SELECT TEXT TO COLUMN

OUTPUT:

OUTPUT:
FUNCTION: AVERAGE
INPUT: =AVERAGE(J2:J1001)
OUTPUT :

FUNCTION: MAX
INPUT: =MAX(J2:J1001)
OUTPUT :
FUNCTION: MINIMUM
INPUT: =MIN(J2:J1001)
OUTPUT :

FUNCTION: CONCATINATE
INPUT: =CONCATENATE(A4,"_",B4)
OUTPUT :
FUNCTION: VLOOK UP
INPUT: =VLOOKUP(LOOKUP VALUE,TABLE ARRAY,COL_INDEX
NUMBER,{RANGE_LOOKUP})
OUTPUT:

FUNCTION: IF
INPUT:=IF(F15>=40000,"10%",IF(F15>=30000,"15%",IF(F15>=20000,"20
%",0)))

OUTPUT:
THANK YOU

You might also like