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

A

Alexander

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
 
M

Mike H

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.
 

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