I need to display either in a query or in a report the average number of days a project takes in each phase(Planning, design, constrution, completion) based on the project cost. Currently i have a query that displays the information below. (Just a sample) What i need to figure out is how to display the average #of days in each phase for a certain project cost interval. (ex. $0-$50, $51-$100, $101-$150)
Project Cost Days in Planning Days in Design Days in Construction Days to Completion $100 20 42 100 162 $125 40 35 110 185 $50 25 37 105 167 $75 50 40 109 199 $145 25 50 130 205 $150 28 52 80 160 $60 15 58 92 165