R
Rick B
How can I pass multiple references as one argument in a function. For example using the IRR
function...IRR(values,guess):
If I have values in both a contiguous range (say C2:C4) and in one other cell (E12)...how do I
provide the function with it's required values?
If I use this
IRR(E12,C2:C4), then C2:C4 becomes an interest rate?
and this
IRR(E12,C2:C4,8%)...then there are to many arguments.
Thanks,
Rick B
function...IRR(values,guess):
If I have values in both a contiguous range (say C2:C4) and in one other cell (E12)...how do I
provide the function with it's required values?
If I use this
IRR(E12,C2:C4), then C2:C4 becomes an interest rate?
and this
IRR(E12,C2:C4,8%)...then there are to many arguments.
Thanks,
Rick B