![]() |
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) |
using percentages
Use this array** formula:
=AVERAGE(IF(I7:I16<0,I7:I16)) **Array formulas must be confirmed using Ctrl+Shift+Enter, not just Enter. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "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) |
All times are GMT +1. The time now is 08:40 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com