Summing cells within a column that find data that finds data by matching multiple cells

Smada51

New Member
Joined
Feb 16, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Using Multiple Worksheets. Worksheet one is where the data is entered
Worksheet too using index_match to pull data after matching name and date. How do I add data together from data that was entered multiple times with same name and date
Formula used to find and pull data
=IFERROR(INDEX('Audit list'!F$1:F$500,MATCH('2ND_3RD'!$C4&'2ND_3RD'!I$1,'Audit list'!$L:$L,0)),"")

Audit List is worksheet 1 - column F is where the data is entered I want to add
in Match, 2nd_3rd and where I am adding a name and date together and matching it to column L in the AUDIT LIST work book.

I am able to pull back the first cell it finds, but not sum any other cells with same name and date
 

Attachments

  • 2nd_3rd.JPG
    2nd_3rd.JPG
    177.5 KB · Views: 8
  • Audit List.JPG
    Audit List.JPG
    200.2 KB · Views: 8

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.

Forum statistics

Threads
1,214,985
Messages
6,122,607
Members
449,090
Latest member
vivek chauhan

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