0% found this document useful (0 votes)
36 views8 pages

Excel Data Analysis Techniques

Various functions in Excel like SUMIFS, COUNTIFS, AVERAGEIFS, and XLOOKUP are used to analyze a data set containing app names, number of downloads, uninstalls, and ratings sorted by month. Formulas extract sums of downloads for apps starting with "C", count downloads over 8000, sum uninstalls for a specific month, lookup month names, and average downloads by month.

Uploaded by

Adnan Jamil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views8 pages

Excel Data Analysis Techniques

Various functions in Excel like SUMIFS, COUNTIFS, AVERAGEIFS, and XLOOKUP are used to analyze a data set containing app names, number of downloads, uninstalls, and ratings sorted by month. Formulas extract sums of downloads for apps starting with "C", count downloads over 8000, sum uninstalls for a specific month, lookup month names, and average downloads by month.

Uploaded by

Adnan Jamil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

DATA ANALYSIS USING

EXCEL

JENNA MEL RICHARD


Here is a data
containing list of
apps,no.of
downloads,
uninstalls,ratings
according to
month wise
=SUMIFS(data[Downloads],data[App],"C*")
=COUNTIFS(data[Downloads],">8000")
formula for uninstalls =SUMIFS(data[Uninstalls],data[Month],C53)

formula for month name=XLOOKUP(F61,F53:F59,C53:C59)


=AVERAGEIFS(data[Downloads],data[Month],C68)
Various functions such as
SUMIFS,COUNTIFS,AVERAGEIFS,
XLOOKUP are used to analyse
the data .

You might also like