excel - . Use "DAVERAGE" function to calculate the average price of each product ?excell -


i have following data

     6489   o-ring   3.00       6431   o-ring   2.85       6433   o-ring   2.95       6321   o-ring   2.45       8008   machined 645.00       8148   machined 655.50  

i using formula

   =daverage(d131:f134,e132,f131:f134) 

but returns error !div/0

i need exact way calculate daverage of values in list

image

your values text, not numeric, change them numbers, i.e. enter 3, 2.85 in top 2


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

Sound is not coming out while implementing Text-to-speech in Android activity -