Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default find/replace "cr" from end of number to "-" in front of number

i have a spreadsheet with lots of numbers downloaded from our AS$)) system.
unfortunately, the columns have valid numbers and numbers like "******.**CR"
(* = a valid number).

i cannot get excel to convert the "CR" at the end of the number to a minus
sign in the front of the number.


any ideas?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default find/replace "cr" from end of number to "-" in front of number

Try:

=LEFT(A1,LEN(A1)-2)*-1

HTH

"Dave o" wrote:

i have a spreadsheet with lots of numbers downloaded from our AS$)) system.
unfortunately, the columns have valid numbers and numbers like "******.**CR"
(* = a valid number).

i cannot get excel to convert the "CR" at the end of the number to a minus
sign in the front of the number.


any ideas?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default find/replace "cr" from end of number to "-" in front of number

this really helped - thanks.

i did need to copy three columns of data and then apply that line
to each "CR" value. i then referenced the original columns.

MANY THANKS!



"Toppers" wrote:

Try:

=LEFT(A1,LEN(A1)-2)*-1

HTH

"Dave o" wrote:

i have a spreadsheet with lots of numbers downloaded from our AS$)) system.
unfortunately, the columns have valid numbers and numbers like "******.**CR"
(* = a valid number).

i cannot get excel to convert the "CR" at the end of the number to a minus
sign in the front of the number.


any ideas?

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
Problems with number formats when using Find/Replace Bill Excel Discussion (Misc queries) 3 July 27th 06 12:39 AM
Find/Replace last couple of digits on number gardenhead Excel Worksheet Functions 3 June 28th 06 08:00 PM
count each cell that have a number and take that number and count. Vick Excel Discussion (Misc queries) 3 May 19th 06 01:51 AM
Adding + in front of a number Ted Metro Excel Discussion (Misc queries) 3 December 29th 04 10:45 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 01:29 PM.

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"