mb8marmed
New Member
- Joined
- Feb 15, 2020
- Messages
- 11
- Office Version
- 365
- 2021
- 2019
- 2016
- 2013
- 2011
- 2010
- 2007
- 2003 or older
- Platform
- Windows
- MacOS
- Mobile
- Web
I am looking for data in a table if it exists, and I use Ctrl + F to manually find the data within the table. However, I am wondering if there is a way to use the combined Excel functions such as Index, Match, & Address (or any other function). The data to look at is in Sheet 1, and the lookup value is located in Sheet 2. Once the data is found in Sheet 1, the cell reference will be documented in Sheet 2, otherwise it will return to "Not Found". I attached a sample of the work using xl2bb for reference. It would also be great if you could provide me with an Excel function and an alternative VBA code.
Thank you in advance.
Thank you in advance.
Find the Data.xlsx | |||||||
---|---|---|---|---|---|---|---|
B | C | D | E | F | |||
1 | Items to Find | ||||||
2 | RFI-001 | RFI-021 | RFI-031 | RFI-041 | RFI-051 | ||
3 | RFI-002 | RFI-022 | RFI-032 | RFI-042 | RFI-052 | ||
4 | RFI-003 | RFI-023 | RFI-033 | RFI-043 | RFI-053 | ||
5 | RFI-004 | RFI-024 | RFI-034 | RFI-044 | RFI-054 | ||
6 | RFI-005 | RFI-025 | RFI-035 | RFI-045 | RFI-055 | ||
7 | RFI-006 | RFI-026 | RFI-036 | RFI-046 | RFI-056 | ||
8 | RFI-007 | RFI-027 | RFI-037 | RFI-040 | RFI-057 | ||
9 | RFI-008 | RFI-028 | RFI-038 | RFI-048 | RFI-058 | ||
10 | RFI-009 | RFI-029 | RFI-039 | RFI-049 | RFI-059 | ||
11 | RFI-010 | RFI-030 | RFI-040 | RFI-050 | RFI-060 | ||
12 | RFI-011 | RFI-031 | RFI-041 | RFI-051 | RFI-061 | ||
13 | RFI-012 | RFI-032 | RFI-042 | RFI-052 | RFI-062 | ||
14 | RFI-013 | RFI-033 | RFI-043 | RFI-053 | RFI-063 | ||
15 | RFI-014 | RFI-034 | RFI-044 | RFI-054 | RFI-064 | ||
16 | RFI-015 | RFI-035 | RFI-045 | RFI-055 | RFI-065 | ||
17 | RFI-016 | RFI-036 | RFI-046 | RFI-056 | RFI-066 | ||
18 | RFI-017 | RFI-037 | RFI-047 | RFI-057 | RFI-067 | ||
19 | RFI-018 | RFI-038 | RFI-048 | RFI-058 | RFI-068 | ||
20 | RFI-019 | RFI-039 | RFI-049 | RFI-059 | RFI-069 | ||
21 | RFI-020 | RFI-040 | RFI-050 | RFI-060 | RFI-070 | ||
Sheet1 |
Find the Data.xlsx | ||||||
---|---|---|---|---|---|---|
B | C | D | E | |||
2 | Item | Lookup Value | Cell Ref. | Sheet Tab | ||
3 | 1 | RFI-0001 | Not Found | Not Found | ||
4 | 2 | RFI-024 | C5 | Sheet 1 | ||
5 | 3 | RFI-040 | D11, E8 | Sheet 1 | ||
6 | 4 | RFI-068 | F19 | Sheet 1 | ||
7 | 5 | RFI-xxx | Not Found | Not Found | ||
Sheet2 |