Hi
I have to calculate the profits sales by month. I don't know how to do it.
Sheet Example:
A1 | B1 | C1 | D1 | E1 | F1 |
Item | Buy Date | Sell Date | Buy Price | Sell Price | Profits |
01 | 01-01-2007 | 05-02-2007 | 500 | 700 | 200 |
02 | 05-01-2007 | 22-01-2007 | 100 | 120 | 20 |
Now I want to know the value of the profits by month(If item is sell on month 02, the value of earning will be on month 02(February).
G1 | H1 | I1 | J1 |
NO VALUE | Jan | Feb | Mar |
Profits | ?? | ?? | ?? |
How to calculate this?
I have the formula in my head, but I don't know how to write in excel language...
For Jan -> IF SellDate Between(01-01-2007 and 31-01-2007); SUM(F2:F500)
If anyone can help me to build a valid formula for this... many thanks.
Sorry for my bad english.
Best Regards, Andre.
Bookmarks