#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default udf

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.



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default udf

This excel function placed in B1 will get last name then 1st initial

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

"Ian Bartlett" wrote:

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.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 03:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"