SOLVED

Help with formula

Copper Contributor

Hello,

 

I have a range of items that I am trying to find an average for. Essentially, I need to find out that IF column A has a value of 1, then I want to take the number in column B and average it. 

2 Replies
best response confirmed by Grahmfs13 (Microsoft)
Solution

@ShelRN 

=AVERAGEIF($A$3:$A$25,A3,$B$3:$B$25)

Maybe with this formula which dynamically calculates the average for any value in column A. 

That worked! Thanks so much, @OliverScheurich 

1 best response

Accepted Solutions
best response confirmed by Grahmfs13 (Microsoft)
Solution

@ShelRN 

=AVERAGEIF($A$3:$A$25,A3,$B$3:$B$25)

Maybe with this formula which dynamically calculates the average for any value in column A. 

View solution in original post