Calculator:Other/Money
Discuss4
22,486pages
on this wiki
on this wiki
Contents |
Requirements
Edit
- Microsoft Excel 2003 or better
- Some experience with Microsoft Excel
Usage
Edit
Calculation of what you could make or lose from doing things, for example:
- Buying ores to make bars and sell them, etc.
- Merchanting
Ratio converter
Edit
The stranded cell below the one cell in the C column is a ratio converter. Basically, it tells how much percent you're earning or losing. (i.e. 1.25 means 25% gain and 0.25 means you lose 75%)
How to make sheet
Edit
- Highlight A1 to A8 then colour it << with a green background
- Highlight B1 to B8 then colour it << with a red background
- Below those 2 columns, colour those 2 cells a colour, like greenish blue (NEVER EDIT THESE)
- In cell A9 type the following code to add up cells highlighted in green:
- =SUM(A1:A8)
- Type the following code in B9:
- =SUM(B1:B8)
- Below those cells, colour them yellow in background.
- Inside the cell on the left put the code as
- =B10
- In cell A11, put
- =A9*A10
- In cell B11, put
- =B9*B10
- For those 2 cells, make the background colour the same as the warning colour of no editing.
- In cell C11, put
- =A11+B11
- Make it the same colour as the cells on the left.
- In the cell below it put the code in as
- =A11/B11
- Colour that cell as the no edit colour.
- To Display a percentage without you having to convert it (So if you're as lazy as me) in the cell C13 put
- =(C12*100)-100
- Save your sheet.
- Use your sheet after saving.