+ Reply to Thread
Results 1 to 3 of 3

I would like to extract some text in my WorkSheet Tab and enter it

  1. #1
    Dr. Darrell
    Guest

    I would like to extract some text in my WorkSheet Tab and enter it

    I have 52 worksheets which are titled "Week Ending 12-4-05" and so on.

    I would like to extract the date (text) and enter it as a date (number) in a
    cell.

    Is there a function or some code that can be entered to do this?

    Darrell

  2. #2
    Peo Sjoblom
    Guest

    Re: I would like to extract some text in my WorkSheet Tab and enter it

    =--MID(MID(CELL("FILENAME",A1),FIND("]",CELL("FILENAME",A1))+1,32),13,34)

    format as date, if you only want a text representation of the date

    =MID(MID(CELL("FILENAME",A1),FIND("]",CELL("FILENAME",A1))+1,32),13,34)



    --

    Regards,

    Peo Sjoblom

    "Dr. Darrell" <[email protected]> wrote in message
    news:[email protected]...
    > I have 52 worksheets which are titled "Week Ending 12-4-05" and so on.
    >
    > I would like to extract the date (text) and enter it as a date (number) in

    a
    > cell.
    >
    > Is there a function or some code that can be entered to do this?
    >
    > Darrell




  3. #3
    Dr. Darrell
    Guest

    Re: I would like to extract some text in my WorkSheet Tab and ente

    Thank you.

    "Peo Sjoblom" wrote:

    > =--MID(MID(CELL("FILENAME",A1),FIND("]",CELL("FILENAME",A1))+1,32),13,34)
    >
    > format as date, if you only want a text representation of the date
    >
    > =MID(MID(CELL("FILENAME",A1),FIND("]",CELL("FILENAME",A1))+1,32),13,34)
    >
    >
    >
    > --
    >
    > Regards,
    >
    > Peo Sjoblom
    >
    > "Dr. Darrell" <[email protected]> wrote in message
    > news:[email protected]...
    > > I have 52 worksheets which are titled "Week Ending 12-4-05" and so on.
    > >
    > > I would like to extract the date (text) and enter it as a date (number) in

    > a
    > > cell.
    > >
    > > Is there a function or some code that can be entered to do this?
    > >
    > > Darrell

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1