Formula Error

CreativeRova

New Member
Joined
Dec 12, 2013
Messages
49
Hi Excellers,

I have a formula I am using to count if an instance occurs.

=IF($D$10:$D$100="Backs",SUMPRODUCT((MOD(ROW(H10:H100)-ROW(H10),2)=0)*(H10:H100)),0)

but I am getting a #value error I can not figure out what I am doing wrong. "the search "Backs" will change on various lines but 5 different search criteria words will search the same columns.

Please help.
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
I didn't try your formula, but I suspect that you need to invoke it with CtrlShift+Enter because it looks like a formula-argument-array operation is happening. So try that.
 
Upvote 0
HI DRSteele,

I tried that getting a result of 0.

Also column Dhas many different texts in there. I need to return only the sum of column H where the correct word on the same row in D.
 
Upvote 0
Please post sample data so we can conduct experiments.
 
Upvote 0
Example: Formula to go in D1 is to count paid only if B8 = Tops. D2 is to count Bonus if D2 = Tops etc.

TopsPaid
Bonus
BacksPaid
Bonus
CombosPaid
Bonus
Client 1TopsPaid505050
Bonus202020
Client 2BacksPaid100100100
303030

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,045
Messages
6,122,840
Members
449,096
Latest member
Erald

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top