excelNewbie22
Well-known Member
- Joined
- Aug 4, 2021
- Messages
- 528
- Office Version
- 365
- Platform
- Windows
hi!
i'm trying to learn new function (for me),
how can i use vlookup to search all the values with the same name and return the sum of it all?
sample below
i'm trying to learn new function (for me),
how can i use vlookup to search all the values with the same name and return the sum of it all?
sample below
Excel-Practice-Data-for-Pivot-Table-1.xlsx | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | |||
4 | Date | Client | Region | Month | Year | Quarter | Amount | 230071 | ||
5 | 15-Jul-2019 | ABC Corporation | South | July | 2019 | Q3 | $1,741,089 | |||
6 | 19-Jul-2019 | Bridges Company | East | July | 2019 | Q3 | $514,989 | |||
7 | 26-Jul-2019 | Timefall Inc. | East | July | 2019 | Q3 | $230,071 | |||
8 | 11-Aug-2019 | Chiral Corporation | North | August | 2019 | Q3 | $1,148,912 | |||
9 | 15-Aug-2019 | Titan Industries | West | August | 2019 | Q3 | $405,991 | |||
10 | 22-Aug-2019 | Eagle Security | South | August | 2019 | Q3 | $191,708 | |||
11 | 24-Aug-2019 | Sol Company | South | August | 2019 | Q3 | $1,757,908 | |||
12 | 15-Sep-2019 | Eagle Security | East | September | 2019 | Q3 | $1,209,282 | |||
13 | 17-Sep-2019 | Titan Industries | West | September | 2019 | Q3 | $1,581,662 | |||
14 | 16-Oct-2019 | Titan Industries | South | October | 2019 | Q4 | $376,043 | |||
15 | 25-Oct-2019 | Timefall Inc. | East | October | 2019 | Q4 | $1,978,299 | |||
16 | 5-Nov-2019 | Timefall Inc. | South | November | 2019 | Q4 | $914,785 | |||
17 | 19-Nov-2019 | Timefall Inc. | East | November | 2019 | Q4 | $1,711,222 | |||
18 | 27-Nov-2019 | Timefall Inc. | West | November | 2019 | Q4 | $1,257,231 | |||
19 | 25-Nov-2019 | Timefall Inc. | South | November | 2019 | Q4 | $407,874 | |||
20 | 29-Nov-2019 | Timefall Inc. | North | November | 2019 | Q4 | $589,765 | |||
Problem |
Cell Formulas | ||
---|---|---|
Range | Formula | |
I4 | I4 | =VLOOKUP(C15,C4:H30,6,FALSE) |