Fungsi teks di dalam Microsoft Excell
(sumber: Mr. Yudho, Computer Teach for class XI IPS semester 2)
1. LEFT, fungsi ini digunakan untuk mengambil sejumlah karakter dari sebelah kiri. Adapun cara penulisan fungsi ini adalah:
=LEFT(Teks, n)
Dimana: Teks : merupakan string yang akan dimanipulasi. Bisa berupa teks biasa ataupun nama suatu sel; N: banyaknya jumlah karakter yang diambil dari Teks dari sebelah kiri.
Contoh:
=LEFT(“Yogyakarta”; 5) → yogya
=LEFT (“Aisyah”; 3) →Ais
2. Right, seperti halnya fungsi left, fungsi right juga digunakan untuk memanipulasi teks, yaitu mengambil sejumlah karakter tertentu dari sebelah kanan. Adapun syntaxnya adalah:
=RIGHT(Teks,n)
Dimana: Teks: merupakan string yang akan dimanipulasi. Bisa berupa teks biasa ataupun nama suatu sel; N: banyaknya jumlah karakter yang diambil dari Teks dari sebelah kanan.
Contoh:
=RIGHT(“Yogyakarta”; 5) → karta
=LEFT (“Aisyah”; 3) →yah
3. MID, berfungsi untuk mengambil karakter berdasarkan ketentuan yang ditentukan sendiri. Penulisan sebagai berikut:
=MID(teks,m,n)
Dimana: Teks:merupakan string yang dimanipulasi. Bisa berupa teks biasa ataupun nama suatu sel; M:urutan awal pengambilan karakter; N:banyaknya jumlah karakter yang diambil dari teks di mulai karakter ke-M.
Contoh:
=MID(“Yogyakarta”; 5;4) →akar
=MID(“Aisyah”;2,4) →isya
4. VALUE, digunakan untuk mengembalikan angka yang bertipe string menjadi jenis numeric kembali, perintahnya adalah:
=VALUE(Data Angka)
Di mana: Data Angka: adalah angka yang bertipe data string yang akan dikonversikan ke tipe data numeric.
Contoh:
=VALUE(“1234”) →1234
IN ENGLISH (with google translate Indonesian-english)
Text functions in Microsoft Excel
(source: Mr. Yudho, Computer Teach for class XI IPS semester 2)
(source: Mr. Yudho, Computer Teach for class XI IPS semester 2)
A. LEFT, this function is used to retrieve a character from the left. As for how the writing of this function is:
= LEFT (text, n)
Where: Text: a string to be manipulated. Can be plain text or the name of a cell; N:number of characters taken from the text from the left.
example:
= LEFT ("Yogyakarta"; 5) → yogya
= LEFT ("Aisha", 3) → Ais
2. Right, like the function of left, right functions are also used to manipulate text,which is taking a number of specific characters from the right. The syntax is:
= RIGHT (text, n)
Where: Text: a string to be manipulated. Can be plain text or the name of a cell; N:number of characters taken from the text of the right.
example:
= RIGHT ("Yogyakarta"; 5) → karta
= LEFT ("Aisha", 3) → yah
3. MID, function to retrieve the specified character based on his own terms.Writing as follows:
= MID (text, m, n)
Where: Text: a string is manipulated. Can be plain text or the name of a cell; M:making the initial order of character; N: number of characters taken from the textin the starting character to-M.
example:
= MID ("Yogyakarta", 5, 4) → root
= MID ("Aisha"; 2.4) → isya
4. VALUE, be used to restore the numbers of type string to type numeric return, the command is:
= VALUE (Data Number)
Where: Data rate: the number of data type string to be converted to a numericdata type.
example:
= VALUE ("1234") → 1234
Tidak ada komentar:
Posting Komentar