sedwardson
New Member
- Joined
- Mar 2, 2023
- Messages
- 35
- Office Version
- 365
- Platform
- Windows
Hiya,
I have a workbook with two worksheets in. Worksheet one has a list of telephone numbers starting in column A2 -> A143 and in D2 -> D143 are their respective owners. The second worksheet has a list of telephone numbers with charges associated with them. I want the second worksheet to lookup the numbers in the first worksheet and put the associated owners name into column C starting at Row 2. I've looked at using the standard offset but this wont look through my range of numbers to find the corresponding owner and also tried if, countif and match statements all to no avail. I suspect either my syntax has been incorrect each time or I'm using the wrong function. Hopefully the attached will help explain further. Thanks in advance for all and any help.
I have a workbook with two worksheets in. Worksheet one has a list of telephone numbers starting in column A2 -> A143 and in D2 -> D143 are their respective owners. The second worksheet has a list of telephone numbers with charges associated with them. I want the second worksheet to lookup the numbers in the first worksheet and put the associated owners name into column C starting at Row 2. I've looked at using the standard offset but this wont look through my range of numbers to find the corresponding owner and also tried if, countif and match statements all to no avail. I suspect either my syntax has been incorrect each time or I'm using the wrong function. Hopefully the attached will help explain further. Thanks in advance for all and any help.
Phone | Short Code | Full Name | Company |
01234 567890 | Bob | Company 1 | |
01234 567891 | 201 | Frank | Company 2 |
01234 567892 | 202 | Harry | Company 3 |
01234 567893 | 203 | Jerry | Company 4 |
01234 567894 | 204 | Sue | Company 5 |
Number | Total | |
01234 567890 | £6.00 | |
01234 567891 | £6.00 | |
01234 567892 | £0.00 | |
01234 567893 | £6.00 | |
01234 567894 | £6.00 | |