I'm extracting times from a text string using the Left and Right functions.
They appear as 10:30 am etc.
Excel apparently sees them as values, not text, because =text(F7,"hh:m") works properly on them. (But: they display flush left, which suggests otherwise.)
I get #value error when I:
1. Subtract one from another
2. Use timevalue on them. This whether or not I've used the text function to convert it (back?) to a string first.
No extra spaces in the strings, and I've used every conversion (value to text, text to value) and cleanup back and forth I can think of -- text, trim, clean, value, etc. I've even tried using &""" to put quotes around them.
When I just type '10:30 am in a cell, I can convert it to a value and use it numerically, no problem.
But when I copy my extracted strings, then Paste Special value-only into a new cell, they still don't act appropriately.
Spreadsheet enclosed. Any of you kind people have any ideas? Thx.
Bookmarks