Nov 03 2023 11:28 AM
I receive date each month on funds, with their unit value. Beginning in June, the data I received came from a slightly different method, and now my worksheet cannot pick up values using VLOOKUP. It looks like the DATE format has been changed, but I cannot figure out how to work around it.
Thank you for any help you may offer.
A sample of my worksheet is attached.
Nov 03 2023 11:39 AM
Nov 03 2023 12:24 PM
Nov 03 2023 12:33 PM
The values in A12 and down are text values - they are left-aligned if you look carefully.
The same goes for the values in B12 and down.
Select A12:A21.
On the Data tab of the ribbon, click Text to Columns.
Select Delimited, then click 'Next > ' twice.
Select MDY from the date drop-down, then click Finish.
The values will be converted to 'real' dates.
Next, select B12:B21.
On the Data tab of the ribbon, click Text to Columns.
Select Delimited, then click Finish.
The VLOOKUP formula should now work as intended.
Nov 03 2023 01:45 PM
Thank you for the help. I think I have col B fixed correctly. However, when I followed your instructions for col A, I have it split into 3 columns as shown. I must have done something wrong on the "text to columns" procedure. I am certain you can steer me in the right direction.
Thank you.
Nov 03 2023 01:48 PM
Nov 03 2023 02:16 PM - edited Nov 03 2023 02:18 PM
When you convert the dates, make sure that all the check boxes for delimiters in step 2 are cleared.
Step 3:
Result attached.
Nov 03 2023 03:14 PM
Nov 03 2023 03:20 PM
Thank you, Hans, that works perfectly! Thank you so much for your expertise and help.
Dapper49
Nov 03 2023 03:22 PM
Nov 03 2023 03:27 PM
Nov 03 2023 03:32 PM
Nov 03 2023 03:37 PM