M
matt
I need a function that will return the average for the total bids in an
idividual month.
idividual month.
What I have is a list of the jobs that we have bid for multiple months on a
single spreadsheet. Included in this imformation is a column with the date
and a column with the price. What I would like to do is have a function that
will return the average bid price for each month.
I know how to count the number of bids for each month, but I don't know how
to extract the prices out of the price column for the corresponding date.
ex. sheet
job bid date bid price
001 6/23/05 $5656
002 6/26/05 $7878
003 7/2/05 $4523
004 6/30/05 $6756
Question: how do I write a function that will look at the jobs in June and
take the average of their bid prices, excluding the price of the job in July?