If statement and running a command as a result of that

  • Thread starter Thread starter englishtwit
  • Start date Start date
E

englishtwit

Hi Excelleans..

Well I enjoy my job, and can figure out most things, but I a
struggling again.

I would like an if statement in the cell that says something like:

=if(E1234="Some text",(MID,B1234,1,5),"Not relevent") and the resul
put into the cell you are in.

Look forward to your responses!

E
 
Doh - just figured it out...

=if(E1234="Some text",MID(B1234,1,5),"Not relevent"
 

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

Back
Top