View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Geoff[_5_] Geoff[_5_] is offline
external usenet poster
 
Posts: 17
Default Factorial function...whaaaaaa?

I have the following equation in my code:

TotalCalc = Fact(n + 4) / (Fact(4) * Fact(n))

When I compile, it highlights the first Fact and tells me "Sub or Function
not defined".

TIA