Lookup formula

punkin0601

New Member
Joined
Aug 16, 2005
Messages
26
Is there a function or someway to write a macro to do the following?

On one sheet (called Balance), I have the account numbers listed in column A. On another sheet (called Inputs), I have the accounts numbers again with each month's balance in the columns next to it. On the 'Balance' sheet, I want it to look up the account on the 'Inputs' sheet and sum column F:P for the account and place it in the cell next to the account on the the 'Balance' sheet. Is there a way to do this with the 'VLOOKUP' function. Rather than have it return a value, I want it sum the columns in that row.

Thank you in advance for your help?
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Hi,

Assuming the account numbers are listed in column E in input sheet, try:

=SUM(INDEX(Inputs!$F$2:$P$100,MATCH(A2,Inputs!$E$2:$E$100,0),0))
 
Upvote 0

Forum statistics

Threads
1,214,834
Messages
6,121,873
Members
449,056
Latest member
ruhulaminappu

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