Hello - I'm trying to get the aggregate amount of $$ in a column that meet two criteria. I am trying to get a snapshot of this data from one worksheet which I will call COM and collating all the data on a second worksheet. However when I reference the COM worksheet I am getting a VALUE error. When I use the SUMIFS function directly on the COM worksheet however the formula works. I seem only to be having the problem on the 2nd worksheet when I populate the formula with ’COM’! What am I doing wrong? Can anyone help?
The formula I have used is
=SUMIFS('COM'!O2:O100, 'COM'!O2:O100,"Signed",’COM’!H2:H100,">12/31/2016")
The formula I have used is
=SUMIFS('COM'!O2:O100, 'COM'!O2:O100,"Signed",’COM’!H2:H100,">12/31/2016")