I have a single horizontal array and wish to "read" the contents of that array and return the value in the array. For example
The formulae in cell W5 is =IF(LOOKUP("LN",F5:R5)="LN","LN",IF(LOOKUP("EJ",F5:R5)="EJ","EJ","EJ")). I have 6 options of initials (LN,EJ,VM,DM,AS). My problem is that the formulae will not accept more than 2 nested IF statements. Is there an easier way to return the initials placed in the array. There is only ever on set of initials per row.