I need to show the average of an {Initiation Duration} by each month. So average for Jan, Feb, March, etc.
Columns
Initiation Start (Date Column)
Initiation End (Date Column)
Initiation Duration (text Column w/ formula)
I have a formula on my source sheet or "portfolio" for Initiation Duration which is:
=NETWORKDAYS([Initiation Start]@row, [Initiation End]@row) / 12
Taking that data as a reference formula I need to build in to a metric sheet showing monthly results.
I believe this is the end of my formula.
{Initiation End}, AND(IFERROR(MONTH(@cell), 0) = 1, IFERROR(YEAR(@cell), 0) = 2023
No sure how to lay out the AVERAGEIF formula and my combos have been unsuccessful.
Any help would be awesome!
Thank you,
Tim