Index left match or lookup???

C

Carrie

Hi - I need to return in cell A2 the 3rd and 4th characters from cell A1. I
know I have done this in past but can not find it now!
e.g.
A
1 0708D1MOQ
2 D1

Thanks for your help :)
 
N

Niek Otten

Hi Carrie,

If you mean the 5th and 6th character:

=MID(A1,5,2)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

| Hi - I need to return in cell A2 the 3rd and 4th characters from cell A1. I
| know I have done this in past but can not find it now!
| e.g.
| A
| 1 0708D1MOQ
| 2 D1
|
| Thanks for your help :)
| --
| Carrie
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top