
Go back to the main page
Go back to the Excel overview page
Excel Data Analysis
Solutions
Exercise 1
The excel file can be found here.
Screenshot of the table below:

Examples of used functions:
Minimum:
=MIN(Data!B:B)
Maximum:
=MAX(Data!B:B)
Average:
=AVARAGE(Data!B:B)
Median:
=MEDIAN(Data!B:B)
Exercise 2
- Which mouse has the highest expression of Tau?
3516_12
- What is the relative expression value in this mouse?
0.602768056
- Which mouse has the lowest expression of pAKT?
3479_9
- How many empty cells are in the BAD column?
213
- Which mouse of the Ts65Dn genotype group has the highest Tau expression (use multi-sort to practice)? (use multi-sort or filters)?
293_15
- Which mouse of the Ts65Dn genotype, and saline treatment group has the highest Tau expression (Hint: use multi-sort or filters)?
J3295_14
Exercise 3
- High expression DYRK1A: 255
=COUNTIF(Data!B:B,">0.5")
- Count of 218: SYP
=XLOOKUP(218,B6:BZ6,Table2[[#Headers],[DYRK1A_N]:[CaNA_N]])
- pELK > 0.75 AND pERK > 0.25: 1040
=COUNTIFS(Data!K:K, ">0.75",Data!L:L,">0.25")
Exercise 4
- Use conditional formatting to indicate a very high expression levels for rows with a relative expression value higher than 2.3 for the pCASP9 protein. Which treatment is mostly found for these selected proteins?
It seems that in this selection of mice most are treated with Saline.
- Use conditional formatting to check for duplicate mouse IDs. Use red markup for these. Are there any duplicate mouse IDs?
No
- Use conditional formatting to indicate the top 10% expression levels for ITSN1. What is the lowest value included?
0.865630205
- Use conditional formatting to indicate the above average expression levels for NR1? What is the lowest level included?
2.298052977
The excel file can be found here.

Exercise 5
The excel file can be found here.

Go back to the main page
Go back to the Excel overview page
⬆️ Back to Top
This web page is distributed under the terms of the Creative Commons Attribution License which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited. Creative Commons License: CC BY-SA 4.0.