Instruction
That was a good one! Here comes the last exercise.
Exercise
There are five sheets in the file: February, March, April, May, and June.
Load the spendings.xlsx file. Each worksheet has the same structure:
| date | spendings |
|---|---|
| <date> | <spendings> |
We have to correct some mistakes:
- Remove the row for the 30th day in April (row number 31).
- Deduct
2.00from every value spent in March that was greater than50.00. - Add
2.00to every value spent in May that was smaller than30.00. - Save the workbook to the
corrected_workbook.xlsxfile.
The number of rows in each sheet is the number of days in a month plus one.



