- Регистрация
- 16.09.2018
- Сообщения
- 6
- Благодарностей
- 0
- Баллы
- 1
Hi,
The more I play around with Zennoposter, the more I think it's awesome.
I'm facing a problem though, which is probably simple to solve for most but not for a newbie like me, especially since I don't have any programming skills. Maybe someone could help me overcome this issue. Thanks in advance.
Goal:
Calculate the average of a sum on the fly.
The data I have
In my source table I have a list of prices I collected for products. I could be one price or up to 4 (which is the maximum number of prices), it changes from line to line. Here is an example:
The more I play around with Zennoposter, the more I think it's awesome.
I'm facing a problem though, which is probably simple to solve for most but not for a newbie like me, especially since I don't have any programming skills. Maybe someone could help me overcome this issue. Thanks in advance.
Goal:
Calculate the average of a sum on the fly.
The data I have
In my source table I have a list of prices I collected for products. I could be one price or up to 4 (which is the maximum number of prices), it changes from line to line. Here is an example:
Product 1 | 100 | 104 | 97 |