Excel_User_10k
Board Regular
- Joined
- Jun 25, 2022
- Messages
- 100
- Office Version
- 2021
- Platform
- Windows
Hi All,
First time poster, long time supporter. Formula's requiring more than basic functions drive me crazy trying to fix as MS are absolutely useless in helping to solve the error in their own program!
Anyway, I have a row of values in the form of percentages for KPI's and I want to count the amount that are in certain ranges (i.e. Green/100%, Amber/80-90%, etc). Most KPI's are straight forward 100% = hit. And using Countsifs works perfectly for that range. However, I am also trying to get it to include the values of other cells where, for example, Green=30% into the count. And this is where I am getting stuck. I am stating what the value of the cell needs to be, as I have with the first set, and it accepts the formula in that it doesn't cause an error message. But I get the "#VALUE!" in the desired destination as the result. I feel like I am really close but I am clearly missing something. Please can someone help with this?
Here is where I have got to with the formula so far to count 'Ambers' that will hopefully illustrate what I am trying to achieve (green highlights how much of the formula DOES work so far)...
=COUNTIFS(E4:I4,">=0.89",E4:I4,"<=0.999",K4,">=0.1",K4,"<=0.149",L4,">=0.23",L4,"<=0.329")
Thank you.
First time poster, long time supporter. Formula's requiring more than basic functions drive me crazy trying to fix as MS are absolutely useless in helping to solve the error in their own program!
Anyway, I have a row of values in the form of percentages for KPI's and I want to count the amount that are in certain ranges (i.e. Green/100%, Amber/80-90%, etc). Most KPI's are straight forward 100% = hit. And using Countsifs works perfectly for that range. However, I am also trying to get it to include the values of other cells where, for example, Green=30% into the count. And this is where I am getting stuck. I am stating what the value of the cell needs to be, as I have with the first set, and it accepts the formula in that it doesn't cause an error message. But I get the "#VALUE!" in the desired destination as the result. I feel like I am really close but I am clearly missing something. Please can someone help with this?
Here is where I have got to with the formula so far to count 'Ambers' that will hopefully illustrate what I am trying to achieve (green highlights how much of the formula DOES work so far)...
=COUNTIFS(E4:I4,">=0.89",E4:I4,"<=0.999",K4,">=0.1",K4,"<=0.149",L4,">=0.23",L4,"<=0.329")
Thank you.