Hi everyone. I've been pulling my hair out, getting close but still cannot get what I want to have happen.
My workbook contains multiple sheets. I need to search one sheet (or all 4 if possible), 3 columns, for a value - within a date range, and return a different value. Example below:
In this example, I would need to search for "Chad" in Sheet2 columns F:H, but within a date range in A:A (1/1/2022 - 3/24/2023), and return the names to Sheet 1 - from Sheet 2 column B (preferably "B, C" if possible). Example of what the output should look like.
At an absolute minimum I would like to search Sheet 2 (3 columns) and get corresponding value from Sheet 2 column B - and output to Sheet 1 column A.
My dream - end goal - I need to search Sheets 2, 3, 4, 5 (same 3 cloumns on each sheet) and get corresponding values from Sheets 2, 3, 4, 5 cloumns B and C (LastName, FirstName) and output to Sheet 1 column A.
Any help or pointers in the right direction would be VERY appreciated. Thank you!
My workbook contains multiple sheets. I need to search one sheet (or all 4 if possible), 3 columns, for a value - within a date range, and return a different value. Example below:
Book1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | |||
1 | 12/27/2022 | Smith | Mike | 12/23/2022 | 4/6/2019 | Hastings | ||||
2 | 12/27/2022 | Jones | Katie | 12/21/2022 | 6/26/1984 | Chad | ||||
3 | 12/29/2022 | Johnson | Nelly | 12/27/2022 | 2/20/1974 | Phillips | ||||
4 | 1/3/2023 | Brown | Alexander | 12/31/2022 | 4/28/1999 | Chad | ||||
5 | 1/4/2023 | Miller | Luis | 1/2/2023 | 8/11/1995 | Chad | ||||
6 | 1/4/2023 | Davis | Marrisa | 1/2/2023 | 6/30/2006 | Phillips | ||||
7 | 1/4/2023 | Williams | Ariana | 1/2/2023 | 7/11/2012 | Chad | ||||
8 | 1/5/2023 | Burk | Leticia | 1/4/2023 | 4/12/1961 | Gulbransen | ||||
Sheet2 |
In this example, I would need to search for "Chad" in Sheet2 columns F:H, but within a date range in A:A (1/1/2022 - 3/24/2023), and return the names to Sheet 1 - from Sheet 2 column B (preferably "B, C" if possible). Example of what the output should look like.
Book1 | |||
---|---|---|---|
A | |||
1 | Brown, Alexander | ||
2 | Miller, Luis | ||
3 | Williams, Ariana | ||
Sheet1 |
At an absolute minimum I would like to search Sheet 2 (3 columns) and get corresponding value from Sheet 2 column B - and output to Sheet 1 column A.
My dream - end goal - I need to search Sheets 2, 3, 4, 5 (same 3 cloumns on each sheet) and get corresponding values from Sheets 2, 3, 4, 5 cloumns B and C (LastName, FirstName) and output to Sheet 1 column A.
Any help or pointers in the right direction would be VERY appreciated. Thank you!