anonymous8472
Member
Hello, I am trying to calculate the Median dollar amount earned per deal by my company, per year. (later in the chart, per month)
This is as far as I got. (the date column is in m/dd/yy format)
=MEDIAN(IFS(Deals!$C$2:$C$500,">=1/1/2005", Deals!$C$2:$C$500,"<=1/1/2006")
Deal dollar amount earned column is Deals!$P$2:$P$500, but I have zero idea where it goes now.
This is as far as I got. (the date column is in m/dd/yy format)
=MEDIAN(IFS(Deals!$C$2:$C$500,">=1/1/2005", Deals!$C$2:$C$500,"<=1/1/2006")
Deal dollar amount earned column is Deals!$P$2:$P$500, but I have zero idea where it goes now.