00:00This is how you can use VLOOKUP and sum together. In my data state, I select a salesperson and this
00:05will get me the total sales for that person. Let me show you how this can be done. First,
00:09let's create a pull down menu. Select B2 here and then you go data, data validation here like this
00:15and then in this allow, you can select list and then the source, you're going to select the name.
00:22Now to do the VLOOKUP, say equal VLOOKUP. The first argument will be the name comma. The second
00:28argument will be the data set comma open curly braces column number 2, 3, 4 and 5 which are
00:33the sales value. Close the curly braces comma 0 to show exact value and this will return the four
00:39columns for Claire here. Now to sum it up, basically wrap the VLOOKUP with sum like this and then you
00:46get the total sales value for Q1, Q2, Q3 and Q4 for each salesperson. Now if you've changed the
00:53salesperson, you get the respective salesperson's total yearly value.
Comments