excelnovicehouston
New Member
- Joined
- Feb 5, 2009
- Messages
- 44
I am looking for how to set up a iterative function that returns the max value for example
function maxit(a)
For b = 10, 11, 12, 13
value&"_"&b = b* a + -b^2 +3
maxit = application.max(value_10, value_11, value_12, value_13)
end function
Many thanks for any help on the language around this
I am only looking for the discreet values 10,11,12,13 not a range in between them.
function maxit(a)
For b = 10, 11, 12, 13
value&"_"&b = b* a + -b^2 +3
maxit = application.max(value_10, value_11, value_12, value_13)
end function
Many thanks for any help on the language around this
I am only looking for the discreet values 10,11,12,13 not a range in between them.