Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Need to obtain in one cell the 2 right most characters from another
cell. Can anybody here help with a formula? in other words: A1=ASW232.1 result would be: .1 Thanks in advance. Pierre |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Pierre
Try this: =MID(A1,LEN(A1)-1,2) Regards Per "Pierre" skrev i meddelelsen ... Need to obtain in one cell the 2 right most characters from another cell. Can anybody here help with a formula? in other words: A1=ASW232.1 result would be: .1 Thanks in advance. Pierre |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Per, thanks for the reply. . .that soultion returns "TRUE".
Looking for the last 2 characters. Got a plan B? Thanks. Pierre On Dec 21, 2:50*pm, "Per Jessen" wrote: Hi Pierre Try this: =MID(A1,LEN(A1)-1,2) Regards Per "Pierre" skrev i ... Need to obtain in one cell the 2 right most characters from another cell. *Can anybody here help with a formula? in other words: A1=ASW232.1 result would be: .1 Thanks in advance. Pierre- Hide quoted text - - Show quoted text - |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=RIGHT(A1,2)
-- David Biddulph "Pierre" wrote in message ... Need to obtain in one cell the 2 right most characters from another cell. Can anybody here help with a formula? in other words: A1=ASW232.1 result would be: .1 Thanks in advance. Pierre |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Have you looked in the help index for RIGHT
-- Don Guillett Microsoft MVP Excel SalesAid Software "Pierre" wrote in message ... Need to obtain in one cell the 2 right most characters from another cell. Can anybody here help with a formula? in other words: A1=ASW232.1 result would be: .1 Thanks in advance. Pierre |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Dec 21, 3:04*pm, "David Biddulph" <groups [at] biddulph.org.uk
wrote: =RIGHT(A1,2) -- David Biddulph "Pierre" wrote in message ... Need to obtain in one cell the 2 right most characters from another cell. *Can anybody here help with a formula? in other words: A1=ASW232.1 result would be: .1 Thanks in advance. Pierre- Hide quoted text - - Show quoted text - Too cool!! Thank you. Pierre |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=right(a1,2)
-- hope to help, cm "Pierre" wrote: Need to obtain in one cell the 2 right most characters from another cell. Can anybody here help with a formula? in other words: A1=ASW232.1 result would be: .1 Thanks in advance. Pierre . |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
btw, Per's did work.
-- Don Guillett Microsoft MVP Excel SalesAid Software "Pierre" wrote in message ... On Dec 21, 3:04 pm, "David Biddulph" <groups [at] biddulph.org.uk wrote: =RIGHT(A1,2) -- David Biddulph "Pierre" wrote in message ... Need to obtain in one cell the 2 right most characters from another cell. Can anybody here help with a formula? in other words: A1=ASW232.1 result would be: .1 Thanks in advance. Pierre- Hide quoted text - - Show quoted text - Too cool!! Thank you. Pierre |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Dec 21, 3:26*pm, "Don Guillett" wrote:
btw, Per's did work. -- Don Guillett Microsoft MVP Excel SalesAid Software "Pierre" wrote in message I agree. It started working after a few minutes, when I adjusted a cell reference. Sorry about the erronious post. Thank you Don, and Per. Pierre |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Extract characters from cell | Excel Worksheet Functions | |||
extract characters from filename | Excel Worksheet Functions | |||
Extract characters from a cell | Excel Discussion (Misc queries) | |||
Extract the first few characters | Excel Worksheet Functions | |||
HOW DO I EXTRACT ALL CHARACTERS AFTER 5 CHARACTERS ON LEFT | Excel Worksheet Functions |