A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Perfect. Thank you!
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I use a spreadsheet to track and calculate annual leave.
I need to add a formula but have no idea how to do it.
I want each cell in column 'Hours' to show the number in the cell directly to the left multiplied by 7.5.
Is this possible without inputting a formula for each cell?
I'm a basic user so simple would be appreciated, thank you in advance
| Taken | Days | Hours |
|---|---|---|
| 6 | ||
| Jan | 2 | ⬅️ x 7.5 |
| Feb | 1 | ⬅️ x 7.5 |
| March | 3 | ⬅️ x 7.5 |
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Perfect. Thank you!
Let's say the number of days is in B4:B15.
Enter the following formula in C4:
=B4:B15*7.5