A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

excel formula



 
 
Thread Tools Display Modes
  #1  
Old February 16th, 2009, 12:00 AM posted to microsoft.public.excel.newusers
Shone33
external usenet poster
 
Posts: 9
Default excel formula

If parker has 136 votes and allen will receive 66% of parker votes and then
webb will receive 24% of parker votes. and then parker will keep the
remaining votes. what formula do i use. I tried =SUM(D7*0.66+B7). this
formula also added webb and allen current votes. was this formula correct?

windows vista home premium, service pack 1 and excel 2007.

I am fairly new to excel
  #2  
Old February 16th, 2009, 01:46 AM posted to microsoft.public.excel.newusers
Max
external usenet poster
 
Posts: 8,574
Default excel formula

Some thoughts ..

Don't understand your logic and how it all gells,
but as posted, your formula below contains redundancy
=SUM(D7*0.66+B7)


Above could be written as either
=SUM(D7*0.66,B7)

or simply:
=D7*0.66+B7

Suggest you start a new thread for your underlying query. Elaborate further
exactly what you have (eg what's in D7 - another formula?, a value?, what
does D7 stand for, what's in B7, etc. Explain with sample data, & expected
results.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:23,000 Files:370 Subscribers:66
xdemechanik
---
"Shone33" wrote:
If parker has 136 votes and allen will receive 66% of parker votes and then
webb will receive 24% of parker votes. and then parker will keep the
remaining votes. what formula do i use. I tried =SUM(D7*0.66+B7). this
formula also added webb and allen current votes. was this formula correct?


  #3  
Old February 16th, 2009, 02:15 AM posted to microsoft.public.excel.newusers
Shone33
external usenet poster
 
Posts: 9
Default excel formula


I have a 4 canidates. I have allen, webb, parker, and write in.
parker has 136 votes
allen already has 5059 votes and will take 66% of parker votes
webb already has 4704 votes and will take 24% of parker votes
what ever is left will remain parker. I want to know is the formula that I
used =SUM(D7*0.66+B7) correct to get each individual total votes
"Max" wrote:

Some thoughts ..

Don't understand your logic and how it all gells,
but as posted, your formula below contains redundancy
=SUM(D7*0.66+B7)


Above could be written as either
=SUM(D7*0.66,B7)

or simply:
=D7*0.66+B7

Suggest you start a new thread for your underlying query. Elaborate further
exactly what you have (eg what's in D7 - another formula?, a value?, what
does D7 stand for, what's in B7, etc. Explain with sample data, & expected
results.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:23,000 Files:370 Subscribers:66
xdemechanik
---
"Shone33" wrote:
If parker has 136 votes and allen will receive 66% of parker votes and then
webb will receive 24% of parker votes. and then parker will keep the
remaining votes. what formula do i use. I tried =SUM(D7*0.66+B7). this
formula also added webb and allen current votes. was this formula correct?


  #4  
Old February 16th, 2009, 07:20 AM posted to microsoft.public.excel.newusers
Max
external usenet poster
 
Posts: 8,574
Default excel formula

ok, I'd presume this is what you have in B67 :

allen webb parker
5059 4704 136

Then to compute it consistent with your description
you could have:
In B8: =D7*0.66+B7
In C8: =D7*0.24+C7
In D8: =D7*(1-0.66-0.24)

B88 should return the results that you seek
(Formula in D8 is left intentionally as-is to make it clear what's happening)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:23,000 Files:370 Subscribers:66
xdemechanik
---
"Shone33" wrote:
I have a 4 canidates. I have allen, webb, parker, and write in.
parker has 136 votes
allen already has 5059 votes and will take 66% of parker votes
webb already has 4704 votes and will take 24% of parker votes
what ever is left will remain parker. I want to know is the formula that I
used =SUM(D7*0.66+B7) correct to get each individual total votes


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:48 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.