Solved
Custom Function Error - This value must be an integer
- January 2, 2024
- 1 reply
- 988 views
This is sort of a follow-up question to this thread where I was recreating the calculations of the ptc sample:
Once I got that working, I defined two functions that process the spread-sheet wide variables, which was working "properly" for me:
a = [matrix] w = [matrix] p = [matrix] ML = number MR = number
When I tried to move all arguments into the function definitions and I am getting error: "This value must be an integer."
M(x,a,w,p,ML,MR) and V(x,a,w,p,ML,MR)
I'm having trouble figuring out what is causing this. Can anyone point out what I am missing?
Thanks!



