View Single Post
  #9   Report Post  
Posted to microsoft.public.excel.programming
Jplink49 Jplink49 is offline
external usenet poster
 
Posts: 5
Default VBA code to find specific data by name. Get average. Put in ce

Dan, that formula worked. Thanks Buddy.

"dan dungan" wrote:

Try this:

=IF(ISERROR(AVERAGE(IF(C3:C8=F2,D3:D8))),"",AVERAG E(IF(C3:C8=F2,D3:D8)))