Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 137
Default Formulas withing Formulas

How do I create a formula that will only include numbers that are above
another numbers that is created i.e. If Volume is 4,000, then I need to
multiple this number by 10% and then find the average of a column of numbers
as long as the numbers are above, in this example, 400? Hopefully that makes
sense...
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,651
Default Formulas withing Formulas

On Tue, 16 Aug 2005 13:18:08 -0700, Darren
wrote:

How do I create a formula that will only include numbers that are above
another numbers that is created i.e. If Volume is 4,000, then I need to
multiple this number by 10% and then find the average of a column of numbers
as long as the numbers are above, in this example, 400? Hopefully that makes
sense...


perhaps something like:

If Volume is in, let us say, B1; and your numbers are in column A:

=SUMIF(A:A,"="&1.1*B1)/COUNTIF(A:A,"="&1.1*B1)


--ron
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 137
Default Formulas withing Formulas

The formula works great when I made an example, but how do I change the
formula it if the volume is in G2 and the columns are G5:G22?

"Ron Rosenfeld" wrote:

On Tue, 16 Aug 2005 13:18:08 -0700, Darren
wrote:

How do I create a formula that will only include numbers that are above
another numbers that is created i.e. If Volume is 4,000, then I need to
multiple this number by 10% and then find the average of a column of numbers
as long as the numbers are above, in this example, 400? Hopefully that makes
sense...


perhaps something like:

If Volume is in, let us say, B1; and your numbers are in column A:

=SUMIF(A:A,"="&1.1*B1)/COUNTIF(A:A,"="&1.1*B1)


--ron

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,651
Default Formulas withing Formulas

On Tue, 16 Aug 2005 13:58:03 -0700, Darren
wrote:

The formula works great when I made an example, but how do I change the
formula it if the volume is in G2 and the columns are G5:G22?



=SUMIF(G5:G22,"="&1.1*G2)/COUNTIF(G5:G22"="&1.1*G2)


--ron
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
Convert Array Formulas to Regular Formulas Domenick Excel Worksheet Functions 6 August 17th 15 09:16 PM
Convert Array Formulas to Regular Formulas minyeh Excel Worksheet Functions 0 March 21st 10 05:55 AM
E2007 formulas display as formulas, not results Pierre Excel Worksheet Functions 3 January 14th 10 04:59 PM
Counting # of Formulas in a column with formulas and entered data Brand Excel Worksheet Functions 1 October 10th 09 01:01 PM
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM


All times are GMT +1. The time now is 09:41 AM.

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"