D
Daken
Hello out there.
Thanks in advance for the assistance. Basically what I am
trying to figure out is a way to use a string in a cell as
the function in a formula.
Let me explain.
A B C
1 10 average =B1 & "(A1:A4)"
2 15 median =B2 & "(A1:A4)"
3 20 stdev =B3 & "(A1:A4)"
4 25 sum =B4 & "(A1:A4)"
Where I want to use the word "average" in my C column as
the input for the formula. Make sense? I know I can do
this through code, but I was hoping to do it with some
sort of byval function, or something along those lines.
Thanks in advance for any help.
Daken
Thanks in advance for the assistance. Basically what I am
trying to figure out is a way to use a string in a cell as
the function in a formula.
Let me explain.
A B C
1 10 average =B1 & "(A1:A4)"
2 15 median =B2 & "(A1:A4)"
3 20 stdev =B3 & "(A1:A4)"
4 25 sum =B4 & "(A1:A4)"
Where I want to use the word "average" in my C column as
the input for the formula. Make sense? I know I can do
this through code, but I was hoping to do it with some
sort of byval function, or something along those lines.
Thanks in advance for any help.
Daken