+ Reply to Thread
Results 1 to 6 of 6

How do I ask Excel to take the....

Hybrid View

  1. #1
    tim :/
    Guest

    How do I ask Excel to take the....

    ....last 4 digits from a column of text and copy them into a new column?

    I have a report with about 3000 cells in a column. In each cell is an
    address and the last 4 digits is the post code. I want to run a formula that
    will automatically take these last four digits and cut or copy them into a
    adjacent column...

    Many thanks all,

    Tim.



  2. #2
    JE McGimpsey
    Guest

    Re: How do I ask Excel to take the....

    One way:

    B1: =RIGHT(A1,4)

    In article <435e088c$1@news.rivernet.com.au>,
    "tim :/" <tim@timland.com> wrote:

    > ...last 4 digits from a column of text and copy them into a new column?
    >
    > I have a report with about 3000 cells in a column. In each cell is an
    > address and the last 4 digits is the post code. I want to run a formula that
    > will automatically take these last four digits and cut or copy them into a
    > adjacent column...
    >
    > Many thanks all,
    >
    > Tim.


  3. #3
    Sue
    Guest

    RE: How do I ask Excel to take the....

    You could use the "RIGHT" function and which will allow use to view the last
    4 digits, if you need them as a value, you would have to "cut and paste
    special-values" to the next column.
    Hope this helps
    Sue

    "tim :/" wrote:

    > ....last 4 digits from a column of text and copy them into a new column?
    >
    > I have a report with about 3000 cells in a column. In each cell is an
    > address and the last 4 digits is the post code. I want to run a formula that
    > will automatically take these last four digits and cut or copy them into a
    > adjacent column...
    >
    > Many thanks all,
    >
    > Tim.
    >
    >
    >


  4. #4
    tim :/
    Guest

    Re: How do I ask Excel to take the....

    "tim :/" <tim@timland.com> wrote in message
    news:435e088c$1@news.rivernet.com.au...
    > ...last 4 digits from a column of text and copy them into a new column?
    >
    > I have a report with about 3000 cells in a column. In each cell is an
    > address and the last 4 digits is the post code. I want to run a formula
    > that will automatically take these last four digits and cut or copy them
    > into a adjacent column...
    >
    > Many thanks all,
    >
    > Tim.


    Perfect, thanks for the prompt response!



  5. #5
    Phil
    Guest

    Re: How do I ask Excel to take the....

    If you don't want to use Paste Special, you could include the =VALUE
    function within the formula to convert the data to numbers, eg

    =VALUE(RIGHT(A1,4))

    HTH

    Phil

    tim :/ wrote:
    > ...last 4 digits from a column of text and copy them into a new column?
    >
    > I have a report with about 3000 cells in a column. In each cell is an
    > address and the last 4 digits is the post code. I want to run a formula that
    > will automatically take these last four digits and cut or copy them into a
    > adjacent column...
    >
    > Many thanks all,
    >
    > Tim.



  6. #6
    Sue
    Guest

    Re: How do I ask Excel to take the....

    That's good to know!

    "Phil" wrote:

    > If you don't want to use Paste Special, you could include the =VALUE
    > function within the formula to convert the data to numbers, eg
    >
    > =VALUE(RIGHT(A1,4))
    >
    > HTH
    >
    > Phil
    >
    > tim :/ wrote:
    > > ...last 4 digits from a column of text and copy them into a new column?
    > >
    > > I have a report with about 3000 cells in a column. In each cell is an
    > > address and the last 4 digits is the post code. I want to run a formula that
    > > will automatically take these last four digits and cut or copy them into a
    > > adjacent column...
    > >
    > > Many thanks all,
    > >
    > > Tim.

    >
    >


+ 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