Common Excel Questions Every
Data Analyst Should Know
Part-3
Geethika Putcha
What is a Pivot table and when would you use it?
A PivotTable is a powerful data analysis tool in Excel that allows you to
summarize and analyze large datasets. It enables users to rearrange, filter,
and aggregate data to gain insights quickly. PivotTables are useful when
you want to examine data from different perspectives, perform in-depth
analysis, and present information in a more structured and organized
manner.
Geethika Putcha
Explain the difference between COUNT, COUNTA, COUNTIF, and
COUNTIFS.
COUNT: Counts the number of cells in a range that contains
numbers.
COUNTA: Counts the number of cells in a range that are not empty
(includes cells with text or any value).
COUNTIF: Counts the number of cells in a range that meet a specific
condition.
COUNTIFS: Counts the number of cells in a range that meet multiple
specified conditions. It is used for multiple criteria.
Geethika Putcha
What are SUM() and SUMIF() functions?
1. SUM Function:
The SUM function is used to add up a range of numbers in Excel. Here's
an example: =SUM(A1:A5)
This formula adds up the values in cells A1 to A5.
2. SUMIF Function:
The SUMIF function allows you to sum values based on a specific
condition.
Here's an example:=SUMIF(B1:B5, ">50", A1:A5)
This formula adds up the values in cells A1 to A5 where the corresponding
values in cells B1 to B5 are greater than 50.
Geethika Putcha
What is the function to retrieve present date in Excel
The function to retrieve the present date is the TODAY function.
Here's an example:=TODAY()
This formula returns the current date.
Geethika Putcha
Thankyou!
For more such content
Follow @GeethikaPutcha
Geethika Putcha