Challenge - 5 Problems
Font Styling Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate2:00remaining
What is the result of applying this font style formula?
You want to make the text in cell A1 bold and red using Excel conditional formatting formula. Which formula will correctly apply the red color and bold font when the value in A1 is greater than 100?
Excel
Use conditional formatting with formula: =A1>100
Attempts:
2 left
💡 Hint
Conditional formatting can change font style and color based on a formula.
✗ Incorrect
Conditional formatting rules can change font color and style like bold when the formula condition is true. Setting font color red and bold font style together is possible.
❓ Function Choice
intermediate1:30remaining
Which Excel function can change font color directly in a cell?
You want to change the font color of text inside a cell using an Excel formula. Which function can do this?
Attempts:
2 left
💡 Hint
Think about whether Excel formulas can change font appearance directly.
✗ Incorrect
Excel formulas cannot change font color or style directly inside a cell. Font styling is done via cell formatting or conditional formatting.
🎯 Scenario
advanced2:30remaining
You want to highlight cells with italic blue font based on a condition
You want to apply italic font style and blue font color to cells in column B where the value is less than 50. How do you do this using Excel features?
Attempts:
2 left
💡 Hint
Conditional formatting can change font style and color based on formulas.
✗ Incorrect
Conditional formatting allows setting font style (italic) and color (blue) when the formula condition is true.
📊 Formula Result
advanced1:30remaining
What happens if you apply this conditional formatting formula?
You apply conditional formatting with formula =AND(A1>10, A1<20) and set font to bold and red color. What will be the font style and color of cell A1 if its value is 15?
Attempts:
2 left
💡 Hint
Check if the value 15 satisfies the formula condition.
✗ Incorrect
Value 15 is greater than 10 and less than 20, so the condition is true. The font style and color set in conditional formatting will apply.
❓ data_analysis
expert3:00remaining
Analyze font styling impact on readability in a large dataset
You have a large Excel sheet with thousands of rows. You want to highlight all negative numbers in column C with red italic font to improve readability. Which approach is best for performance and clarity?
Attempts:
2 left
💡 Hint
Think about automatic and efficient ways to format many cells.
✗ Incorrect
Conditional formatting automatically applies font style and color based on the formula and is efficient for large datasets.