sumif values in named ranges with same date

rurounisena

New Member
Joined
Apr 13, 2018
Messages
7
DateMiscCodedPriorityFiling
6/3/20184412237
6/4/2018
6/5/20185523453
6/6/201890563321
6/7/201865109342
6/8/2018
6/9/20184430411

<tbody>
</tbody>

Datetotal
6/3/2018169
6/4/2018
6/5/2018123
6/6/2018179
6/7/2018208
6/8/2018
6/9/201878

<tbody>
</tbody>

Above is a visual of what I'm trying to achieve. The first 3 cells to the right of a date added and placed in the cell next to the corresponding date on the second table. The tables are in different workbooks. I am pretty new to formulas in excel but it looks like the sumif function could help me? If someone could help me out or point me in the right direction I would really appreciate it :)
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
If the columns are sorted or the column values have the same sequence in both the workbooks, try

=SUM([name of the workbook with the data]Name of the sheet!C4:E4)

If there's a space in the name of the workbook and/or the name of the sheet, then mention the corresponding name(s) within single quotes (')!

Along with the name of the workbook, you would need to add the complete path of the location of the workbook, like C:\Users\User1\Desktop\ etc.!
 
Last edited:
Upvote 0

Forum statistics

Threads
1,217,391
Messages
6,136,325
Members
450,005
Latest member
BigPaws

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