0
0
Excelspreadsheet~20 mins

Why rules-based formatting highlights patterns in Excel - Challenge Your Understanding

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Conditional Formatting Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate
2:00remaining
Identify the highlighted cells with this rule
You apply this conditional formatting rule to cells A1:A5:

=MOD(A1,2)=0

Which cells will be highlighted if A1=3, A2=4, A3=7, A4=8, A5=10?
AA1, A3
BA2, A4, A5
CA1, A2, A3
DA3, A4
Attempts:
2 left
💡 Hint
Think about which numbers are even.
Function Choice
intermediate
2:00remaining
Choose the correct formula for highlighting duplicates
You want to highlight duplicate values in the range B1:B10 using conditional formatting. Which formula should you use?
A=COUNTIF(B$1:B$10, B1)>1
B=SUM(B1:B10)>1
C=COUNT(B1)>1
D=IF(B1=B2, TRUE, FALSE)
Attempts:
2 left
💡 Hint
Count how many times the current cell value appears in the range.
🎯 Scenario
advanced
2:00remaining
Highlight cells with values above average
You want to highlight cells in C1:C20 that have values greater than the average of the range. Which conditional formatting formula will do this correctly?
A=AVERAGE(C1:C20)>C1
B=C1>AVERAGE(C1:C1)
C=C1>AVERAGE(C1:C20)
D=C1>AVERAGE(C$1:C$20)
Attempts:
2 left
💡 Hint
Use absolute references for the range in AVERAGE to keep it fixed.
data_analysis
advanced
2:00remaining
Find the pattern highlighted by this rule
You apply this conditional formatting rule to D1:D10:

=AND(D1>50, D1<100)

Which cells will be highlighted if the values are: 45, 55, 75, 100, 49, 51, 99, 101, 50, 80?
ACells with values 45, 49, 50
BCells with values 45, 55, 75
CCells with values 55, 75, 51, 99, 80
DCells with values 100, 101
Attempts:
2 left
💡 Hint
Look for values greater than 50 and less than 100.
🧠 Conceptual
expert
2:00remaining
Why does conditional formatting highlight patterns?
Which statement best explains why rules-based conditional formatting highlights patterns in data?
AIt applies formulas or conditions to each cell and changes formatting when conditions are true, making patterns visible.
BIt randomly colors cells to make the sheet look colorful and easier to read.
CIt permanently changes the cell values to highlight important data.
DIt hides cells that do not match the condition to focus only on matching data.
Attempts:
2 left
💡 Hint
Think about how conditional formatting works with rules and visual changes.