Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do you convert 100- to -100 in excel?

I have a spread sheet that instead of showing negaive 100 as -100, it shows
negative 100 as 100-, is there any way to convert 100- to -100 by formular?
Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How do you convert 100- to -100 in excel?

Data/ Text to Columns
--
David Biddulph

"How to convert from 100- to -100"
m wrote in message
...
I have a spread sheet that instead of showing negaive 100 as -100, it shows
negative 100 as 100-, is there any way to convert 100- to -100 by
formular?
Thanks.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 60
Default How do you convert 100- to -100 in excel?

Since you asked to convert "100-" to -100 via formula,
try this

With numeric text in A1
B1: =SIGN(--(RIGHT(L3,1)&1))*SUBSTITUTE(L3,"-","")

Does that help?

Regards,

Ron Coderre
Microsoft MVP (Excel)

"How to convert from 100- to -100"
m wrote in message
...
I have a spread sheet that instead of showing negaive 100 as -100, it
shows
negative 100 as 100-, is there any way to convert 100- to -100 by
formular?
Thanks.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default How do you convert 100- to -100 in excel?

Try

=LEFT(D1,3)*-1

And if the length of the text varies try

=LEFT(D1,FIND("-",D1)-1)*-1

HTH
Regards,
Howard

"How to convert from 100- to -100"
m wrote in message
...
I have a spread sheet that instead of showing negaive 100 as -100, it shows
negative 100 as 100-, is there any way to convert 100- to -100 by
formular?
Thanks.



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default How do you convert 100- to -100 in excel?

Hi,

Little doubt that the text to columns command is the way to go, but if you
want a formula here is another one:

=IF(RIGHT(A1)="-",-SUBSTITUTE(A1,"-",),A1)

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"How to convert from 100- to -100" wrote:

I have a spread sheet that instead of showing negaive 100 as -100, it shows
negative 100 as 100-, is there any way to convert 100- to -100 by formular?
Thanks.

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
can the "convert" function in excel convert to UK gallons? JR Excel Discussion (Misc queries) 2 April 24th 08 04:55 PM
How do I convert a Macintosh version 1 excel file to excel 2003 roy678 Excel Discussion (Misc queries) 1 March 28th 05 01:18 AM
How to convert excel Docs to pocket excel on my mobile device New User again New Users to Excel 1 March 8th 05 07:02 PM
convert decimal number to time : convert 1,59 (minutes, dec) to m agenda9533 Excel Discussion (Misc queries) 8 January 20th 05 10:24 PM
Convert Time...!convert tenths of a second Pape Excel Discussion (Misc queries) 2 December 16th 04 10:17 AM


All times are GMT +1. The time now is 09:44 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"