How to create User Defined Function

W

Warwick Renshaw

Could someone please explain how to creat a User Function that:
- reads an input parameter (to a calculation)
- performs the calculation (spanning several hundred cells)
- returns the result (of the calculation)

I percieve the function would look something like:
- UserFunction(InputParameter,Result)
 
Top