Ok first port,
i have about 10 variables (A1,B1,...,J1) that are given as input to a large table with about 200,000 cells (2,000x100).
After some calculations we have an output that is a table with 10,000 cells (200x50)
Now i need to test the above with hundreds of different sets of 10 variables (An,Bn,...,Jn).
I wonder what is the easiest (and most efficient) way to do that.
Is what if analysis suitable for that kind of data size? Maybe prefer a VBA function? Or Something else?
Thoughts?
i have about 10 variables (A1,B1,...,J1) that are given as input to a large table with about 200,000 cells (2,000x100).
After some calculations we have an output that is a table with 10,000 cells (200x50)
Now i need to test the above with hundreds of different sets of 10 variables (An,Bn,...,Jn).
I wonder what is the easiest (and most efficient) way to do that.
Is what if analysis suitable for that kind of data size? Maybe prefer a VBA function? Or Something else?
Thoughts?