View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
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