I have this formual:
=SUMPRODUCT(--('Project Purchase Order and Sale'!$W$2:$W$5000='Detail EAC by Task Code'!$C7),--('Project Purchase Order and Sale'!$B$2:$B$5000='Detail EAC by Task Code'!V$2),'Project Purchase Order and Sale'!$Y$2:$Y$5000)
The problem I have is the relative references do not update when I sort the data to help me audit my model. Has anyone found a way around this including using diffrent functions? Or do some functions just not work properly when sorting ( I know sumif has this same problem)?
=SUMPRODUCT(--('Project Purchase Order and Sale'!$W$2:$W$5000='Detail EAC by Task Code'!$C7),--('Project Purchase Order and Sale'!$B$2:$B$5000='Detail EAC by Task Code'!V$2),'Project Purchase Order and Sale'!$Y$2:$Y$5000)
The problem I have is the relative references do not update when I sort the data to help me audit my model. Has anyone found a way around this including using diffrent functions? Or do some functions just not work properly when sorting ( I know sumif has this same problem)?