Focus video player for keyboard shortcuts
Auto
- HD
- 720p
- 540p
- 360p
1.00x
cc
- 0.50x
- 0.75x
- 1.00x
- 1.25x
- 1.50x
- 1.75x
- 2.00x
We hope you enjoyed this lesson.
Cool lesson, huh? Share it with your friends
About this lesson
Using Excel formulas in our Python code is easy!
Exercise files
Download this lesson’s related exercise files.
Using Excel Formulas60.2 KB Using Excel Formulas - Solution
55.5 KB
Quick reference
Using Excel Formulas
Using Excel formulas in our Python code is easy!
When to use
Use this whenever you need to pass an Excel formula from your Python code to your Excel spreadsheet.
Instructions
# Find the sum of the cells from B2 to B5
ws['B8'] = "=SUM(B2:B5)"
Hints & tips
- ws['B8'] = "=SUM(B2:B5)"
Lesson notes are only available for subscribers.