Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
USA USA is offline
external usenet poster
 
Posts: 1
Default 90-80 split the text this "-" formula

I need help spliting a cell with a formula after a character.
this is the result i need 80

problem result
90-80 80

the number on the right is different in lengh, 2 number or 5 number to the
right of "_"
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,311
Default 90-80 split the text this "-" formula

One way:

=RIGHT(A1,LEN(A1)-FIND("-",A1))

HTH,
Paul

--

"USA" wrote in message
...
I need help spliting a cell with a formula after a character.
this is the result i need 80

problem result
90-80 80

the number on the right is different in lengh, 2 number or 5 number to the
right of "_"



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default 90-80 split the text this "-" formula

hi,
try...
=MID(F1,4,10)

regards
FSt1

"USA" wrote:

I need help spliting a cell with a formula after a character.
this is the result i need 80

problem result
90-80 80

the number on the right is different in lengh, 2 number or 5 number to the
right of "_"

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Text "comparison" operator for "contains" used in an "IF" Function Pawaso Excel Worksheet Functions 4 April 4th 23 11:35 AM
change "true" and "false" to "availble" and "out of stock" inthestands Excel Worksheet Functions 2 July 19th 07 07:05 PM
Formating numbers &"Text" to appear as currency &"Text" in formula Robin K. Excel Discussion (Misc queries) 6 May 7th 07 02:03 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
Insert "-" in text "1234567890" to have a output like this"123-456-7890" Alwyn Excel Discussion (Misc queries) 3 October 25th 05 11:36 PM


All times are GMT +1. The time now is 01:31 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"