Hi, I have a little problem with Excel, that I am not able to solve.
Let's say I have a table of numbers:
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]1
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[/TR]
[TR]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
and I have a table with function names:
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]sum[/TD]
[TD]average[/TD]
[TD]min[/TD]
[TD]max[/TD]
[TD]count
[/TD]
[/TR]
</tbody>[/TABLE]
Now, I want to create a second row below those function names, that would take the numbers in the first table and perform the function in the second table, without me actually typing each specific function out. I want to use the function names in the table as a reference to automatically create the function.
I tried something like: =A7&"(A1:A5)" where A7 refers to the sum function and the range A1:A5 refers to the numbers. I got a value error.
Thank you in advance for your answers.
Let's say I have a table of numbers:
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]1
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[/TR]
[TR]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
and I have a table with function names:
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]sum[/TD]
[TD]average[/TD]
[TD]min[/TD]
[TD]max[/TD]
[TD]count
[/TD]
[/TR]
</tbody>[/TABLE]
Now, I want to create a second row below those function names, that would take the numbers in the first table and perform the function in the second table, without me actually typing each specific function out. I want to use the function names in the table as a reference to automatically create the function.
I tried something like: =A7&"(A1:A5)" where A7 refers to the sum function and the range A1:A5 refers to the numbers. I got a value error.
Thank you in advance for your answers.