Function

1. The SUM function returns the value 10 instead of 14. Why the 4 is not included?

Question Error SUM

2. What is the result of the following formula?

Question result of the formula

3. The following formulae use the basic mathematics operator (+, -, *, /) and parentheses. Which of the following formulae returns 36?

Question which formula returns 36 

4. We give a bonus of 200$ for all the employees who have sold 20 units or more. Which formula do the job?

Question Function to calculate the bonus

5. Which formula calculates the for each row the Total?

Question total of each row

6. Which result returns the formula =DCOUNT(A1:E13,3,H1:H2)

Question what is the result return by the function DCOUNT

7. Which functions can transform the text in uppercase?

Question function to transform in uppercase

8. How to write the DCOUNT function to return the following result?

Question how to wrte the function DCOUNT

9. What returns the function DSUM in this situation?

Question what returns the function DSUM

10. You want to plan a meeting for the companies in the cities of Manchester and Bristol with more than 20 employees.

How to write the formula?

Question Select company according to employee and city

11. Which formula returns the minimum time worked in the week?

Question find the minimum time

12. What result returns the formula =VLOOKUP(F5,A2:D18,4,0)

Question what is the result returned by VLOOKUP

13. Which answer(s) returns the average for each student?

Question Average

14. Which Excel function returns the position of a value in a list?

 

Question position of the item in a list

15. How do you write a logical test to select hotels with a Fitness room, with 3 stars classification or more, and the price of the menu is less than 30?

Question write logical test to select hotel

16. What is the result returned by the SUMIFS function

Question what is the result return by the SUMIFS function

17. This question concerns the position of dollars in a formula.

We want to construct a multiplication table by using the values in the headers, column A, and row 1.

How do you write the formula in B2 to stay on the row 1 and column A?

Question dollar in the reference

18. What is the result returned by the function DATE?

Question DATE function

19. Which formula extracts the room number?

Question how to extract the room number 

20. What is the result returned by the formula =DATE(B1,B2,1)-1

Question what is the result return by DATE

21. Which formula or tool can join the name and the first name?

Question how to join the Name and the firstname

22. Which formula returns the number of items where the quantity is greater or equal than 6?

Question quantity greater than 6

23. How to return the product name according to the Product ID?

Question formula to return the product name

24. What is the result returned by the formula =VLOOKUP(F5,A2:D11,3,0) ?

Question Result of the formula VLOOKUP

25. Which Excel function removes the spaces before each name?

Question function to remove space

26. Which Excel function returns the position of the space in the text?

Question find the position of the space in the string

27. In this example, you have the different Vehicle Internal Numbers (VIN)

How to extract the VDS which is the characters between the 4 and 9 position?

Question extract the VDS