Hey!
I am trying to automate the creation of some columns, which are always needed but the data that It'd take differs from table to table.
The format of each table would stay the same but the amount of data could differ so this script should work no matter the amount.
1. I need to select all data of the column "Igtr_6V" where the TEMP is 25.
2. I need to copy said data, create a new column, paste it in there and fill the data to the end of table.
3. Create a new column where I need the Median of the previously selected values. This would result in 1 value and should be filled to the end of table aswell.
4. Create one last column which divides every "Igtr_6V" value with the value on the same row in the column that we created in step 2 using a formula.
As I said, this process should be automated via script and universally applicable as long as the format of the table stays the same.
I will attach pictures of examples and the data table.
Every bit of help is appreciated!