problem with formula

J

jpoltor

Im new to the excel program
What I would like to do is add three cells b1+e1+h1 and make them equa
100% then i would like in cell b2, b1=?% of 100%, e2, e1=?% of 100%, h2
h1=?% 0f 100%

I would then like to turn the percent into a decimal and multiply tha
by a value in a different cell. I would like to do that for b3,e3, an
h3

Please help
Thanks
J
 
P

Peo Sjoblom

In B2 put

=B1/SUM($B$1,$E$1,$H$1)

in E2

=E1/SUM($B$1,$E$1,$H$1)

in H2

=H1/SUM($B$1,$E$1,$H$1)




--

Regards,

Peo Sjoblom

Northwest Excel Solutions

www.nwexcelsolutions.com

(remove ^^ from email address)

Portland, Oregon
 
D

davesexcel

Enter this in A2
=A1/SUM($A$1:$C$1)

enter this in B2
=B1/SUM($A$1:$C$1)

enter this in C2
=C1/SUM($A$1:$C$1)

You can format the three cells to read as percentages
Highlite the cells(A2:C2), right click on the mouse and select forma
cells=>number=>percentage, select the decimal you want, and enter

in cell A3 enter a formula such as
=A2*whateve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top