I have created a array function using index match based on the age of my data. I have gotten the first criteria to work but can not seem to get the second to work. I have created dynamic ranges for my case numbers, Age and Employees
Working: =SMALL(IF($E$6="",IF($E$5=CREIndex,AZindexREV)),$A$10:$A$2800)
I need to be able to default $E$6 to blank but then enter case numbers. The EEIndex listed above is a dropdown that is working great and filteres my results. The problem is when I enter a case number into $E$6. It errors out.
How do I build this out? Is it an if(or? I have been trying to complete this for several days and need the second piece to work.
Working: =SMALL(IF($E$6="",IF($E$5=CREIndex,AZindexREV)),$A$10:$A$2800)
I need to be able to default $E$6 to blank but then enter case numbers. The EEIndex listed above is a dropdown that is working great and filteres my results. The problem is when I enter a case number into $E$6. It errors out.
How do I build this out? Is it an if(or? I have been trying to complete this for several days and need the second piece to work.