gmooney
Active Member
- Joined
- Oct 21, 2004
- Messages
- 254
- Office Version
- 365
- Platform
- Windows
I have cell (AF4) with a formula are utilizing the following formula to return results.
=LET(a,VALUE(TEXTSPLIT($AE4,,CHAR(10))),b,XLOOKUP(a,'[2024.xlsx]Data'!P$2:P$35000,'[2024.xlsx]Data'!D$2:D$35000,"",0),TEXTJOIN(CHAR(10),TRUE,b))
This will return something like:
WAVE 01
WAVE 03
From that I have another cell (AG4) that I want create a formula that will looking up the date value for WAVE 01, WAVE 02, WAVE 03, etc......
The formula I have for it is:
=LET(a,(TEXTSPLIT($AF4,,CHAR(10))),b,XLOOKUP(a,WAVE LU Date!D$2:D$13,WAVE LU Date!C$2:C$13,"",0),TEXTJOIN(CHAR(10),TRUE,b))
It does what it is supposed to be returning:
45404
45460
I need to get these into proper date format.
Any help would be greatly appreciated.
=LET(a,VALUE(TEXTSPLIT($AE4,,CHAR(10))),b,XLOOKUP(a,'[2024.xlsx]Data'!P$2:P$35000,'[2024.xlsx]Data'!D$2:D$35000,"",0),TEXTJOIN(CHAR(10),TRUE,b))
This will return something like:
WAVE 01
WAVE 03
From that I have another cell (AG4) that I want create a formula that will looking up the date value for WAVE 01, WAVE 02, WAVE 03, etc......
The formula I have for it is:
=LET(a,(TEXTSPLIT($AF4,,CHAR(10))),b,XLOOKUP(a,WAVE LU Date!D$2:D$13,WAVE LU Date!C$2:C$13,"",0),TEXTJOIN(CHAR(10),TRUE,b))
It does what it is supposed to be returning:
45404
45460
I need to get these into proper date format.
Any help would be greatly appreciated.