Hi,
I have a loop that makes 25 if then/else checks per row and depending on the data each row can have up to 25 comments added. I now need to test every possible combination from just one of each to all 25 per row (i.e 1, 2, 3,…..1&2, 1&3, 1&4……12&3, 12&4, 12&5, etc.).
I have setup an excel sheet with all 25 conditions listed in cells A1:A25. What I want is a loop that places an X in each column for each test combination, for instance/:
Condition Cell
1 B1
2 C2
3 D3
To
1-25 ?1-?25
This would enable me to keep track of my testing and save a huge amount of time .
Any help will be much appreciated.
Thanks,
Roy
I have a loop that makes 25 if then/else checks per row and depending on the data each row can have up to 25 comments added. I now need to test every possible combination from just one of each to all 25 per row (i.e 1, 2, 3,…..1&2, 1&3, 1&4……12&3, 12&4, 12&5, etc.).
I have setup an excel sheet with all 25 conditions listed in cells A1:A25. What I want is a loop that places an X in each column for each test combination, for instance/:
Condition Cell
1 B1
2 C2
3 D3
To
1-25 ?1-?25
This would enable me to keep track of my testing and save a huge amount of time .
Any help will be much appreciated.
Thanks,
Roy