I am a newbie and have come across a formula like this:
=IF(AL:AL>0,"Returned",IF(AK:AK>0,"Released",IF(AJ:AJ>0,"Complete",IF(AB:AB>0,"In Process",IF(B:B>0,"In House",IF(#REF!>0,"Dist. Centre",IF(A:A>0,"Incoming","")))))))
Can all the gurus out there please explain to me in layman term what is...