Jump to content

Calculating the difference from a Specific Running Average


Dallas Dye 2

Recommended Posts

I am working on finding the average of a specific value in a filter but have that value in a column on every row, below is an example and attached is an example file.

The goal is to calculate the difference in order quantities from theAverage Product Type Avg. I can not figure out the Avg. Product Type Quantites formula.

 

i've used the formula below but it only adds the average to teh qualifigying Avg. rows, the small and large rows are blank.

if([Product Type] in ("Avg"),Avg([Quantity Ordered]),Null)

 

 

 

Customer

Product Type

Order quantity

Avg. Product Type Quantities

 

 

A

small

5

6.5

 

 

B

avg

6

6.5

 

 

C

avg

7

6.5

 

 

D

small

1

6.5

 

 

E

Large

4

6.5

Link to comment
Share on other sites

Thank you for the File Kristen but i dont' think i was clear, i'm trying to create the Avg. Product Type Quantities as a calcualted column, i hand entered the values to show what i was looking for.  

 

 

 

i've been researching how to do a drop down in text area, and i appreciate your additons to the file! 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...