-2

Excel Extract fixed length amount form cell

Imported data to one column (A) Need to Extract the Amount from Start Position 20 and Field Length 11

2
  • 3
    Use the MID function Commented Dec 27, 2018 at 12:44
  • Worked great - Thanks :) Commented Dec 27, 2018 at 16:39

1 Answer 1

4

Try mid(), something like

=mid(A1,20,11)

If the source is in cell A1.

Not tested as I am on a smartphone...

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.