Hi Team,
I need a dynamic formula in Cell F2 which will stretched to N2 to calculate the
1. Average of Network days between "Request Received date and F1, G1, H1 and so on".
2. Consider those dates having Rows with Column A Status "Open"
3. Ignore Status "Open" , Request Received dates in Average where Any date in Request Received date >= Reference dates (as it will give the wrong average)
4. Answers that I need are there from Cell F3 to N3 ( can be used for crosscheck)
I tried using Formula below but getting #Value! Error . Dates in Cell F1 to N1 are in "Date format" Can anyone please help with the solution .
=AVERAGEIFS(NETWORKDAYS.INTL(Sheet1!$B$2:$B$5, F$1, 1), Sheet1!$A$2:$A$5, "Open", Sheet1!$B$2:$B$5, "<" & F$1)
I need a dynamic formula in Cell F2 which will stretched to N2 to calculate the
1. Average of Network days between "Request Received date and F1, G1, H1 and so on".
2. Consider those dates having Rows with Column A Status "Open"
3. Ignore Status "Open" , Request Received dates in Average where Any date in Request Received date >= Reference dates (as it will give the wrong average)
4. Answers that I need are there from Cell F3 to N3 ( can be used for crosscheck)
I tried using Formula below but getting #Value! Error . Dates in Cell F1 to N1 are in "Date format" Can anyone please help with the solution .
=AVERAGEIFS(NETWORKDAYS.INTL(Sheet1!$B$2:$B$5, F$1, 1), Sheet1!$A$2:$A$5, "Open", Sheet1!$B$2:$B$5, "<" & F$1)