![]() |
AVERAGE DAYS OPEN IF BETWEEN DATES
I am still not comprehending why I can not get the formulas for averaging
number of days an invoice was open to work. I can not figure this out. I was hoping for some assistance. With the formula I am using I am getting an answer of 32 but the true average is 55. It is not working and I can't figure out why. =AVERAGE(IF((YEAR($C$1:$C$500)=$G$1))*(INT((MONTH( $C$1:$C$500)+2)/3)=$G$2),$E$1:$E$500)) A1:J1 ARE THE YEARS A2:J2 ARE THE QUARTERS |
AVERAGE DAYS OPEN IF BETWEEN DATES
I found an error in the formula and this works for me
=AVERAGE(IF((YEAR($C$1:$C$500)=$G$1)*(INT((MONTH($ C$1:$C$500)+2)/3)=$G$2),$E $1:$E$500)) as an array formula -- HTH Bob Phillips (remove nothere from email address if mailing direct) "kathi" wrote in message ... I am still not comprehending why I can not get the formulas for averaging number of days an invoice was open to work. I can not figure this out. I was hoping for some assistance. With the formula I am using I am getting an answer of 32 but the true average is 55. It is not working and I can't figure out why. =AVERAGE(IF((YEAR($C$1:$C$500)=$G$1))*(INT((MONTH( $C$1:$C$500)+2)/3)=$G$2),$ E$1:$E$500)) A1:J1 ARE THE YEARS A2:J2 ARE THE QUARTERS |
AVERAGE DAYS OPEN IF BETWEEN DATES
Sorry but it is still not working for me.
{=AVERAGE(IF((YEAR('Copy Link'!$C$1:$C$500)=$C$32)*(INT((MONTH('Copy Link'!$C$1:$C$500)+2)/3)=$C$33,'Copy Link'!$N$1:$N$500))} "Bob Phillips" wrote: I found an error in the formula and this works for me =AVERAGE(IF((YEAR($C$1:$C$500)=$G$1)*(INT((MONTH($ C$1:$C$500)+2)/3)=$G$2),$E $1:$E$500)) as an array formula -- HTH Bob Phillips (remove nothere from email address if mailing direct) "kathi" wrote in message ... I am still not comprehending why I can not get the formulas for averaging number of days an invoice was open to work. I can not figure this out. I was hoping for some assistance. With the formula I am using I am getting an answer of 32 but the true average is 55. It is not working and I can't figure out why. =AVERAGE(IF((YEAR($C$1:$C$500)=$G$1))*(INT((MONTH( $C$1:$C$500)+2)/3)=$G$2),$ E$1:$E$500)) A1:J1 ARE THE YEARS A2:J2 ARE THE QUARTERS |
AVERAGE DAYS OPEN IF BETWEEN DATES
It did for me Kathi. What does the data look like?
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "kathi" wrote in message ... Sorry but it is still not working for me. {=AVERAGE(IF((YEAR('Copy Link'!$C$1:$C$500)=$C$32)*(INT((MONTH('Copy Link'!$C$1:$C$500)+2)/3)=$C$33,'Copy Link'!$N$1:$N$500))} "Bob Phillips" wrote: I found an error in the formula and this works for me =AVERAGE(IF((YEAR($C$1:$C$500)=$G$1)*(INT((MONTH($ C$1:$C$500)+2)/3)=$G$2),$E $1:$E$500)) as an array formula -- HTH Bob Phillips (remove nothere from email address if mailing direct) "kathi" wrote in message ... I am still not comprehending why I can not get the formulas for averaging number of days an invoice was open to work. I can not figure this out. I was hoping for some assistance. With the formula I am using I am getting an answer of 32 but the true average is 55. It is not working and I can't figure out why. =AVERAGE(IF((YEAR($C$1:$C$500)=$G$1))*(INT((MONTH( $C$1:$C$500)+2)/3)=$G$2),$ E$1:$E$500)) A1:J1 ARE THE YEARS A2:J2 ARE THE QUARTERS |
All times are GMT +1. The time now is 08:24 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com