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

Orientation |Power of Exc

Manipulating with Text


Excel's Text Functions help = manage the text data in your spreadsheets.
ower of Excel : NMIMS - Bangalore
FUNCTION DESCRIPTION
CHAR Returns the character specified by the code number
CODE Returns a numeric code for the first character in a text string
CONCATENATE Joins several text items into one text item
EXACT Checks to see if two text values are identical
FIND Finds one text value within another (case-sensitive)
FIXED Formats a number as text with a fixed number of decimals
LEFT Returns the leftmost characters from a text value
LEN Returns the number of characters in a text string
LOWER Converts text to lowercase
MID Returns a specific number of characters from a text string starting at the position you specify
PROPER Capitalizes the first letter in each word of a text value
REPLACE Replaces characters within text
REPT Repeats text a given number of times
RIGHT Returns the rightmost characters from a text value
SEARCH Finds one text value within another (not case-sensitive)
SUBSTITUTE Substitutes new text for old text in a text string
TEXT Formats a number and converts it to text
TRIM Removes spaces from text
UPPER Converts text to uppercase
ISTEXT Value refers to text
ISNONTEXT Value refers to any item that is not text
First Name Last Name Student number Last 2 Digits
Sagar Modve 80203190096 96
Saprem Kulkarni 80203190097 97
Mitali Jadhav 80203190098 98
Pavanumar Tirumalasetti 80203190099 99
Mahendra Kularia 80203190100 00
Saurabh Singh 80203190101 01
Priya Singh 80203190102 02
Ananay Sharma 80203190103 03
Bhagyashree Kanugo 80203190104 04
Himadri Gupta 80203190105 05
Himanshu Rana 80203190106 06
Akash Garg 80203190107 07
Email Id Use Concatenate function to cre
Sagar.Modve8020319009696@nmims.edu.in
Saprem.Kulkarni8020319009797@nmims.edu.in
Format :
Mitali .Jadhav8020319009898@nmims.edu.in FirstName.LastnameStuden
Pavanumar.Tirumalasetti8020319009999@nmims.edu.in digits)@nmims.e
Mahendra.Kularia8020319010000@nmims.edu.in
Saurabh.Singh8020319010101@nmims.edu.in
Priya.Singh8020319010202@nmims.edu.in
Ananay.Sharma8020319010303@nmims.edu.in
Bhagyashree.Kanugo8020319010404@nmims.edu.in
Himadri.Gupta8020319010505@nmims.edu.in
Himanshu.Rana8020319010606@nmims.edu.in
Akash.Garg8020319010707@nmims.edu.in
tenate function to create email id of student
Format :
Name.LastnameStudent Number(Last 2
digits)@nmims.edu.in

You might also like