eechristaylor
New Member
- Joined
- Oct 22, 2013
- Messages
- 43
- Office Version
- 365
- Platform
- Windows
I am using COUNTA to look at a range of cells on another sheet and if they have data getting them to return the number. That is the "Status" field.
I need to do this across several rows and use the unique identifier to make sure the correct row data is returned. Example below and across those cells in Red. Is there a way to use xlookup for this?
Sheet 1
Sheet 2
I need to do this across several rows and use the unique identifier to make sure the correct row data is returned. Example below and across those cells in Red. Is there a way to use xlookup for this?
Sheet 1
Unique identifier | Status |
A | 3 |
B | 2 |
C | 2 |
Unique identifier | Date 1 | Date 2 | Date 3 | other | other | Date 4 | other | other | Date 5 |
A | 3/1/2023 | 5/24/2023 | 7/30/2024 | ||||||
B | 3/1/2023 | 5/24/2023 | |||||||
C | 3/1/2023 | 5/24/2023 |