Hi,
I have a requirement for this complex nested loop. Would be great if I get a solution for this.
Column A and Column B has values ranging between 1 - 35 in both the columns. Based on these conditions I need the value to be printed in C.
Both A and B should be between the Range of 31-35 then the output should be 7
Any one of the column should be 31-35 and other column should be in 26-30 then the output should be 6
Both A and B should be between the Range of 26-30 then the output should be 5
Any one of theColumn should be between 26-30 and other column should be between 21-25 then the output should be 4
Any one of the column should be between 31-35 and other column is below 20 then the output should be 3
Any one of the column should be between 21-25 and other column is below 20 then the output should be 2
Both the columns are below 20. then the output should be 1
it will ideally have 35*35 combinations. but I have attached a same with limited combinations. Pls refer sample.xlsx
Thanks in advance
Bookmarks