ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Excel 2002: How to extract characters ? (https://www.excelbanter.com/excel-discussion-misc-queries/181177-excel-2002-how-extract-characters.html)

Mr. Low

Excel 2002: How to extract characters ?
 
Dear Sir,

I wish to extract the last 6 characters if a cell in column A has 13
characters, otherwise only extract the last 3 characters.

Illustration:

A B
1 510104BGH9006 BGH9006
2 510104TRL TRL
3 510104OTH9016 OTH9016
4 510202HLG HLG
5 510104KJY9018 KJY9018
6 510203FTP FTP
7 510104IPL9023 IPL9023
8 510209SGS SGS

May I know what formula must input at cell B1 and copy downwards to get the
answer ?

Thanks

Low



--
A36B58K641

Bob I

Excel 2002: How to extract characters ?
 
B1 contents is
=IF(LEN(A1)=13,RIGHT(A1,6),RIGHT(A1,3))

Mr. Low wrote:

Dear Sir,

I wish to extract the last 6 characters if a cell in column A has 13
characters, otherwise only extract the last 3 characters.

Illustration:

A B
1 510104BGH9006 BGH9006
2 510104TRL TRL
3 510104OTH9016 OTH9016
4 510202HLG HLG
5 510104KJY9018 KJY9018
6 510203FTP FTP
7 510104IPL9023 IPL9023
8 510209SGS SGS

May I know what formula must input at cell B1 and copy downwards to get the
answer ?

Thanks

Low





Mike H

Excel 2002: How to extract characters ?
 
Hi,

I've assumed you mean = 13 but if I'm incorrect in that assumption use the
second version. the formula can be dragged

=IF(LEN(A1)=13,RIGHT(A1,6),RIGHT(A1,3))
=IF(LEN(A1)=13,RIGHT(A1,6),RIGHT(A1,3))

Mike

"Mr. Low" wrote:

Dear Sir,

I wish to extract the last 6 characters if a cell in column A has 13
characters, otherwise only extract the last 3 characters.

Illustration:

A B
1 510104BGH9006 BGH9006
2 510104TRL TRL
3 510104OTH9016 OTH9016
4 510202HLG HLG
5 510104KJY9018 KJY9018
6 510203FTP FTP
7 510104IPL9023 IPL9023
8 510209SGS SGS

May I know what formula must input at cell B1 and copy downwards to get the
answer ?

Thanks

Low



--
A36B58K641


Mr. Low

Excel 2002: How to extract characters ?
 
Hello Bob,

Thanks for the formula.

Low
--
A36B58K641


"Bob I" wrote:

B1 contents is
=IF(LEN(A1)=13,RIGHT(A1,6),RIGHT(A1,3))

Mr. Low wrote:

Dear Sir,

I wish to extract the last 6 characters if a cell in column A has 13
characters, otherwise only extract the last 3 characters.

Illustration:

A B
1 510104BGH9006 BGH9006
2 510104TRL TRL
3 510104OTH9016 OTH9016
4 510202HLG HLG
5 510104KJY9018 KJY9018
6 510203FTP FTP
7 510104IPL9023 IPL9023
8 510209SGS SGS

May I know what formula must input at cell B1 and copy downwards to get the
answer ?

Thanks

Low






Mr. Low

Excel 2002: How to extract characters ?
 
Hello Mike,

Thanks for the formula.

I need the second one.

Kind Regards

Low

--
A36B58K641


"Mike H" wrote:

Hi,

I've assumed you mean = 13 but if I'm incorrect in that assumption use the
second version. the formula can be dragged

=IF(LEN(A1)=13,RIGHT(A1,6),RIGHT(A1,3))
=IF(LEN(A1)=13,RIGHT(A1,6),RIGHT(A1,3))

Mike

"Mr. Low" wrote:

Dear Sir,

I wish to extract the last 6 characters if a cell in column A has 13
characters, otherwise only extract the last 3 characters.

Illustration:

A B
1 510104BGH9006 BGH9006
2 510104TRL TRL
3 510104OTH9016 OTH9016
4 510202HLG HLG
5 510104KJY9018 KJY9018
6 510203FTP FTP
7 510104IPL9023 IPL9023
8 510209SGS SGS

May I know what formula must input at cell B1 and copy downwards to get the
answer ?

Thanks

Low



--
A36B58K641


Bob I

Excel 2002: How to extract characters ?
 
You're welcome, have a great day.

Mr. Low wrote:
Hello Bob,

Thanks for the formula.

Low




All times are GMT +1. The time now is 08:31 PM.

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