Using v-lookup with multiple identifiers

C

cartmr

I am trying to get results from a vlookup table but I have multiple
identifiers with the different results.

E.g.

EMPX Amount
003359 $1,288.74
003359 $545.23
003359 $214.77
004200 $197.87

How can I get the v-lookup to return one results for each EmPX? I am trying
to reconcile 2 seperate spreadsheets
 
P

Pete_UK

Suppose your table occupies A1:B5, with headers in row 1. Suppose you
enter the EMPX value in D2 that you want the total amount for. Then in
E2 you can use this formula rather than VLOOKUP:

=SUMIF(A2:A5,D2,B2:B5)

Is this what you wanted?

Hope this helps.

Pete
 
S

ShaneDevenshire

Hi,

Which result do you want to return from your example if the identifier is
003359?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

V Lookup 1
Changing Source Data using V-lookup 3
V Lookup and Multiple Values 2
V Lookup 5
Lookup question and iferror compatibility 6
(V)LOOKUP question 4
V Lookup & IF 3
LOOKUP returning wrong values 2

Top