>>> "ESF" == Eric S Fraga writes:
> On Monday, 1 Apr 2019 at 09:15, Uwe Brauer wrote:
>> Hi
>>
>> Vmean and friends are great, but it would be very convenient if I could
>> just could mark a column or parts of it and run vmean on that selection.
>>
>> Right now I do this explicitly like:
>> @
On Monday, 1 Apr 2019 at 09:15, Uwe Brauer wrote:
> Hi
>
> Vmean and friends are great, but it would be very convenient if I could
> just could mark a column or parts of it and run vmean on that selection.
>
> Right now I do this explicitly like:
> @40$9=vmean(@2$9..@37$9);f1
>
> (vmean($9) does