Hi, I have a little problem with Excel, that I am not able to solve.
Let's say I have a table of numbers:
<tbody>
1
2
3
4
5
</tbody>
and I have a table with function names:
<tbody>
sum
average
min
max
count
</tbody>
Now, I want to create a second row below those function names...