VLOOKUP help please

coltheplumb

Well-known Member
Joined
Nov 27, 2010
Messages
731
Hi All :) ok I have 50 items, all code numbered 1 to 50, each item has a credit value varying from 3 to 9. Up to 8 of these code numbers are going to be entered into cell A1:H1 . Now what I am after is setting up a VLOOKUP so that as each code number is entered a running total is shown in cell J1.<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
All help appreciated<o:p></o:p>
<o:p> </o:p>
Cheers<o:p></o:p>
<o:p> </o:p>
Colin X <o:p></o:p>
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Hi Colin

You didn't specify where the values are, but hopefully you can follow this example:


Excel 2010
ABCDEFGHIJ
12465141930.32
2
3IDCredit
415.89
523.42
635.91
746.18
857.75
965.51
1074.4
1187.63
1296.13
13106.22
14118.72
15127.03
16135.11
17143.06
18154.26
19166.03
20173.18
21188.05
22194.4
23203.26
Sheet1
Cell Formulas
RangeFormula
J1=SUMPRODUCT(SUMIF(A4:A23,A1:H1,B4:B23))
 
Upvote 0

Forum statistics

Threads
1,215,262
Messages
6,123,953
Members
449,135
Latest member
jcschafer209

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