I know this dates me somewhat but I'm using Excel 2007.
I'm trying to create a section of text within an Excel worksheet that begins with a string with the format: "On Tuesday the 21st of January, 2025 . . . . "
The actual date is being picked up from a matrix using VLOOKUP and is stored in cell Y5 on the worksheet. Y6 contains the '21st' and Y7 is intended to contain the month.
I can get '21st' OK by taking the date from the matrix and using a Lookup List to add the 'st', and I can get 2025 OK, but I cannot figure out how to get the text version of the weekday or the month. The string is currently: =CONCATENATE("On ",Y5," the ",Y6," day of ",Y7)
The result I keep getting is: "On 45678 the 21st day of 45678".
Is what I'm trying to achieve practicable, and if so, how?
I'm trying to create a section of text within an Excel worksheet that begins with a string with the format: "On Tuesday the 21st of January, 2025 . . . . "
The actual date is being picked up from a matrix using VLOOKUP and is stored in cell Y5 on the worksheet. Y6 contains the '21st' and Y7 is intended to contain the month.
I can get '21st' OK by taking the date from the matrix and using a Lookup List to add the 'st', and I can get 2025 OK, but I cannot figure out how to get the text version of the weekday or the month. The string is currently: =CONCATENATE("On ",Y5," the ",Y6," day of ",Y7)
The result I keep getting is: "On 45678 the 21st day of 45678".
Is what I'm trying to achieve practicable, and if so, how?