please help me with excel formula
In . com, whatever
spake thusly:
I want the amount in column B to be divided by 100 and multiplied
by 5(basically I want 5 percent.) post the data to column L
Do you mean the amount in each row in Column B? or the Total?
For the former, over in L on that row put, e.g., in L2:
=B2*.05
If you mean the latter, put where you want the calculated total:
=SUM(B2:B100)*.05
change "2" and "100" to suit your range or use just "B:B" if there
are no items but your data in the entire column (e.g., no totals
now).
I also want to Add column c,d,e,f show results in G then subtract
the total (G) from column B
Same question as my first one: per row, or for each column all together?
Assuming per row, in, e.g., Row 2 in Column G:
=SUM(C2:F2)
I don't follow you on where to put "B2-G2", because if you
put it over in B2 you will have a circular reference.
Then I want column N to be divided by 2 and to be displayed into
M
Despite your protestations about reading the Help pages, don't
you think a quick brush-up would be easier at this point? People
are going to misinterpret your wishes or give wrong answers and you
still won't know; and there will have been a lot of wasted effort
all around. So I'm going to stop here. For division, use "/".
what I need right at the moment I am running xp home and I have
office 2002
I don't want to go through the tutorial because I know if I try
it out and play with it for 3 days I will remember everything
again.
-dman-
|