Vlookup/sumproduct scan date and sumproduct adjecent cells

charliew

Board Regular
Joined
Feb 20, 2018
Messages
68
Office Version
  1. 365
Platform
  1. Windows
Hi,

I'm relatively new to excel so bare with me.

I'm trying to search a column for a specific date and then sumproduct in an adjacent cell...

this is what I've managed:

=SUMPRODUCT((O$2:O$963=ED)*(F$2:F$963=W69))

this doesn't work!

I have date ranges with times for completed reports (f) so sometimes 4 or 5 of the same dates with different times, and "ED" in some of the adjacent cells (o). I am trying to add up how many times ED is used for a each day...
I have a separate column with every date of the year in (for a different formula) (w) that I want to place this next to (y)

Thank you for help in anticipation!
 
What formula are you using?

You may also want to look at the AVERAGEIF function to exclude 0's from your average.
Excel Workbook
ABC
11
257.286
36
48
512
60
714
85
Sheet
 
Upvote 0

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.

Forum statistics

Threads
1,215,374
Messages
6,124,569
Members
449,173
Latest member
Kon123

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