udf

  • Thread starter Thread starter Ian Bartlett
  • Start date Start date
I

Ian Bartlett

I require a function to trim this
format Last, First in cell A1
to LastF in cell B1
this is required to loop through named jpg files named as in B1 and place
pictures in the cell.
 
This excel function placed in B1 will get last name then 1st initial

=LEFT(A1,FIND(",",A1)-1) & MID(A1,FIND(",",A1)+2,1)
 

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