I am trying to use a grouping column in my excel sheet but the code I am using is extremely unwieldy and is beginning to bog down my spreadsheet when I view it, sometimes crashing it.
=D20&IF(ISERROR(MATCH("IP",L20:AK20,0))=FALSE,"I.P.",IF(ISERROR(MATCH("Not Started",L20:AK20,0))=FALSE,"NoStart","Zero")) &AP20
Which returns a value which looks like "SEC1NoStart41841". Section, a status which runs across multiply fields, and Date. Is there more stream line way to write this bit of code?