Hi,

Your formula is correct, but the dates / times are stored as text, not numbers. You could convert them like this:

Formula: copy to clipboard
=DATEVALUE(INDEX(TEXTSPLIT(B2,","),1))+TIMEVALUE(INDEX(TEXTSPLIT(B2,","),2))