hi i need a macro for the below details.. i have been using formulas to get the details but it takes lot of time pls help...
I have a file with 4 columns filled with details as listed below
[TABLE="class: cms_table"]
<tbody>[TR]
[TD]GL[/TD]
[TD]GL[/TD]
[TD]CC[/TD]
[TD]CC[/TD]
[TD]GL combination[/TD]
[TD]CC combination[/TD]
[TD]Input GL[/TD]
[TD]Input cc[/TD]
[TD]Yes/no[/TD]
[/TR]
[TR]
[TD]164001[/TD]
[TD]164005[/TD]
[TD]8000[/TD]
[TD]8100[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164006[/TD]
[TD]164011[/TD]
[TD]8101[/TD]
[TD]8104[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164012[/TD]
[TD]164017[/TD]
[TD]8106[/TD]
[TD]8109[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164018[/TD]
[TD]164023[/TD]
[TD]8111[/TD]
[TD]8114[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164024[/TD]
[TD]164029[/TD]
[TD]8116[/TD]
[TD]8119[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164030[/TD]
[TD]164035[/TD]
[TD]8121[/TD]
[TD]8124[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If I fill the INPUT GL column and INPUT CC column it should check with each combinations form gl and CC column, let me say if I give 164002 in gl and 8090 then it will check with each combinations from top to bottom if it finds in any row then it should result in yes.. please find a example given below
[TABLE="class: cms_table"]
<tbody>[TR]
[TD]GL[/TD]
[TD]GL[/TD]
[TD]CC[/TD]
[TD]CC[/TD]
[TD]GL combination[/TD]
[TD]CC combination[/TD]
[TD]Input GL[/TD]
[TD]Input cc[/TD]
[TD]Yes/no[/TD]
[/TR]
[TR]
[TD]164001[/TD]
[TD]164005[/TD]
[TD]8000[/TD]
[TD]8100[/TD]
[TD]yes[/TD]
[TD]yes[/TD]
[TD]164002[/TD]
[TD]8090[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]164006[/TD]
[TD]164011[/TD]
[TD]8101[/TD]
[TD]8104[/TD]
[TD]no[/TD]
[TD]no[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164012[/TD]
[TD]164017[/TD]
[TD]8106[/TD]
[TD]8109[/TD]
[TD]no[/TD]
[TD]no[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164018[/TD]
[TD]164023[/TD]
[TD]8111[/TD]
[TD]8114[/TD]
[TD]no[/TD]
[TD]no[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164024[/TD]
[TD]164029[/TD]
[TD]8116[/TD]
[TD]8119[/TD]
[TD]no[/TD]
[TD]no[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If I have to check for nearly 1000 combinations then I have to copy and paste each combinations 1000 times and then have to find whether its available. Is there any macro that can find the combinations from the available data.
I Have another doubt how can i attacha a file so that u can refer to it i dont find any attach b
I have a file with 4 columns filled with details as listed below
[TABLE="class: cms_table"]
<tbody>[TR]
[TD]GL[/TD]
[TD]GL[/TD]
[TD]CC[/TD]
[TD]CC[/TD]
[TD]GL combination[/TD]
[TD]CC combination[/TD]
[TD]Input GL[/TD]
[TD]Input cc[/TD]
[TD]Yes/no[/TD]
[/TR]
[TR]
[TD]164001[/TD]
[TD]164005[/TD]
[TD]8000[/TD]
[TD]8100[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164006[/TD]
[TD]164011[/TD]
[TD]8101[/TD]
[TD]8104[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164012[/TD]
[TD]164017[/TD]
[TD]8106[/TD]
[TD]8109[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164018[/TD]
[TD]164023[/TD]
[TD]8111[/TD]
[TD]8114[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164024[/TD]
[TD]164029[/TD]
[TD]8116[/TD]
[TD]8119[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164030[/TD]
[TD]164035[/TD]
[TD]8121[/TD]
[TD]8124[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If I fill the INPUT GL column and INPUT CC column it should check with each combinations form gl and CC column, let me say if I give 164002 in gl and 8090 then it will check with each combinations from top to bottom if it finds in any row then it should result in yes.. please find a example given below
[TABLE="class: cms_table"]
<tbody>[TR]
[TD]GL[/TD]
[TD]GL[/TD]
[TD]CC[/TD]
[TD]CC[/TD]
[TD]GL combination[/TD]
[TD]CC combination[/TD]
[TD]Input GL[/TD]
[TD]Input cc[/TD]
[TD]Yes/no[/TD]
[/TR]
[TR]
[TD]164001[/TD]
[TD]164005[/TD]
[TD]8000[/TD]
[TD]8100[/TD]
[TD]yes[/TD]
[TD]yes[/TD]
[TD]164002[/TD]
[TD]8090[/TD]
[TD]yes[/TD]
[/TR]
[TR]
[TD]164006[/TD]
[TD]164011[/TD]
[TD]8101[/TD]
[TD]8104[/TD]
[TD]no[/TD]
[TD]no[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164012[/TD]
[TD]164017[/TD]
[TD]8106[/TD]
[TD]8109[/TD]
[TD]no[/TD]
[TD]no[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164018[/TD]
[TD]164023[/TD]
[TD]8111[/TD]
[TD]8114[/TD]
[TD]no[/TD]
[TD]no[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]164024[/TD]
[TD]164029[/TD]
[TD]8116[/TD]
[TD]8119[/TD]
[TD]no[/TD]
[TD]no[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
If I have to check for nearly 1000 combinations then I have to copy and paste each combinations 1000 times and then have to find whether its available. Is there any macro that can find the combinations from the available data.
I Have another doubt how can i attacha a file so that u can refer to it i dont find any attach b