Microsoft Excel Pre Evaluation – Intermediate

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 Tnd_boostson
T
Tnd_boostson
Community Contributor
Quizzes Created: 8 | Total Attempts: 1,483
| Attempts: 492 | Questions: 15
Please wait...
Question 1 / 15
0 %
0/100
Score 0/100
1. AVERAGE () function can be define as (Fungsi Average () boleh diertikan sebagai)

Explanation

The average function calculates the total sum of a value and divides it by the total number of records. This gives the average value of the dataset.

Submit
Please wait...
About This Quiz
Microsoft Excel Quizzes & Trivia

Choose the best answer for each of the following questions.

(Pilih jawapan yang terbaik bagi setiap soalan di bawah)

2. What function to return True or False? (Apakah fungsi yang boleh menghasilkan nilai Benar atau Salah?)

Explanation

The function "If()" can return either True or False based on the condition provided. It evaluates a given condition and returns True if the condition is true, and False if the condition is false.

Submit
3. What function to calculate total Male in a department? (Apakah fungsi untuk mengira jumlah Lelaki dalam satu jabatan?)

Explanation

The COUNTIF() function is used to calculate the total number of males in a department. It allows you to specify a criteria or condition, in this case, "male", and counts the number of cells that meet that criteria. Therefore, it can be used to count the total number of males in a department by applying the criteria to a range of cells that contain the gender information.

Submit
4. True or False.  There are 3 types of Lookup function in Excel (Betul atau salah.  Terdapat 3 jenis fungsi Lookup dalam Excel)

Explanation

There are indeed three types of Lookup functions in Excel: VLOOKUP, HLOOKUP, and INDEX/MATCH. VLOOKUP is used to search for a value in the first column of a table and return a corresponding value in the same row from a different column. HLOOKUP is similar to VLOOKUP, but it searches for a value in the first row of a table and returns a value from a different row. INDEX/MATCH is a combination of the INDEX and MATCH functions, which allows for more flexible and powerful lookup capabilities. Therefore, the statement "There are 3 types of Lookup function in Excel" is true.

Submit
5. Template in Excel allows you to (Template di dalam Excel membolehkan anda)

Explanation

The correct answer is "Have standard report layout." Templates in Excel provide pre-designed layouts and formatting for creating standard reports. This saves time and effort as users can simply fill in the necessary data and the template will automatically generate a professional-looking report with consistent formatting.

Submit
6. Which on these formulas represent locked calculations of a cell? (Yang mana satukah mewakili pengiraan berkunci bagi satu sel?)

Explanation

The formula A1 / $A$2 represents locked calculations of a cell. The use of the dollar sign ($) before the column and row reference ($A$2) indicates that the reference is absolute and will not change when the formula is copied to other cells. This ensures that the division calculation will always be performed with the value in cell A1 and the value in cell A2, regardless of where the formula is copied.

Submit
7. True or False.  There are three types of references in Excel.  (Betul atau salah.  Terdapat tiga cara pengiraan dalam Excel)

Explanation

The given answer is true because there are indeed three types of references in Excel. The three types are relative references, absolute references, and mixed references. Relative references adjust when copied or filled, absolute references remain constant, and mixed references have a combination of relative and absolute references. These types of references are used to refer to cells or ranges in formulas and calculations in Excel.

Submit
8. Choose the best answer.  How to calculate summary data from a different worksheet easily? (Pilih jawapan terbaik.  Bagaimana untuk mengira kumpulan data dari sheet yang berbeza dengan mudah?)

Explanation

The correct answer is "Calculate data across worksheet." This option suggests that to calculate summary data from a different worksheet easily, one should use a method or function that allows for the consolidation or calculation of data across multiple worksheets. This could involve using formulas, such as SUM or AVERAGE, that reference cells or ranges on different worksheets. By doing so, the user can easily calculate summary data without manually transferring or copying data between worksheets.

Submit
9. __________ to ease your calculation process (____________ memudahkan proses pengiraan)

Explanation

A range name is a defined name or label given to a specific range of cells in a spreadsheet. By using range names, it becomes easier to refer to and perform calculations on specific sets of data within the spreadsheet. This helps to simplify the calculation process and make it more efficient.

Submit
10. What function that can be used to calculate total years of service? (Apakah fungsi yang boleh digunakan untuk mengira jumlah tahun bertugas?)

Explanation

The correct answer is DateDif(). The DateDif() function is used to calculate the difference between two dates in terms of years, months, or days. It can be used to calculate the total years of service by providing the start date and end date as arguments to the function.

Submit
11. How to create customize data display in chart? (Bagaimana untuk mencipta paparan yang terpilih didalah Carta?)

Explanation

The correct answer is "Select Data". This option allows users to choose the specific data they want to display in the chart. By selecting the data, users can customize the chart to show only the relevant information and create a more tailored data display.

Submit
12. How to create 2 axes in one chart? (Bagaimana untuk mencipta 2 paksi dalam satu carta?)

Explanation

To create 2 axes in one chart, you need to change the chart type from bar to line chart. Then, double click on the chart to open the chart options. From there, select the option for adding a secondary axis. This will create a second axis in the chart, allowing you to plot two different sets of data on separate axes.

Submit
13. What function to sum a value based on 2 different criteria in a table? (Apakah fungsi bagi mengira jumlah berdasarkan 2 syarat yang berbeza dalam jadual?)

Explanation

The correct answer is SUMIFS(). This function allows you to sum values in a table based on multiple criteria or conditions. It can be used to sum a value based on 2 different criteria in a table by specifying the range of cells to sum, as well as the criteria range and criteria for each condition.

Submit
14. Which key is used to transfer chart to a new worksheet? (Apakah jenis kekunci untuk memindahkan carta ke muka yang baru?)

Explanation

The F11 key is used to transfer a chart to a new worksheet.

Submit
15. How to create Total sum in Format as Table? (Bagaimana untuk memcipta Total Sum dalam Format as Table?)

Explanation

To create a Total Sum in Format as Table, you can use the "TOTAL ROW" option. This option allows you to add a row at the bottom of the table that calculates the total sum of each column. By selecting this option, you can easily view the total sum of the data in the table without having to manually calculate it.

Submit
View My Results

Quiz Review Timeline (Updated): Apr 2, 2025 +

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

  • Current Version
  • Apr 02, 2025
    Quiz Edited by
    ProProfs Editorial Team
  • Mar 28, 2013
    Quiz Created by
    Tnd_boostson
Cancel
  • All
    All (15)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
AVERAGE () function can be define as...
What function to return True or False?...
What function to calculate total Male in a department?...
True or False.  There are 3 types of Lookup function in Excel...
Template in Excel allows you to...
Which on these formulas represent locked calculations of a cell?...
True or False.  There are three types of references in...
Choose the best answer.  How to calculate summary data from a...
__________ to ease your calculation process...
What function that can be used to calculate total years of service?...
How to create customize data display in chart?...
How to create 2 axes in one chart?...
What function to sum a value based on 2 different criteria in a table?...
Which key is used to transfer chart to a new worksheet?...
How to create Total sum in Format as Table?...
Alert!

Advertisement