VLOOKUP to sum multiple cells

thewavgod

New Member
Joined
Aug 2, 2017
Messages
1
I have a workbook that has multiple sheets and I use the VLOOKUP to grab certain info on a particular date to populate a cell on a form. The simple formula I use to grab a simple single entry is =VLOOKUP(A15,MSEQ648!A:F,6,FALSE), where A15 is the cell that references the time/date row and then grabs the number I need.

What I need to do is to grab multiple time/date rows and then total them. I understand the formula above, but I can figure out how to add multiple cells in the same column. Example in plan English...The time/date rows would be A15 through A23, on sheet!, columns A:J, column 10.

How do I have excel add these 8 cells.

Thank you in advance!!
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
i stand to correct:

=SUM(SUMIF(MSEQ648!A:A,A15:A23,MSEQ648!J:J))

Entered with Ctrl+Shift+Enter. If entered correctly, Excel will surround with curly braces {}.

Note: Do not try and enter the {} manually yourself
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,223
Messages
6,123,711
Members
449,118
Latest member
MichealRed

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