Remove File Extensions From a List of Files

  • Thread starter Thread starter justinfoote
  • Start date Start date
J

justinfoote

I have a multiple very long lists containing file names. I'd like to
strip the extensions off and compare names together.
Does anyone know of a way to make
xxxxx.prt
turn into
xxxxx

Thanks
 
(e-mail address removed)> wrote in message
I have a multiple very long lists containing file names. I'd like to
strip the extensions off and compare names together.
Does anyone know of a way to make
xxxxx.prt
turn into
xxxxx

Thanks

If you have all files with a three letter extension, you can use a
combination of LEFT() and LEN() to show the file minus the extension...

I'll check back to see if you've figured it out.

Beege
 

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