How to user function factorN

J

Juston

I receive an excel file with the function
factorN used to calculate on some value.
However, I get #NAME? for all the cell with
the function factorN.

Anyone can help on this function 'factorN' usage ?
 
M

Mark

Hi,

Does the workbook have a macro.. check and let me know...
it may be the VBA coding which may cause it to malfunction

Mark
 
P

Peo Sjoblom

It's because factorN is a UDF (User Defined Function), so
you need to install it (if it is freeware get it from the original
source where you get the excel file from or asked them to
copy and paste the values before they send it to you)
 
Top