#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Using percentages

I am using percentages to calculate a score of 1 - 5 which updates a
dashboard. I have an average of multiple scores adding up to 100% or less. I
would like to make an input of 0 to remove this column from the average of
other scores.

example " =average(i7:i16)" if "i8" input is "0", remove "i8" from average
"=average(i7,i9:i16)"...

Any suggestions, (thanking you in advance)



  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Using percentages

Please note that this is an array formula. You create array formulas in the
same way that you create other formulas, except you press CTRL+SHIFT+ENTER to
enter the formula. If successful in 'Formula Bar' you can notice the curly
braces at both ends like "{=<formula}"

=AVERAGE(IF(I7:I16<0,I7:I16))

If this post helps click Yes
---------------
Jacob Skaria


"GENO" wrote:

I am using percentages to calculate a score of 1 - 5 which updates a
dashboard. I have an average of multiple scores adding up to 100% or less. I
would like to make an input of 0 to remove this column from the average of
other scores.

example " =average(i7:i16)" if "i8" input is "0", remove "i8" from average
"=average(i7,i9:i16)"...

Any suggestions, (thanking you in advance)



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Using percentages

Jacob Skaria formula will work

Here is another one
=SUM(D2:D6)/COUNTIF(D2:D6,"0")

This is not an array formula and assumes that all numbers will be 0 or
greater.
--
Wag more, bark less


"GENO" wrote:

I am using percentages to calculate a score of 1 - 5 which updates a
dashboard. I have an average of multiple scores adding up to 100% or less. I
would like to make an input of 0 to remove this column from the average of
other scores.

example " =average(i7:i16)" if "i8" input is "0", remove "i8" from average
"=average(i7,i9:i16)"...

Any suggestions, (thanking you in advance)



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 846
Default Using percentages

=SUM(D2:D6)/COUNTIF(D2:D6,"0")
should be
=SUM(I7:I16)/COUNTIF(I7:I16,"0")
--
Wag more, bark less


"Brad" wrote:

Jacob Skaria formula will work

Here is another one
=SUM(D2:D6)/COUNTIF(D2:D6,"0")

This is not an array formula and assumes that all numbers will be 0 or
greater.
--
Wag more, bark less


"GENO" wrote:

I am using percentages to calculate a score of 1 - 5 which updates a
dashboard. I have an average of multiple scores adding up to 100% or less. I
would like to make an input of 0 to remove this column from the average of
other scores.

example " =average(i7:i16)" if "i8" input is "0", remove "i8" from average
"=average(i7,i9:i16)"...

Any suggestions, (thanking you in advance)



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Using percentages

Brad, provided you do not have negative values in the range...In this case.Yes

If this post helps click Yes
---------------
Jacob Skaria


"Brad" wrote:

=SUM(D2:D6)/COUNTIF(D2:D6,"0")
should be
=SUM(I7:I16)/COUNTIF(I7:I16,"0")
--
Wag more, bark less


"Brad" wrote:

Jacob Skaria formula will work

Here is another one
=SUM(D2:D6)/COUNTIF(D2:D6,"0")

This is not an array formula and assumes that all numbers will be 0 or
greater.
--
Wag more, bark less


"GENO" wrote:

I am using percentages to calculate a score of 1 - 5 which updates a
dashboard. I have an average of multiple scores adding up to 100% or less. I
would like to make an input of 0 to remove this column from the average of
other scores.

example " =average(i7:i16)" if "i8" input is "0", remove "i8" from average
"=average(i7,i9:i16)"...

Any suggestions, (thanking you in advance)



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
percentages tommy Excel Discussion (Misc queries) 4 October 21st 08 01:53 AM
percentages adstarc New Users to Excel 8 October 15th 07 03:07 PM
Percentages Hotpants0063 Excel Worksheet Functions 4 April 10th 06 10:30 PM
Percentages quiddity Excel Discussion (Misc queries) 1 September 13th 05 05:03 PM
percentages johnsmith Excel Discussion (Misc queries) 4 August 16th 05 07:17 PM


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

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

About Us

"It's about Microsoft Excel"