Comments:
It seems your problem is with the number of arguments in your function. You have set up a function which has five arguments (s,t,r,x,i) but you are passing only one(B1:B5).
If you want your function to work you will need to call it with five arguments as follows: =Calle(B1,B2,B3,B4,B5)
Calling the function this way will pass in the values which are in those cells.
I tested it and it worked correctly.
|