Hello everybody,
I need to create a table that contains other tables statistics, I need to use this table for the reporting tools. For example, I have two excel sheets, one contains my dataset, the other contains only fields such as count, mean, median.
I want to calculate those field from the first table and transfer their values to the second.
is there a possible way to do that?
Note: the example provided is too simple, it is not the case for me but I write it for simplicity
thanks in advance.