Hello
I have formula that's working fine in small data but now I have to use in a large data set so I really need a way to optimize the formula.
the table is like this,
[TABLE="class: cms_table, width: 500"]
<tbody>[TR]
[TD]Ref[/TD]
[TD]Name[/TD]
[TD]Height[/TD]
[TD]Strength[/TD]
[TD]Weight[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]A[/TD]
[TD]150[/TD]
[TD]120[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]B[/TD]
[TD]150[/TD]
[TD]120[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]C[/TD]
[TD]110[/TD]
[TD]10[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]D[/TD]
[TD]180[/TD]
[TD]200[/TD]
[TD]80[/TD]
[/TR]
</tbody>[/TABLE]
and When I tried to look for
Ref 1's height.
using index and match
=index([Height],match(Search Cell Number, Ref)
and I get the right one.
https://drive.google.com/open?id=1tip-jl5Y0e6LWJJIyS3B8r97hqSmz_uS
please help thanks all for reading my post
I have formula that's working fine in small data but now I have to use in a large data set so I really need a way to optimize the formula.
the table is like this,
[TABLE="class: cms_table, width: 500"]
<tbody>[TR]
[TD]Ref[/TD]
[TD]Name[/TD]
[TD]Height[/TD]
[TD]Strength[/TD]
[TD]Weight[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]A[/TD]
[TD]150[/TD]
[TD]120[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]B[/TD]
[TD]150[/TD]
[TD]120[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]C[/TD]
[TD]110[/TD]
[TD]10[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]D[/TD]
[TD]180[/TD]
[TD]200[/TD]
[TD]80[/TD]
[/TR]
</tbody>[/TABLE]
and When I tried to look for
Ref 1's height.
using index and match
=index([Height],match(Search Cell Number, Ref)
and I get the right one.
https://drive.google.com/open?id=1tip-jl5Y0e6LWJJIyS3B8r97hqSmz_uS
please help thanks all for reading my post