Вы находитесь на странице: 1из 5

Function Syntax FIND FIND(find text ,within text, start with num) Locate text within a text entry

and returns the number of the starting position of the text within that entry. LEFT LEFT(text, num chars) Returns the number of leftmost characters specified. LEN LEN(text) Returns the number of characters in a text entry. MID MID(text, start num, num chars) Returns the specified number of characters from a text entry, beginning with the specified character number. RIGHT RIGHT(text, num chars) Returns the number of rightmost characters specified. TRIM trim(text) Removes all spaces fom a text string except for single space space between words CONCATENATE Concatenate(text 1, text2,) Joins several text strings REPLACE REPLACE(old text, start number,number characters,next text) Replaces a part of string with a different text string Q1. Below is the sales amount of east, west, south region. Position of east+west+south Position of Ist "+" IInd "+" east 10+20+250 3 6 100+250+350 1000+25+456 1+354+2

west

Q2. Fill IILM admission details as below and then use CONCATENATE to make your IILM Registration no. Year of Admission form no.(which registratio is the last 4 digitd of your n registration no.)

S. No. 1 2 3 4 5

Students name

Program ( PG/UG)

Q3. Use TEXT TO COLUMNS to separate the sales amount of each region east+west+south 10+20+250 100+250+350 1000+25+456 1+354+2

of the text within that entry.

the specified character number.

length

south

our IILM Registration no. IILM Registrati on no.

The data given below contains information about the size, color, and style for a variety of shirts. For example, the first shirt is between the colon and the hyphen). Its color is 65, and its size is L. Use text functions to extract the style, color, and size of e Item
100's:100-65L 100's:100-65XL 100's:100-65XXL 100's:100-06M 100's:100-06L 100's:100-06XL 100's:100-06XXL 100's:100-05M 100's:100-05L 100's:100-05XL 100's:100-05XXL 100's:100-04S 100's:100-04M 100's:100-04L 100's:100-04XL 100's:100-04XXL 100's:100-02S 100's:100-02M 100's:100-02L 100's:100-02XL 100's:100-02XXL 100's:100-01S 100's:100-01M 100's:100-01L 100's:100-01XL 100's:100-01XXL 100's:100-25M 100's:100-25L 100's:100-25XL 100's:100-25XXL 100's:100-11M 100's:100-11L 100's:100-11XL 100's:100-11XXL 125's:125-06M 125's:125-06L 125's:125-06XL 125's:125-06XXL 125's:125-05M 125's:125-05L

Find '

Find -

Style

length

Color

Size

125's:125-05XL 125's:125-05XXL 125's:125-04M 125's:125-04L 125's:125-04XL 125's:125-04XXL 125's:125-02S 125's:125-02M 125's:125-02L 125's:125-02XL 125's:125-02XXL 125's:125-25S 125's:125-25M 125's:125-25L 125's:125-25XL 125's:125-11M 125's:125-11L 125's:125-11XL 125's:125-11XXL 125's:125-01S 125's:125-01M 125's:125-01L 125's:125-01XL 125's:125-01XXL

or example, the first shirt is style 100 (indicated by digits e style, color, and size of each shirt.

Вам также может понравиться