i have to parse out a text string that is 500 characters long . . . (no delimiters, just positional data).
but a lot of the data is blank. My text string is in column A, starting in Row 2 and in cell B2, i want to put a simple formula, =LEFT(A1,X), where X the number i type into C1.
This will...