Podcast
Questions and Answers
Which function is used to write the number 3 in Excel?
Which function is used to write the number 3 in Excel?
- excel(3) (correct)
- excelWrite(3)
- writeExcel(3)
- write(3)
What is the correct formula to calculate the sum of numbers in Excel?
What is the correct formula to calculate the sum of numbers in Excel?
- add(numbers)
- sum(numbers) (correct)
- calculateSum(numbers)
- SUM(numbers)
Which option is the correct way to format cells as currency in Excel?
Which option is the correct way to format cells as currency in Excel?
- currency(cells) (correct)
- Format cells > Currency
- currencyFormat(cells)
- formatCurrency(cells)