Hello,
i have a text file in which dates are stored like
Jan 2 2025 10:12 Jan 2 2025 16:34
Jan 3 2025 06:45 Jan 3 2025 16:01
In Libre Calc i want to do following:
- insert in Column B and C data from above
- in column A i have imply “=B$row”, i.e. “=B1”, “=B2”,… (without double quotes)
- column A has format NN, meaning dates weekday, i.e. Thu
- column B and C are formatted MMM D YYYY HH:MM
- column D is C-B, formatted HH:MM
When i insert a single line, i.e. top one from example above, in column B and C,
everything works correct, and in column A weekday is shown, and duration is in column D
When i insert more than one line from text file at once,
each cell starts with single quote, marking the content as text.
Is there a way to insert more than one line at a time without getting the content quoted?