Hi. I'm trying to use an averageif formula and I think I have it correct, but it keeps returning the same value that is wrong. Here is the formula I'm using:
=AVERAGEif($E$2:$E$1000,"George H.W. Bush",$F$2:$J$1000)
Here is the table I'm pulling from:
It keeps giving me an answer of 2, but I know the proper answer should be 3.1. Even if it averaged all three rows it should still be 3.33. I'm just using this as a test table, so I don't have any info below row 4 right now, but it will populate down. My formula is located in cell K2. I tried putting a list of presidents in K3-K23 and using the cell reference instead of the name in quotes, but that just gave me an error. Can anyone help me here and explain what I'm doing wrong? Thanks.
=AVERAGEif($E$2:$E$1000,"George H.W. Bush",$F$2:$J$1000)
Here is the table I'm pulling from:
1 | E | F | G | H | I | J |
2 | George H.W. Bush | 3 | 4 | 2 | 4 | 3 |
3 | George H.W. Bush | 1 | 2 | 3 | 4 | 5 |
4 | George W. Bush | 4 | 4 | 3 | 5 | 3 |
It keeps giving me an answer of 2, but I know the proper answer should be 3.1. Even if it averaged all three rows it should still be 3.33. I'm just using this as a test table, so I don't have any info below row 4 right now, but it will populate down. My formula is located in cell K2. I tried putting a list of presidents in K3-K23 and using the cell reference instead of the name in quotes, but that just gave me an error. Can anyone help me here and explain what I'm doing wrong? Thanks.