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

Khushi Text Function Assigment Done

The document contains a list of names, employee IDs, and various text functions used in data processing. It includes examples of text manipulation functions such as CONCATENATE, REPLACE, and TRIM, along with their syntax and descriptions. Additionally, it provides examples of formatting dates and numbers, as well as extracting and checking text values.

Uploaded by

rhitika.butola
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)
6 views

Khushi Text Function Assigment Done

The document contains a list of names, employee IDs, and various text functions used in data processing. It includes examples of text manipulation functions such as CONCATENATE, REPLACE, and TRIM, along with their syntax and descriptions. Additionally, it provides examples of formatting dates and numbers, as well as extracting and checking text values.

Uploaded by

rhitika.butola
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/ 23

Ref.

Category
FC-1 Text
FC-2 Text
FC-3 Text
FC-4 Text
FC-5 Text
FC-6 Text
FC-7 Text

FC-8 Text
FC-9 Text
FC-10 Text
FC-11 Text
FC-12 Text
FC-13 Text
FC-14 Text
FC-15 Text
FC-16 Text
FC-17 Text
FC-18 Text
FC-19 Text
FC-20 Text
FC-21 Text
FC-22 Text
FC-23 Text

FIRST NAME LAST NAME


MOHIT KUMAR
ROHIT ROY
YASH SINGH
KAJAL KUMARI
KOMAL SHARMA
OM KAPOOR
MOHIT RAWAT
ROHIT JANA
YASH PAL
KAJAL RAJPUT
KOMAL SINGH
OM ROY
REPT
RAHUL
*
RHITIKA
NIIT

TRIM
MAYANK SINGH BUTOLA

SUBSTITUT
E
FIRST NAME LAST NAME
MOHIT KUMAR KUMAR
ROHIT ROY ROY
YASH SINGH SINGH

Replace
EMPLOYEE JOIN YEAR
EMP-0000-123 2024
EMP-0000-124 2023
EMP-0000-125 2026
EMP-0000-126 2026
EMP-0000-127 2026

TEXTJOIN
FIRST NAME MID NAME
MOHIT KUMAR
ROHIT KUMAR
YASH SINGH
KAJAL SINGH
KOMAL SHARMA

T
FIRST NAME TEXT OR NOT
MOHIT MOHIT
77
YASH YASH
KAJAL KAJAL
88
RAHUL RAHUL
6788
YASH YASH
Function
EXACT
FIND
LEFT
LEN
LOWER
MID
PROPER

REPLACE
RIGHT
SEARCH
TEXT
TRIM
UPPER
CHAR
CLEAN
CODE
DOLLAR
FIXED
REPT
SUBSTITUTE
T
VALUE
BAHTTEXT

FULL NAME
MOHIT KUMAR
ROHIT ROY
YASH SINGH
KAJAL KUMARI
KOMAL SHARMA
OM KAPOOR
MOHIT RAWAT
ROHIT JANA
YASH PAL
KAJAL RAJPUT
KOMAL SINGH
OM ROY
RAHUL RAHUL RAHUL RAHUL RAHUL RAHUL RAHUL RAHUL RAHUL RAHUL
***************
RHITIKARHITIKARHITIKARHITIKARHITIKARHITIKARHITIKARHITIKARHITIKARHITIKA
NIIT NIIT NIIT NIIT NIIT NIIT NIIT NIIT NIIT NIIT NIIT NIIT NIIT NIIT NIIT NIIT NIIT NIIT NIIT NIIT

MAYANK SINGH BUTOLA

NEW LAST NAME


JOY
KUMAR
PAL

NEW ID
EMP-2024-123
EMP-2023-124
EMP-2026-125
EMP-2026-126
EMP-2026-127

LAST NAME
SINGH
SINGH
SINGH
SINGH
SINGH
Description
Checks to see if two text values are identical
Finds one text value within another (case-sensitive)
Returns the leftmost characters from a text value
Returns the number of characters in a text string
Converts text to lowercase
Returns a specific number of characters from a text string starting at the position you specify
Capitalizes the first letter in each word of a text value

Replaces characters within text


Returns the rightmost characters from a text value
Finds one text value within another (not case-sensitive)
Formats a number and converts it to text
Removes spaces from text
Converts text to uppercase
Returns the character specified by the code number
Removes all nonprintable characters from text
Returns a numeric code for the first character in a text string
Converts a number to text, using the $ (dollar) currency format
Formats a number as text with a fixed number of decimals
Repeats text a given number of times
Substitutes new text for old text in a text string
Converts its arguments to text
Converts a text argument to a number
Converts a number to text, using the ß (baht) currency format

PROPER NAME
Mohit Kumar
Rohit Roy
Yash Singh
Kajal Kumari
Komal Sharma
Om Kapoor
Mohit Rawat
Rohit Jana
Yash Pal
Kajal Rajput
Komal Singh
Om Roy
REPT AND LEN

NEW UPDATE NAME


MOHIT JOY
ROHIT KUMAR
YASH PAL

FULL NAME
MOHIT KUMAR SINGH
ROHIT KUMAR SINGH
YASH SINGH SINGH
KAJAL SINGH SINGH
KOMAL SHARMA SINGH

