Hi everyone,
I'm a huge noob so help would be really appreciated.
I'll try to explain this as clearly as possible but it's a little confusing:
I have a column (column F) that is either W or L. Column G is a multiplier that differs on each row. Column J is the amount invested. Column K is Return. Column L is profit. Column M is return on amount invested %.
Here's what I want to do:
I want to have column K (Return), column L (profit) and column M (ROI %) be automatically calculated from column F (W or L: W means the multiplier and the amount invested will be multiplied together; but a L means that the amount invested is just multiplied by 0), column G (multiplier) and column J (amount invested).
For example, let's say that the following are entered: F2 is a W, G2 (multipler) is 2, and column J is $100, I want to be able to get column K - the return which should be =sum(G2*J2); column L - profit which should be =sum(K2-J2); and column M - the return on investment % which should be =sum(K2/J2).
So basically, the equation should be contingent on column F: if F2 is "W", then we do the multiplications. If F2 is "L" then column J is just multiplied by 0. How would I write out this formula to encompass the above?
Also, how do I write 1 formula for each column while having the column reflect its row? Specifically, I want J2 to be multiplied by G2, J3 multiplied by G3 and so on.
Thanks!
Bookmarks