I have a formula that works great however the issue is that they keep moving the location of it everytime I export. What I would like to do is create within the formula a way to locate the column header then do the calculation.
Here is the formula I have;
=IF(E5<1,"0",(SUMPRODUCT(('Sheet 1'!$M$2:$M$20000=B5 )*('Sheet 1'!$BI$2:$BI$20000="In Progress"))))
I was trying to use the Match Function but must have been doing something wrong. I would keep getting the #Num Error
Here is the formula I have;
=IF(E5<1,"0",(SUMPRODUCT(('Sheet 1'!$M$2:$M$20000=B5 )*('Sheet 1'!$BI$2:$BI$20000="In Progress"))))
I was trying to use the Match Function but must have been doing something wrong. I would keep getting the #Num Error