Soal Microsoft Excel

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Roninglipar
R
Roninglipar
Community Contributor
Quizzes Created: 17 | Total Attempts: 165,811
| Attempts: 2,926 | Pertanyaan: 50
Please wait...

Question 1 / 50
0 %
0/100
Score 0/100
1. Ascending adalah :

Explanation

Ascending adalah mengurutkan data dari kecil ke besar.

Submit
Please wait...
About This Quiz
Soal Microsoft Excel - Quiz

2. Rumus Upah Lembur = Jam Lembur * 2000 adalah

Explanation

The given correct answer is =C6*2000. This formula calculates the overtime pay by multiplying the number of overtime hours (cell C6) with the rate per hour (2000). The result will be the total overtime pay.

Submit
3. Rumus  Upah Kerja = Jam Kerja * 4500 adalah

Explanation

The given equation is a formula to calculate the wage for a certain number of working hours. The formula multiplies the number of working hours (represented by cell B6) by the wage rate of 4500. This will give the total wage for the given number of working hours.

Submit
4. Mengambil sejumlah data karakter yg telah ditentukan mulai dari Kiri dalam suatu cells adalah merupakan salah satu fungsi text berikut …

Explanation

The correct answer is "LEFT." The LEFT function is used to extract a specified number of characters from the left side of a text string. In this case, it is used to extract a certain number of characters from the left side of a cell.

Submit
5. Rumus untuk PPH (pajak) = 10% * Total Upah Bruto adalah

Explanation

The correct answer is "=10%*F6" because the formula for calculating PPH (pajak) is to multiply 10% by the Total Upah Bruto, which is represented by the value in cell F6.

Submit
6. Mengambil sejumlah data karakter yg telah ditentukan mulai dari tengah dalam suatu cells adalah merupakan salah satu fungsi text berikut …

Explanation

The correct answer is MID. The MID function is used to extract a specific number of characters from a text string, starting from a specified position. In this case, it is used to extract a certain number of characters from the middle of a cell.

Submit
7. Versi terbaru dari microsoft office saat ini adalah : 

Explanation

The correct answer is Microsoft Office 2010 because it is stated in the given options as the latest version of Microsoft Office.

Submit
8. Yang bukan merupakan operator Relasi adalah :

Explanation

The given answer, ">>", is not a relational operator. Relational operators are used to compare two values and determine the relationship between them, such as equality or inequality. The ">>" symbol is actually the right shift operator in programming, which is used to shift the bits of a number to the right. It is not used for comparison purposes, and therefore does not fall under the category of relational operators.

Submit
9. Rumus Menghitung Total Bayar adalah

Explanation

The given correct answer for this question is =(D7*F7)-G7. This formula calculates the total payment by multiplying the values in cells D7 and F7, and then subtracting the value in cell G7.

Submit
10. Descending adalah :

Explanation

Descending adalah mengurutkan data dari besar ke kecil. Ini berarti bahwa ketika kita menggunakan metode descending, kita akan mengurutkan data dengan mengatur elemen-elemen dari nilai yang paling besar hingga nilai yang paling kecil.

Submit
11. Karakter yang digunakan untuk menandai sel Absolut/Semi absolut adalah : 

Explanation

The character "$" is used to mark an Absolute/Semi-absolute cell.

Submit
12.             Berikut ini yang termasuk program aplikasi untuk melakukan pekerjaan perhitungan dan laporan keuangan adalah                  

Explanation

The correct answer is Microsoft Excel, Lotus 123. Microsoft Excel and Lotus 123 are both spreadsheet applications that are commonly used for financial calculations and creating financial reports. These programs have features that allow users to input and manipulate data, perform calculations, and generate charts and graphs. They are widely used in business and finance for tasks such as budgeting, forecasting, and analyzing financial data.

Submit
13. Terdapat fungsi =if(D4<=55,"Koplak","Tidak Koplak"). Apabila D4 bernilai 55, maka output yang dihasilkan adalah : 

