View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default #DIV/0! error with DAVERAGE Function

--Make sure D32 and F32 are having the table headers (exactly same as the
header in the table A:R)
--In D33 and F33 check for valid criterias which are available in the data.

=DAVERAGE('Perm Recruitment'!A:R,"Days To Fill",D32:F33)

If this post helps click Yes
---------------
Jacob Skaria


"KLocken" wrote:

Please advise how to fix a #DIV/0! error with a daverage function.

Function string is below and returning #div/0 error

=DAVERAGE('Perm Recruitment'!A:R,"Days To Fill",D32:F33)