Resumo
A função CONVERTER do Excel converte um número em um sistema de medição para outro. Por exemplo, você pode usar CONVERT para converter pés em metros, libras em quilogramas, Fahrenheit em Celsius, galões em litros e para muitas outras conversões de unidades.
Objetivo
Converter unidades de medida
Valor de retorno
Um número no novo sistema de medição
Sintaxe
= CONVERTER (número, from_unit, to_unit)
Argumentos
- número - o valor numérico a ser convertido.
- from_unit - as unidades iniciais de number.
- to_unit - As unidades finais do resultado.
Versão
Excel 2003
Notas de uso
A função CONVERT converte um número em um sistema de medição para outro. Por exemplo, você pode usar CONVERT para converter pés em metros, libras em quilogramas, galões em litros e para muitas outras conversões de unidades.
Exemplos
As fórmulas abaixo usam a função CONVERTER para converter jardas em metros, Celsius em Fahrenheit, galões em litros e metros quadrados em jardas quadradas:
=CONVERT(100,"yd","m") // returns 91.44 =CONVERT(22,"C","F") // returns 71.6 =CONVERT(1,"gal","l") // returns 3.79 =CONVERT(100,"m2","ft2") // returns 1076.39
Unidades de medida
As tabelas abaixo mostram as unidades disponíveis para a função CONVERTER em cada categoria. Em todos os casos, Unit pode ser usada para from_unit ou to_unit na mesma categoria. Nota: a função CONVERT é sensível a maiúsculas e minúsculas.
Peso e massa | Unidade |
Grama | "g" |
Lesma | "sg" |
Massa em libra (avoirdupois) | "lbm" |
U (unidade de massa atômica) | "você" |
Massa de onça (avoirdupois) | "ozm" |
Grão | "grão" |
US (curto) cem peso | "cwt" ou "shweight" |
Cem peso imperial | "uk_cwt" ou "lcwt" ("hweight") |
Pedra | "pedra" |
Tonelada | "tonelada" |
Tonelada imperial | "uk_ton" ou "LTON" ("brton") |
Distância | Unidade |
Metro | "m" |
Milha estatutária | "mi" |
Milha náutica | "Nmi" |
Polegada | "dentro" |
Pé | "ft" |
Jardim | "yd" |
Angstrom | "ang" |
Ell | "ell" |
Ano luz | "eu" |
Parsec | "parsec" ou "pc" |
Pica (1/72 polegada) | "Picapt" ou "Pica" |
Pica (1/6 polegada) | "pica" |
Milha de pesquisa dos EUA (milhas estatutárias) | "survey_mi" |
Tempo | Unidade |
Ano | "ano" |
Dia | "dia" ou "d" |
Hora | "hr" |
Minuto | "mn" ou "min" |
Segundo | "sec" ou "s" |
Pressão | Unidade |
Pascal | "Pa" (ou "p") |
Atmosfera | "atm" (ou "at") |
mm de mercúrio | "mmHg" |
PSI | "psi" |
Torr | "Torr" |
Force | Unit |
Newton | "N" |
Dyne | "dyn" (or "dy") |
Pound force | "lbf" |
Pond | "pond" |
Energy | Unit |
Joule | "J" |
Erg | "e" |
Thermodynamic calorie | "c" |
IT calorie | "cal" |
Electron volt | "eV" (or "ev") |
Horsepower-hour | "HPh" (or "hh") |
Watt-hour | "Wh" (or "wh") |
Foot-pound | "flb" |
BTU | "BTU" (or "btu") |
Power | Unit |
Horsepower | "HP" (or "h") |
Pferdestärke | "PS" |
Watt | "W" (or "w") |
Magnetism | Unit |
Tesla | "T" |
Gauss | "ga" |
Temperature | Unit |
Degree Celsius | "C" (or "cel") |
Degree Fahrenheit | "F" (or "fah") |
Kelvin | "K" (or "kel") |
Degrees Rankine | "Rank" |
Degrees Réaumur | "Reau" |
Liquid measure | Unit |
Teaspoon | "tsp" |
Modern teaspoon | "tspm" |
Tablespoon | "tbs" |
Fluid ounce | "oz" |
Cup | "cup" |
U.S. pint | "pt" (or "us_pt") |
U.K. pint | "uk_pt" |
Quart | "qt" |
Imperial quart (U.K.) | "uk_qt" |
Gallon | "gal" |
Imperial gallon (U.K.) | "uk_gal" |
Liter | "l" or "L" ("lt") |
Volume | Unit |
Cubic angstrom | "ang3" or "ang^3" |
U.S. oil barrel | "barrel" |
U.S. bushel | "bushel" |
Cubic feet | "ft3" or "ft^3" |
Cubic inch | "in3" or "in^3" |
Cubic light-year | "ly3" or "ly^3" |
Cubic meter | "m3" or "m^3" |
Cubic Mile | "mi3" or "mi^3" |
Cubic yard | "yd3" or "yd^3" |
Cubic nautical mile | "Nmi3" or "Nmi^3" |
Cubic Pica | "Picapt3", "Picapt^3", "Pica3" or "Pica^3" |
Gross Registered Ton | "GRT" ("regton") |
Measurement ton (freight ton) | "MTON" |
Area | Unit | |
International acre | "uk_acre" | |
U.S. survey/statute acre | "us_acre" | |
Square angstrom | "ang2" or “ang^2" | |
Are | "ar" | |
Square feet | "ft2" or "ft^2" | |
Hectare | "ha" | |
Square inches | "in2" or "in^2" | |
Square light-year | "ly2" or "ly^2" | |
Square meters | "m2" or "m^2" | |
Morgen | "Morgen" | |
Square miles | "mi2" or "mi^2" | |
Square nautical miles | "Nmi2" or "Nmi^2" | |
Square Pica | "Picapt2", "Pica2", "Pica^2" or "Picapt^2" | |
Square yards | "yd2" or "yd^2" | |
Information | Unit |
Bit | "bit" |
Byte | "byte" |
Metric prefixes
The prefixes shown in the table below can be used with metric units by prepending the abbreviation to the unit.
Prefix | Multiplier | Abbreviation |
yotta | 1E+24 | "Y" |
zetta | 1E+21 | "Z" |
exa | 1E+18 | "E" |
peta | 1E+15 | "P" |
tera | 1E+12 | "T" |
giga | 1000000000 | "G" |
mega | 1000000 | "M" |
kilo | 1000 | "k" |
hecto | 100 | "h" |
dekao | 10 | "da" or "e" |
deci | 0.1 | "d" |
centi | 0.01 | "c" |
milli | 0.001 | "m" |
micro | 0.000001 | "u" |
nano | 0.000000001 | "n" |
pico | 1E-12 | "p" |
femto | 1E-15 | "f" |
atto | 1E-18 | "a" |
zepto | 1E-21 | "z" |
yocto | 1E-24 | "y" |
Binary prefixes
The binary unit prefixes below can be used with "bits" and "bytes".
Binary Prefix | Value | Abbreviation | Decimal |
yobi | 2^80 | "Yi" | yotta |
zebi | 2^70 | "Zi" | zetta |
exbi | 2^60 | "Ei" | exa |
pebi | 2^50 | "Pi" | peta |
tebi | 2 40 | "Ti" | tera |
gibi | 2 30 | "Gi" | giga |
mebi | 2 20 | "Mi" | mega |
kibi | 2 10 | "ki" | quilo |
Notas
- A função CONVERT é sensível a maiúsculas e minúsculas.
- CONVERT retornará o erro # N / A quando uma string de unidade não for reconhecida.
- CONVERT retornará o erro # N / A quando as unidades não forem compatíveis.
- CONVERT retornará o #VALUE! erro quando um número não é válido.
- Várias unidades de medida foram adicionadas ao CONVERT no Excel 2013.
Vídeos relacionados

Como criar uma tabela do Excel Neste vídeo, veremos como criar uma tabela do Excel a partir de dados de origem em uma planilha.

Como rastrear relacionamentos de fórmulas Neste vídeo, veremos como encontrar fórmulas rapidamente e rastrear como elas estão relacionadas entre si, usando o conceito de precedentes e dependentes.