I have 11 columns of data, in which I have 10 zeros and one (1) text answer e.g.
0,0,0,0,0,0,0,0,Service,0
In cell A2 I am trying to have the answer be "Service"
In cell A2 I have the following formula which works fine if the answer "Service" is in colums Y - AF but when trying to nest I am limited to the 8 nest rule. Because I am not summing numbers I am not sure how to work through trying to find isolated text in a row. I have reviewed Lookup functions but with the randomness of the text result I am not sure whether it can be built into a lookup range.
<TABLE style="WIDTH: 48pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=64><COLGROUP><COL style="WIDTH: 48pt" width=64><TBODY><TR style="HEIGHT: 13.5pt; mso-height-source: userset" height=18><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; WIDTH: 48pt; HEIGHT: 13.5pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" id=td_post_2599216 height=18 width=64><TABLE style="WIDTH: 48pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=64><COLGROUP><COL style="WIDTH: 48pt" width=64><TBODY><TR style="HEIGHT: 13.5pt; mso-height-source: userset" height=18><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; WIDTH: 48pt; HEIGHT: 13.5pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" id=td_post_2599216 class=xl65 height=18 width=64>IF(Y13=Y$1,Y$1,IF(Z13=Z$1,Z$1,IF(AA13=AA$1,AA$1,IF(AB13=AB$1,AB$1,IF(AC13=AC$1,AC$1,IF(AD13=AD$1,AD$1,IF(AE13=AE$1,AE$1,IF(AF13=AF$1,AF$1,0))))))))</TD></TR></TBODY></TABLE>
</TD></TR></TBODY></TABLE>
0,0,0,0,0,0,0,0,Service,0
In cell A2 I am trying to have the answer be "Service"
In cell A2 I have the following formula which works fine if the answer "Service" is in colums Y - AF but when trying to nest I am limited to the 8 nest rule. Because I am not summing numbers I am not sure how to work through trying to find isolated text in a row. I have reviewed Lookup functions but with the randomness of the text result I am not sure whether it can be built into a lookup range.
<TABLE style="WIDTH: 48pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=64><COLGROUP><COL style="WIDTH: 48pt" width=64><TBODY><TR style="HEIGHT: 13.5pt; mso-height-source: userset" height=18><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; WIDTH: 48pt; HEIGHT: 13.5pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" id=td_post_2599216 height=18 width=64><TABLE style="WIDTH: 48pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=64><COLGROUP><COL style="WIDTH: 48pt" width=64><TBODY><TR style="HEIGHT: 13.5pt; mso-height-source: userset" height=18><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: transparent; WIDTH: 48pt; HEIGHT: 13.5pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" id=td_post_2599216 class=xl65 height=18 width=64>IF(Y13=Y$1,Y$1,IF(Z13=Z$1,Z$1,IF(AA13=AA$1,AA$1,IF(AB13=AB$1,AB$1,IF(AC13=AC$1,AC$1,IF(AD13=AD$1,AD$1,IF(AE13=AE$1,AE$1,IF(AF13=AF$1,AF$1,0))))))))</TD></TR></TBODY></TABLE>
</TD></TR></TBODY></TABLE>