EXACT
DIYA
mohit
kamal
RHITIKA
56
RIYA
Text funcation
Syntax
=EXACT(text1,text2)
=FIND(find_text,within_text,start_num)
=LEFT(text,num_chars)
=LEN(text)
=LOWER(text)
=MID(text,start_num,num_chars)

=PROPER(text)
=REPLACE(old_text,start_num,num_chars,new_text)
=RIGHT(text,num_chars)
=SEARCH(find_text,within_text,start_num)
=TEXT(value,format_text)
=TRIM(text)
=UPPER(text)
=CHAR(number)
=CLEAN(text)
=CODE(text)
=DOLLAR(number,decimals)
=FIXED(number,decimals,no_commas)
=REPT(text,number_times)
=SUBSTITUTE(text,old_text,new_text,instance_num)
=T(value)
=VALUE(text)

=CONCATENATE(text1,text2,...)

UPPER NAME
MOHIT KUMAR
ROHIT ROY
YASH SINGH
KAJAL KUMARI
KOMAL SHARMA
OM KAPOOR
MOHIT RAWAT
ROHIT JANA
YASH PAL
KAJAL RAJPUT
KOMAL SINGH
OM ROY
DIYA
MOHIT
kamal
RHITIKA
56
SEEMA
uncation
Favorites

LOWER RIGHT LEFT


mohit kumar KUMAR MOHIT
rohit roy ROY ROHIT
yash singh SINGH YASH
kajal kumari KUMARI KAJAL
komal sharma SHARMA KOMAL
om kapoor KAPOOR OM
mohit rawat RAWAT MOHIT
rohit jana JANA ROHIT
yash pal PAL YASH
kajal rajput RAJPUT KAJAL
komal singh SINGH KOMAL
om roy ROY OM
LEN
RAHUL 6
* 1
RHITIKA 7
NIIT 5

FIND POSITION CONCAT

FIRST NAME 1 HII


MOHIT KUMAR 3 RHITIKA
ROHIT ROY 4 BUTOLA
YASH SINGH 7 HIIRHITIKABUTOLA

TEXT
TEXT DAY IN A WORD FULL
2/1/2023 01 Wed Wednesday
2/2/2023 02 Thu Thursday
2/3/2023 03 Fri Friday
2/4/2023 04 Sat Saturday
2/5/2023 05 Sun Sunday

TRUE
FALSE
TRUE
TRUE
TRUE
FALSE
CONCAT text char code text char

HII p 112 p N 78
SAGAR r 114 r I 73
ROY i 105 i I 73
HIISAGARROY y 121 y T 84
a 97 a

year month
2023 2
2023 Feb
2023 2
2023 Feb
2023 February
code

N
I
I
T
Extract the first 4 characters:

Lady Gaga Lady < - Insert formula here!

Extract the last 8 characters:

Led Zeppelin Zeppelin < - Insert formula here!

Extract 26 characters from the 103rd character:

dsdfsfweusdfdfvbtrefjnfsdf34fdfsdf34fsabcdefcdercvaaaaabg%4fds2dfsdf34rejnfejrnvjnjnfsaaaaadnfewfnjsdfI am absolutely a

dsdfsfweusdfdfvbtrefjnfsdf
^ Insert formula ^

Check if the following cell is blank:

Cell Is it blank?
Bla bla bla 0 <= Insert formula here
1 <= Insert formula here

1. Convert the cell from a number to text (without specific formatting):

Number TEXT
45634345 45634345 <= Insert formula here

2. Convert the following dates using the following format:

Date Required format Result:


3/4/2020 dd.mm.yyyy 04.03.2020

3. Add 2 leading zeroes to the following number:

Number With 2 leading zeroes


1234 1234.00 <= Insert formula here

Little
Lamb

Answer LittleLamb <- Insert formula here


Replace the letter "B" with the letter "L":
(Please use capital letters in all parts of formula!)
HEBBO WORBD
HELLO WORLD <= Insert formula here

Change the second "A" to "B":


(Please use capital letters in all parts of formula!)
ABAA
BBBB <= Insert formula here

Remove the extra spaces:

Welcome Welcome <= Insert formula here

Good Morning Good Morning <= Insert formula here

Using CONCAT - Combine cells A65 to A71

Word
Are

You Sleeping

Brother John
?

Are You Sleeping Brother John? <-Insert Formula

Find the position of the following texts:

Find Within:
Pepper Blue Cold Cayenne Peppers 19
Maid Iron Maiden 6

What is the length of the following cells?

Alice 5 <= Insert formula here

Excel is cool 13 <= Insert formula here


Use CONCATENATE in order to complete columns D and F. For example, for John Smith the result in Column D would be JohnS

Employee Code First Name Last Name


A100 John Smith
A101 Jane Doe
A102 Bob Johnson
rmula here!

rmula here!

nfewfnjsdfI am absolutely amazing!!!wesdf34rsdfsdfewr34rwfsdfu34nunfsdufn3u4nffudsnfusf

<= Insert formula here


<= Insert formula here
<= Insert formula here
Column D would be JohnSmit and in column F John-Smith

First and last name (no space) First and last name (with dash)
JohnSmith John-Smith
JaneDoe Jane-Doe
BobJohnson Bob-Johnson

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy