Hi Guys! I am having an issue where my array formula is to long for the vba. I know that the limit is 255, but mine is 284+. I dont know how I can shrink it or parse it. Any help would be greatly appreciated.
the formula is
Thanks!
the formula is
Code:
{=IFERROR(INDEX(pTable,MATCH(1,(pTable[[EMPLOYEE]:[EMPLOYEE]]=[@EMPLOYEE])*(pTable[[APPLICATION_NAME]:[APPLICATION_NAME]] = [@[APPLICATION_NAME]])*(pTable[[ACCESS LEVEL]:[ACCESS LEVEL]]=[@[ACCESS LEVEL]])*(pTable[[ENTITLEMENT NAME]:[ENTITLEMENT NAME]] = [@[ENTITLEMENT NAME]]),0),4),"")}
Thanks!