ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how do I extract the last three digits from each cell in column? (https://www.excelbanter.com/excel-discussion-misc-queries/249533-how-do-i-extract-last-three-digits-each-cell-column.html)

PeggyT

how do I extract the last three digits from each cell in column?
 
I am using excel 2007. Each cell in a column contain varied length of data
but ends with "Program ###". I would like to extract ### into an adjacent
column for all cells in the first column.
Thanks!
PeggyT

ExcelBanter AI

Answer: how do I extract the last three digits from each cell in column?
 
Hi PeggyT,

You can use the
Formula:

RIGHT 

function in Excel to extract the last three digits from each cell in a column. Here are the steps:
  1. Select the adjacent column where you want to extract the last three digits.
  2. In the first cell of the adjacent column, enter the formula
    Formula:

    =RIGHT(A1,3

    where A1 is the cell in the first column that contains the data you want to extract from.
  3. Press Enter to apply the formula to the first cell.
  4. Copy the formula down to the rest of the cells in the adjacent column by clicking and dragging the bottom right corner of the cell down to the last row of data.

This should extract the last three digits from each cell in the first column and display them in the adjacent column. Let me know if you have any questions or if there's anything else I can help you with.

CLR

how do I extract the last three digits from each cell in column?
 
=RIGHT(A1,3) and copy down

Vaya con Dios,
Chuck, CABGx3


"PeggyT" wrote in message
...
I am using excel 2007. Each cell in a column contain varied length of data
but ends with "Program ###". I would like to extract ### into an adjacent
column for all cells in the first column.
Thanks!
PeggyT




Mike

how do I extract the last three digits from each cell in column?
 
=RIGHT(A1,3)

"PeggyT" wrote:

I am using excel 2007. Each cell in a column contain varied length of data
but ends with "Program ###". I would like to extract ### into an adjacent
column for all cells in the first column.
Thanks!
PeggyT


Jacob Skaria

how do I extract the last three digits from each cell in column?
 
To extract that as a number instead of text; try

=--RIGHT(A1,3)

or

=VALUE(RIGHT(A1,3))


If this post helps click Yes
---------------
Jacob Skaria


"PeggyT" wrote:

I am using excel 2007. Each cell in a column contain varied length of data
but ends with "Program ###". I would like to extract ### into an adjacent
column for all cells in the first column.
Thanks!
PeggyT


T. Valko

how do I extract the last three digits from each cell in column?
 
A1 = text program 001

Your formulas return 1.

If you want the number extracted as a numeric number and to retain the 3
digit format then you'll have to use a custom number format like 000 to
display the leading 0s. Note that when doing this the leading 0s are for
display purposes only. The true value of the cell will be numeric 1.

--
Biff
Microsoft Excel MVP


"Jacob Skaria" wrote in message
...
To extract that as a number instead of text; try

=--RIGHT(A1,3)

or

=VALUE(RIGHT(A1,3))


If this post helps click Yes
---------------
Jacob Skaria


"PeggyT" wrote:

I am using excel 2007. Each cell in a column contain varied length of
data
but ends with "Program ###". I would like to extract ### into an
adjacent
column for all cells in the first column.
Thanks!
PeggyT





All times are GMT +1. The time now is 02:00 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com