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 » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to calcuate 6 variable's contribution towards a fixed sum???



 
 
Thread Tools Display Modes
  #1  
Old April 20th, 2010, 08:22 AM posted to microsoft.public.excel.misc
Alexander
external usenet poster
 
Posts: 52
Default How to calcuate 6 variable's contribution towards a fixed sum???

I have a number of stats on hand. In column A is the results of column B, C,
D, E, F, G. (Note* column B, C, D, E, F, G values are sometime +'ve sometimes
-'ve) Is there a function that can tell me the relations between value A vs
B, A vs C, A vs D... etc)

Your help can save my job~ Thanks
  #2  
Old April 20th, 2010, 09:11 AM posted to microsoft.public.excel.misc
ozgrid.com
external usenet poster
 
Posts: 328
Default How to calcuate 6 variable's contribution towards a fixed sum???

=IF(AND(A1=B1,A1=C1,A1=D1,A1=E1,A1=F1,A1=G1))



--
Regards
Dave Hawley
www.ozgrid.com
"Alexander" wrote in message
...
I have a number of stats on hand. In column A is the results of column B,
C,
D, E, F, G. (Note* column B, C, D, E, F, G values are sometime +'ve
sometimes
-'ve) Is there a function that can tell me the relations between value A
vs
B, A vs C, A vs D... etc)

Your help can save my job~ Thanks


  #3  
Old April 20th, 2010, 09:46 AM posted to microsoft.public.excel.misc
Mike H
external usenet poster
 
Posts: 8,419
Default How to calcuate 6 variable's contribution towards a fixed sum???

Hi,

May be this

=COUNTIF(B1:G1,A1)=6

or even

=IF(COUNTIF(B1:G1,A1)=6,"Do this for true","Or this for false")
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Alexander" wrote:

I have a number of stats on hand. In column A is the results of column B, C,
D, E, F, G. (Note* column B, C, D, E, F, G values are sometime +'ve sometimes
-'ve) Is there a function that can tell me the relations between value A vs
B, A vs C, A vs D... etc)

Your help can save my job~ Thanks

 




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 06:54 PM.


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