Can someone please help! I have the following data in two columns, 'Column A' and 'Column B' that goes down to Row '163' with Data. In 'Column A' are names of systems in my organization, in 'Column B' are the descriptions for each system, I am running into the issue of 'cannot have more than 64 levels of nesting'. they way it was working currently before I got past 64 levels of nesting is, no matter which row the 'System Name' is in Column A, the description to match it would follow: please see brief line of code below:
SystemCodes = Is a worksheet that stores all the systems and names in non-alphabetical order
Codes = is the worksheet where the below formula is put in starting in cell B2.
Code:
=IF(A2=SystemCodes!$A$2,SystemCodes!$B$2,IF(A2=SystemCodes!$A$3,SystemCodes!$B$3,.... and so on until 163
I cannot complete my project because of the 64 levels of nesting issue.. Can someone please help me find a work around, all the data I am trying to pull is Text and numerical which is sometimes in the same cell.
Thanks in advance
Thanks in advance!
SystemCodes = Is a worksheet that stores all the systems and names in non-alphabetical order
Codes = is the worksheet where the below formula is put in starting in cell B2.
Code:
=IF(A2=SystemCodes!$A$2,SystemCodes!$B$2,IF(A2=SystemCodes!$A$3,SystemCodes!$B$3,.... and so on until 163
I cannot complete my project because of the 64 levels of nesting issue.. Can someone please help me find a work around, all the data I am trying to pull is Text and numerical which is sometimes in the same cell.
Thanks in advance
Thanks in advance!