Explanation

The correct answer is "Koplak" because the function =if(D4

Submit
14. Mengambil sejumlah data karakter yg telah ditentukan mulai dari Kanan dalam suatu cells adalah merupakan salah satu fungsi text berikut …

Explanation

The correct answer is "RIGHT" because the function "RIGHT" is used to extract a specified number of characters from the right side of a text string. It is used when we want to retrieve a portion of a text starting from the right side of the string.

Submit
15. Rumus Untuk Harga Satuan ditentukan sebagai berikut : p         Jika Kode Barang = "A", Harga Satuan Rp 1000,- p         Jika Kode Barang = "B", Harga Satuan Rp 2000,- p         Jika Kode Barang = "C", Harga Satuan Rp 3000,- p         Jika Kode Barang selain diatas Harga Satuan = 0

Explanation

The given formula is an Excel formula that calculates the unit price based on the code of the item. If the code is "A", the unit price is set to 1000. If the code is "B", the unit price is set to 2000. If the code is "C", the unit price is set to 3000. If the code is anything other than A, B, or C, the unit price is set to 0.

Submit
16. Pada Sel A7 dituliskan sebuah rumus =MAX(A2:A6), jika A2=2, A3=4, A4=1, A5=0 dan A6=4, maka pada Sel A7 menghasilkan output

Explanation

The formula =MAX(A2:A6) finds the maximum value in the range A2 to A6. In this case, the values in A2 to A6 are 2, 4, 1, 0, and 4. The maximum value in this range is 4, so the output in cell A7 is 4.

Submit
17. Untuk memisahkan angka ribuan, digunakan langkah-langkah : 

Explanation

The correct answer is to "Centang use 1000 separator (,)" because this option is used to separate thousands in a number by inserting a comma. This is a common practice in many countries to make large numbers easier to read and understand.

Submit
18. Fungsi yang digunakan untuk menentukan berapa banyak data yang terdapat dalam range adalah :

Explanation

The correct answer is "Count". The Count function is used to determine the number of data points within a given range. It calculates the total count of values in a dataset, disregarding any null or empty cells. This function is commonly used in data analysis to understand the size or quantity of a dataset.

Submit
19. Pada Sel A7 dituliskan sebuah rumus =SUM(A2:A6), jika A2=2, A3=4, A4=1, A5=0 dan A6=4, maka pada Sel A7 menghasilkan output

Explanation

The formula =SUM(A2:A6) calculates the sum of the values in cells A2 to A6, which are 2, 4, 1, 0, and 4 respectively. The sum of these values is 11, so the output in cell A7 would be 11.

Submit
20. Rumus Upah Bruto = Upah Kerja + Upah Lembur (gunakan rumus atau fungsi SUM) adalah

Explanation

The correct answer is =SUM(D6:E6) because the formula is asking for the sum of the values in cells D6 and E6. The SUM function in Excel is used to add up multiple numbers, and in this case, it is adding the values in D6 and E6 to calculate the total gross wages.

Submit
21. Rumus untuk Mencari Tarif Kamar  adalah   * Jika Kelas = Ekonomi, Tarif = 25000                             * Jika Kelas = Utama, Tarif = 50000                             * Jika Kelas = V.I.P, Tarif = 75000

Explanation

The given correct answer is the formula used to calculate the room rate based on the class of the room. If the class is "Ekonomi", the rate is 25000. If the class is "Utama", the rate is 50000. If the class is "V.I.P", the rate is 75000. The formula checks the value in cell D9 and returns the corresponding rate based on the class.

Submit
22. Rumus untuk menentukan Angkatan  adalah

Explanation

The correct answer is "=MID(A6;3;2)". This formula uses the MID function in Excel to extract a substring from cell A6. The parameters "3" and "2" specify that the substring should start from the 3rd character and have a length of 2 characters. Therefore, this formula will return a two-digit number from the 3rd and 4th characters of cell A6, which is the desired result for determining the "Angkatan".

Submit
23. Alamat yang selalu tetap pada setiap perpindahan sel disebut

Explanation

The correct answer is "Sel absolut". This refers to cells that always remain fixed or constant regardless of cell movement or changes. These cells do not adjust or change their references when copied or moved to different locations within a spreadsheet.

Submit
24. Berikut ini yang bukan merupakan Operator Aritmatik dalam Microsoft Excel adalah :

Explanation

The given answer is correct because the symbols () , / , and ^ are not arithmetic operators in Microsoft Excel. The () symbol is used for grouping or controlling the order of operations, while the / symbol is used for division and the ^ symbol is used for exponentiation.

Submit
25. Rumus Untuk Discount Jika Kelas = V.I.P atau Lama Tinggal>5, maka Discount = 10% dari Lama Tinggal * Tarif Kamar                          * Selain Ketentuan diatas tidak mendapatkan Discount.

Explanation

The correct answer is =IF(OR(D9="VIP";G9>5);10%*G9*H9;0). This formula is checking two conditions using the OR function. It checks if the value in cell D9 is equal to "VIP" or if the value in cell G9 is greater than 5. If either of these conditions is true, it calculates the discount as 10% of the value in cell G9 multiplied by the value in cell H9. If both conditions are false, it returns 0, indicating that no discount is applicable.

Submit
26. Untuk rumus Discount Jika Bayar CASH   20% X Nilai                                      Jika Bayar CREDIT  5% x Nilai adalah

Explanation

The correct answer is =IF(I6="CASH";20%*J6;IF(I6="CREDIT";5%*J6;0)). This formula is used to calculate the discount based on the payment method. If the payment method is "CASH", it will apply a 20% discount to the value in cell J6. If the payment method is "CREDIT", it will apply a 5% discount to the value in cell J6. If neither of these conditions is met, it will return 0.

Submit
27. Rumus untuk mencari KETERANGAN adalah     LULUS ; JIKA NILAI HURUF A,B DAN  C     MENGULANG JIKA NILAI D     GAGAL JIKA NILAI E  

Explanation

The given correct answer is a formula in Excel that is used to determine the result based on the value in cell L6. If the value in L6 is "E", the result will be "GAGAL". If the value is "D", the result will be "MENGULANG". For any other value, the result will be "LULUS". This formula is using the IF function to check the value in L6 and return the corresponding result based on the condition.

Submit
28. Pertemuan antara Kolom dan Baris yang membentuk sebuah kotak persegi panjang, adalah definisi dari : 

Explanation

The correct answer is "Range". In Excel, a range refers to a selection of cells that are grouped together. It is formed by the intersection of rows and columns, creating a rectangular shape. A range can be used to perform various operations such as entering data, applying formulas, or formatting cells within the selected area. It is a fundamental concept in Excel and is commonly used to manipulate and analyze data efficiently.

Submit
29. Rumus untuk menentukan Jurusan adalah

Explanation

The correct answer is =VLOOKUP(LEFT(A6;2);$H$8:$I$12;2). This formula uses the VLOOKUP function to search for a value in the leftmost column of a range and return a value in the same row from a specified column. In this case, it is searching for the first two characters of the value in cell A6 in the leftmost column of the range $H$8:$I$12 and returning the corresponding value from the second column of that range.

Submit
30. Rumus  Untuk menghitung potongan ditentukan sebagai berikut : p         Jika Kode Pembeli = 1, maka Potongan = 10% * Jumlah Barang * Harga Satuan p         Jika Kode Pembeli = 2, maka Potongan = 7.5% * Jumlah Barang * Harga Satuan p         Jika Kode Pembeli = 3, maka Potongan = 5% * Jumlah Barang * Harga Satuan p         Jika Kode Pembeli selain diatas, maka potongan = 0  

Explanation

The given answer is a formula that calculates the discount based on the code of the buyer. If the code is 1, the discount is 10% of the total price. If the code is 2, the discount is 7.5% of the total price. If the code is 3, the discount is 5% of the total price. If the code is any other value, the discount is 0. The formula uses nested IF statements to determine the appropriate discount based on the code of the buyer.

Submit
31. Pada Sel A7 dituliskan sebuah rumus =COUNT(A2:A6), jika A2=2, A3=4, A4=1, A5=0 dan A6=4, maka pada Sel A7 menghasilkan output

Explanation

The formula =COUNT(A2:A6) is used to count the number of cells in the range A2:A6 that contain numbers. In this case, the numbers in A2 to A6 are 2, 4, 1, 0, and 4. Since all of these cells contain numbers, the count will be 5.

Submit
32. Rumus untuk Alamat adalah

Explanation

The correct answer is "=VLOOKUP(MID(B6;4;3);$H$25:$K$29;3)". This is the correct formula for the VLOOKUP function in Excel. It searches for a value in the first column of a table array and returns a value in the same row from a column specified by the column index number. In this case, it uses the MID function to extract a substring from cell B6, searches for that substring in the table array $H$25:$K$29, and returns the value in the third column of the table array.

Submit
33. Yang termasuk golongan software multimedia adalah seperti dibawah ini, kecuali… .

Explanation

Open Office is not included in the category of multimedia software because it is primarily an office suite software that includes word processing, spreadsheet, presentation, and database applications. On the other hand, Winamp, Media Player, XIne, and Power DVD are all examples of multimedia software that are specifically designed for playing and managing multimedia content such as audio and video files.

Submit
34. Contoh penulisan rumus yang benar adalah : 

Explanation

The given answer "=C3*D5" is a valid formula in Excel. It multiplies the value in cell C3 with the value in cell D5. This formula can be used to calculate the product of two numbers in Excel.

Submit
35. Rumus  Biaya dibayar =(TARIP SEWA – DISCOUNT) * LAMA SEWA

Explanation

The given answer is the correct formula for calculating the amount paid. It multiplies the rental rate (D7) by the duration of the rental (E7) and then subtracts any discount (F7) applied. This formula accurately calculates the total amount paid for the rental.

Submit
36. Rumus Harga Satuan  adalah

Explanation

The correct answer is =HLOOKUP(LEFT(B6;2);$C$25:$F$27;3). This formula uses the HLOOKUP function to search for a value in the first row of a table array and returns the value in the same column from a specified row. In this case, it is searching for the first two characters of the value in cell B6 and returning the corresponding value from the third row of the table array $C$25:$F$27.

Submit
37. Berapa banyak sel yang dijumlahkan pada penulisan fungsi =sum(T11:AE11) ?

Explanation

The correct answer is 12 because the function =sum(T11:AE11) is used to add up the values in the range T11 to AE11. Since there are 12 cells in this range, the sum will include all those cells and result in 12.

Submit
38. Salah satu peripheral input Device adalah 

Explanation

A peripheral input device is a device that allows users to input data or commands into a computer. The options given are Printer, Monitor, Mouse, LCD Projector, and Speaker. Out of these options, the correct answer is Mouse. A mouse is a common peripheral input device that allows users to control the movement of the cursor on the computer screen and select items by clicking on them.

Submit
39. Rumus Nilai Huruf adalah             NILAI  E JIKA NILAI RATA RATA LEBIH KECIL 50     NILAI  D JIKA NILAI RATA RATA  50 - 65     NILAI  C JIKA NILAI RATA RATA  65 - 75    NILAI  B JIKA NILAI RATA RATA  75-90    NILAI  A JIKA NILAI DIATAS 90

Explanation

not-available-via-ai

Submit
40. Berikut ini yang bukan termasuk tipe data Numerik (angka), adalah : 

Explanation

Double Integer is not a valid data type in most programming languages. The correct data types for numbers are Integer, Float, and Decimal. String is a data type for storing text or characters, not numbers.

Submit
41. Rumus Discount ditentukan sebagai berikut : Jika lama pinjam lebih besar dari 5 hari maka discount sebesar 10% dari tarip sewa

Explanation

The correct answer is =IF(D7>5;10%*E7;0). This formula checks if the value in cell D7 is greater than 5. If it is, then it calculates 10% of the value in cell E7 and returns the result. If the value in D7 is not greater than 5, it returns 0.

Submit
42. Yang tidak termasuk dalam kategori software operating system  adalah… .

Explanation

Microsoft Office is not an operating system software. It is a suite of productivity applications used for creating documents, spreadsheets, presentations, and managing emails. Operating system software, on the other hand, is responsible for managing computer hardware and software resources, providing a user interface, and running other software applications. Windows 98, LINUX, MAC OS, and Free BSD are examples of operating system software.

Submit
43. Rumus Untuk mencari Kelas adalah      * Jika Kode Kamar = AA, Maka Kelas = Ekonomi.                * Jika Kode Kamar = AB, Maka Kelas = Utama                * Jika Kode Kamar = AC, Maka Kelas = V.I.P.

Explanation

The given correct answer is a formula that uses nested IF statements to determine the value of the "Kelas" based on the value of the "Kode Kamar". If the "Kode Kamar" is equal to "AA", then the "Kelas" is "Ekonomi". If the "Kode Kamar" is equal to "AB", then the "Kelas" is "Utama". If the "Kode Kamar" is equal to "AC", then the "Kelas" is "VIP". If none of these conditions are met, the formula returns 0.

Submit
44. Rumus Nama Bunga adalah

Explanation

not-available-via-ai

Submit
45. Rumus untuk mencari Kota adalah

Explanation

The correct answer is =VLOOKUP(MID(B6;4;3);$H$25:$K$29;4). This formula uses the VLOOKUP function to search for a value in the range $H$25:$K$29 based on the MID function, which extracts a substring from cell B6. The MID function takes three arguments: the text to extract from (B6), the starting position (4), and the number of characters to extract (3). The VLOOKUP function then searches for this extracted substring in the first column of the range $H$25:$K$29 and returns the corresponding value from the fourth column.

Submit
46. Port PS/2 digunakan untuk peripheral.....

Explanation

The correct answer is Mouse. The PS/2 port is commonly used for connecting a mouse to a computer. It is a round, mini-DIN connector that allows for a reliable and high-speed connection between the mouse and the computer. This port is often found on older computers and is gradually being replaced by USB ports.

Submit
47. Rumus Untuk Nama Toko adalah

Explanation

The correct answer is "=VLOOKUP(MID(B6;4;3);$H$25:$K$29;3)". This formula is using the VLOOKUP function to search for a value in the range $H$25:$K$29 based on the MID function applied to cell B6. The MID function is extracting a substring from cell B6, starting at the 4th character and with a length of 3 characters. The VLOOKUP function then looks for this substring in the first column of the range $H$25:$K$29 and returns the corresponding value from the 3rd column.

Submit
48. Rumus untuk menentukan Biaya Per SKS adalah

Explanation

The correct answer is =VLOOKUP(LEFT(A6;2);$H$8:$J$12;3). This formula uses the VLOOKUP function to search for a value in the leftmost column of a table and returns a value in the same row from a specified column. In this case, it is searching for the first two characters of the value in cell A6 in the leftmost column of the range $H$8:$J$12 and returning the value in the third column of that range. This formula is used to determine the cost per credit hour (Biaya Per SKS) based on a lookup table.

Submit
49. Rumus untuk  Bayar Diambil Dari Kode (JIka Kode CS=Cash,CT=Credit) adalah

Explanation

The correct answer is A and B are correct. The formula is checking the last two characters of cell B6. If the last two characters are "CS", it returns "CASH". If the last two characters are "CT", it returns "CREDIT". If neither condition is met, it returns 0. Both options A and B correctly implement this logic.

Submit
50.  Tarif sewa diambil dari tabel dengan menggunakan fungsi apa

Explanation

The correct answer is "=HLOOKUP(C7;$C$20:$F$21;2;0)". This formula is used to retrieve the rental rate from a table based on the value in cell C7. The HLOOKUP function searches for the value in the first row of the table ($C$20:$F$21) and returns the corresponding value from the second row. The "2" in the formula indicates that the second row of the table should be returned. The "0" at the end of the formula means that an exact match is required.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 22, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 22, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • May 08, 2012
    Quiz Created by
    Roninglipar
Cancel
  • All
    All (50)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Ascending adalah :
Rumus Upah Lembur = Jam Lembur * 2000 adalah
Rumus  Upah Kerja = Jam Kerja * 4500 adalah
Mengambil sejumlah data karakter yg telah ditentukan mulai dari Kiri...
Rumus untuk PPH (pajak) = 10% * Total Upah Bruto adalah
Mengambil sejumlah data karakter yg telah ditentukan mulai dari tengah...
Versi terbaru dari microsoft office saat ini adalah : 
Yang bukan merupakan operator Relasi adalah :
Rumus Menghitung Total Bayar adalah
Descending adalah :
Karakter yang digunakan untuk menandai sel Absolut/Semi absolut adalah...
           ...
Terdapat fungsi =if(D4<=55,"Koplak","Tidak Koplak"). Apabila D4...
Mengambil sejumlah data karakter yg telah ditentukan mulai dari Kanan...
Rumus Untuk Harga Satuan ditentukan sebagai berikut : ...
Pada Sel A7 dituliskan sebuah rumus =MAX(A2:A6), jika A2=2, A3=4,...
Untuk memisahkan angka ribuan, digunakan langkah-langkah : 
Fungsi yang digunakan untuk menentukan berapa banyak data yang...
Pada Sel A7 dituliskan sebuah rumus =SUM(A2:A6), jika A2=2, A3=4,...
Rumus Upah Bruto = Upah Kerja + Upah Lembur (gunakan rumus atau fungsi...
Rumus untuk Mencari Tarif Kamar  adalah...
Rumus untuk menentukan Angkatan  adalah
Alamat yang selalu tetap pada setiap perpindahan sel disebut
Berikut ini yang bukan merupakan Operator Aritmatik dalam Microsoft...
Rumus Untuk Discount...
Untuk rumus Discount Jika Bayar CASH   20% X Nilai...
Rumus untuk mencari KETERANGAN adalah...
Pertemuan antara Kolom dan Baris yang membentuk sebuah kotak persegi...
Rumus untuk menentukan Jurusan adalah
Rumus  Untuk menghitung potongan ditentukan sebagai berikut : ...
Pada Sel A7 dituliskan sebuah rumus =COUNT(A2:A6), jika A2=2, A3=4,...
Rumus untuk Alamat adalah
Yang termasuk golongan software multimedia adalah seperti dibawah ini,...
Contoh penulisan rumus yang benar adalah : 
Rumus  Biaya dibayar =(TARIP SEWA – DISCOUNT) * LAMA SEWA
Rumus Harga Satuan  adalah
Berapa banyak sel yang dijumlahkan pada penulisan fungsi...
Salah satu peripheral input Device adalah 
Rumus Nilai Huruf adalah ...
Berikut ini yang bukan termasuk tipe data Numerik (angka), adalah...
Rumus Discount ditentukan sebagai berikut : Jika lama pinjam lebih...
Yang tidak termasuk dalam kategori software operating system ...
Rumus Untuk mencari Kelas adalah...
Rumus Nama Bunga adalah
Rumus untuk mencari Kota adalah
Port PS/2 digunakan untuk peripheral.....
Rumus Untuk Nama Toko adalah
Rumus untuk menentukan Biaya Per SKS adalah
Rumus untuk  Bayar Diambil Dari Kode (JIka Kode...
 Tarif sewa diambil dari tabel dengan menggunakan fungsi apa
Alert!

Advertisement