G
Guest
Hi al
I want to sum a group of non sequential cells that meet two sets of criteria, then average the resul
I started with this formula to get the sum - but it's not working
=SUMPRODUCT(($A$13:$A$103=$A$13),(H13:H103>1)),(C13:C103)
A13 = "TV1". I only want to include rows that have column A matching what the user has entered into cell A1
Then I only want to include cells in H13:H103 that are greater than 1 or zero
then I want it to total the values in C13:C103 based on meeting the prior two criteri
and lastly I need an average of the above result based on the same criteria
If I have a formula in all H cells will that affect it? The formula is basically telling the result to show as blank if error messages appear in F13.: if(isnumber(F13),C13/D13,""
Any help would be appreciated
I want to sum a group of non sequential cells that meet two sets of criteria, then average the resul
I started with this formula to get the sum - but it's not working
=SUMPRODUCT(($A$13:$A$103=$A$13),(H13:H103>1)),(C13:C103)
A13 = "TV1". I only want to include rows that have column A matching what the user has entered into cell A1
Then I only want to include cells in H13:H103 that are greater than 1 or zero
then I want it to total the values in C13:C103 based on meeting the prior two criteri
and lastly I need an average of the above result based on the same criteria
If I have a formula in all H cells will that affect it? The formula is basically telling the result to show as blank if error messages appear in F13.: if(isnumber(F13),C13/D13,""
Any help would be appreciated