#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10
Default Convert

Hello can some one see whats wrong with this formular
=CONVERT(A1,"kg","lb") where a1 = 10

i want to convert a1 from kg to lb but i am getting the N/A# in the results
i have the addisn installed ana tools pack and solver

any ideas
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Convert

Hi,

Neither of those arguments are accepted by convert

Try

=CONVERT(A1*100,"g","lbm")

or work in grammes in a1

Mike
"smason" wrote:

Hello can some one see whats wrong with this formular
=CONVERT(A1,"kg","lb") where a1 = 10

i want to convert a1 from kg to lb but i am getting the N/A# in the results
i have the addisn installed ana tools pack and solver

any ideas

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 747
Default Convert

=CONVERT(A1,"kg","lbm")

On Oct 23, 3:37*pm, smason wrote:
Hello can some one see whats wrong with this formular
=CONVERT(A1,"kg","lb") where a1 = 10

i want to convert a1 from kg to lb but i am getting the N/A# in the results
i have the addisn installed ana tools pack and solver

any ideas *


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Convert

Perhaps it's time for another reminder that all Excel functions (except one)
are covered by Excel help, so answers to questions like this can be found
there.
--
David Biddulph

"Mike H" wrote in message
...
Hi,

Neither of those arguments are accepted by convert

Try

=CONVERT(A1*100,"g","lbm")

or work in grammes in a1

Mike
"smason" wrote:

Hello can some one see whats wrong with this formular
=CONVERT(A1,"kg","lb") where a1 = 10

i want to convert a1 from kg to lb but i am getting the N/A# in the
results
i have the addisn installed ana tools pack and solver

any ideas



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default Convert

Well, that's not entirely accurate. kg IS recognized by xl2003, even though
not listed in help.

Also, I think you meant to multiply by 1000, not 100, in your formula.

:D
--
** John C **

"Mike H" wrote:

Hi,

Neither of those arguments are accepted by convert

Try

=CONVERT(A1*100,"g","lbm")

or work in grammes in a1

Mike
"smason" wrote:

Hello can some one see whats wrong with this formular
=CONVERT(A1,"kg","lb") where a1 = 10

i want to convert a1 from kg to lb but i am getting the N/A# in the results
i have the addisn installed ana tools pack and solver

any ideas



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Convert

Does your help for the CONVERT function not include the part that says:
"The following abbreviated unit prefixes can be prepended to any metric
from_unit or to_unit.Prefix Multiplier Abbreviation
exa 1E+18 "E"
peta 1E+15 "P"
tera 1E+12 "T"
giga 1E+09 "G"
mega 1E+06 "M"
kilo 1E+03 "k"
hecto 1E+02 "h"
dekao 1E+01 "e"
deci 1E-01 "d"
centi 1E-02 "c"
milli 1E-03 "m"
micro 1E-06 "u"
nano 1E-09 "n"
pico 1E-12 "p"
femto 1E-15 "f"
atto 1E-18 "a"
" ?
--
David Biddulph

"John C" <johnc@stateofdenial wrote in message
...
Well, that's not entirely accurate. kg IS recognized by xl2003, even
though
not listed in help.

Also, I think you meant to multiply by 1000, not 100, in your formula.

:D
--
** John C **

"Mike H" wrote:

Hi,

Neither of those arguments are accepted by convert

Try

=CONVERT(A1*100,"g","lbm")

or work in grammes in a1

Mike
"smason" wrote:

Hello can some one see whats wrong with this formular
=CONVERT(A1,"kg","lb") where a1 = 10

i want to convert a1 from kg to lb but i am getting the N/A# in the
results
i have the addisn installed ana tools pack and solver

any ideas



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default Convert

kg still isn't listed together. I was calling into account Mike saying that
kg isn't recognized, and then erred again when multiplying by 100 instead of
1000. You are just upset at me because of the other post regarding budget
redemption.
--
** John C **


"David Biddulph" wrote:

Does your help for the CONVERT function not include the part that says:
"The following abbreviated unit prefixes can be prepended to any metric
from_unit or to_unit.Prefix Multiplier Abbreviation
exa 1E+18 "E"
peta 1E+15 "P"
tera 1E+12 "T"
giga 1E+09 "G"
mega 1E+06 "M"
kilo 1E+03 "k"
hecto 1E+02 "h"
dekao 1E+01 "e"
deci 1E-01 "d"
centi 1E-02 "c"
milli 1E-03 "m"
micro 1E-06 "u"
nano 1E-09 "n"
pico 1E-12 "p"
femto 1E-15 "f"
atto 1E-18 "a"
" ?
--
David Biddulph

"John C" <johnc@stateofdenial wrote in message
...
Well, that's not entirely accurate. kg IS recognized by xl2003, even
though
not listed in help.

Also, I think you meant to multiply by 1000, not 100, in your formula.

:D
--
** John C **

"Mike H" wrote:

Hi,

Neither of those arguments are accepted by convert

Try

=CONVERT(A1*100,"g","lbm")

or work in grammes in a1

Mike
"smason" wrote:

Hello can some one see whats wrong with this formular
=CONVERT(A1,"kg","lb") where a1 = 10

i want to convert a1 from kg to lb but i am getting the N/A# in the
results
i have the addisn installed ana tools pack and solver

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
can the "convert" function in excel convert to UK gallons? JR Excel Discussion (Misc queries) 2 April 24th 08 04:55 PM
how will i convert 05.01.2007 convert 05.Jan.2007 format? lady_like New Users to Excel 17 February 9th 07 12:43 PM
convert value in word. For Exampe Rs.115.00 convert into word as . Shakti Excel Discussion (Misc queries) 1 May 10th 05 12:00 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 10:21 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"