Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 464
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   Report Post  
Posted to microsoft.public.excel.misc
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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to populate Label1.Caption with a variable's value Dave O Excel Discussion (Misc queries) 3 April 25th 08 03:20 PM
NPV of cashflows to assess contribution to a joint venture ExcelMonkey Excel Worksheet Functions 2 November 20th 07 12:14 AM
Return the Row of a Variable's location xjetjockey Excel Discussion (Misc queries) 1 December 22nd 06 11:52 PM
Percent Contribution JR573PUTT Excel Discussion (Misc queries) 2 August 17th 06 06:35 PM
How to calculate pension contribution on salary? pgruening Excel Discussion (Misc queries) 4 September 7th 05 09:28 PM


All times are GMT +1. The time now is 05:57 PM.

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

About Us

"It's about Microsoft Excel"