View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
slfwalsh slfwalsh is offline
external usenet poster
 
Posts: 2
Default Badly need help with a function

How do i create a function to give me the following mathematical formula:

(a+b+c+d+e+f)/N * 6/N

Where a-f are numbers between 0-9 inclusive and importantly N = 6 - (the
number of values a-f that are '0')

example

numbers = 1 3 5 7 0 8

Then N= 5

So answer is 24/5 *6/5 = 5.76

Thanks

Simon
--
simon