Ir para o conteúdo principal

Como arredondar o número para 5/10/50/100 mais próximo em Excel?

Às vezes, você pode querer converter números para 5/10/50/100 mais próximo para cálculo em Excel. Este tutorial fornece algumas fórmulas simples para arredondar números para o número específico mais próximo e também apresenta as fórmulas para arredondar números para o próximo ou último mais próximo.
ronda para o mais próximo de 5 10 50 1

Arredonde os números para os 5 mais próximos

 


seta azul bolha direita Arredonde os números para os 5 mais próximos

Arredondar para o mais próximo 5/10/50/100

Arredondar para os 5 mais próximos = ROUND (A2 / 5,0) * 5
Arredondar para os 10 mais próximos = ROUND (A2 / 10,0) * 10
Arredondar para os 50 mais próximos = ROUND (A2 / 50,0) * 50
Arredondar para os 100 mais próximos = ROUND (A2 / 100,0) * 100

ronda para o mais próximo de 5 10 50 2

Nota:

Você também pode usar esta fórmula = MROUND (A2,5) para arredondar os números para o próximo 5.

Arredonde para o próximo 5/10/50/100

Arredonde para o próximo 5 mais próximo = ROUNDUP (A2 / 5,0) * 5
Arredonde para o próximo 10 mais próximo = ROUNDUP (A2 / 10,0) * 10
Arredonde para o próximo 50 mais próximo = ROUNDUP (A2 / 50,0) * 50
Arredonde para o próximo 100 mais próximo = ROUNDUP (A2 / 100,0) * 100

ronda para o mais próximo de 5 10 50 3

Arredondar para o último 5/10/50/100 mais próximo

Arredondar para os últimos 5 mais próximos = ROUNDDOWN (A2 / 5,0) * 5
Arredondar para os últimos 10 mais próximos = ROUNDDOWN (A2 / 10,0) * 10
Arredondar para os últimos 50 mais próximos = ROUNDDOWN (A2 / 50,0) * 50
Arredondar para os últimos 100 mais próximos = ROUNDDOWN (A2 / 100,0) * 100

ronda para o mais próximo de 5 10 50 4


Arredonde facilmente os números para cima ou para baixo ou até mesmo Excel sem fórmula

Como sabemos, existem algumas fórmulas que podem arredondar números, mas você não quer usar fórmula para arredondar números, o utilitário Round de Kutools for Excel pode te fazer um favor. Clique para 30 dias de teste grátis!
rodada do médico
Kutools for Excel: com mais de 300 úteis Excel suplementos, gratuitos para testar, sem limitação de 30 dias.
 

Melhores ferramentas de produtividade de escritório

Turbine suas planilhas: Experimente eficiência como nunca antes com Kutools for Excel

Recursos mais comuns: Localizar/destacar/identificar duplicatas   |  Excluir linhas em branco   |  Combine colunas ou células sem perder dados   |   Rodada sem Fórmula ...
Super pesquisa: VLookup de múltiplos critérios    VLookup de múltiplos valores  |   VLookup em várias planilhas   |   Pesquisa Difusa ....
Lista suspensa avançada: Crie rapidamente uma lista suspensa   |  Lista suspensa de dependentes   |  Lista suspensa de seleção múltipla ....
Gerenciador de colunas: Adicione um número específico de colunas     Mover colunas   |   Exibir colunas   |   Comparar colunas com Selecionar células iguais e diferentes ...
Recursos em destaque: Foco da Grade   |  Vista de Design   |   Grande Barra de Fórmula    Gerenciador de pastas de trabalho e planilhas   |  Biblioteca (Auto texto)   |  Data Picker   |  Combinar planilhas   |  Criptografar/Descriptografar Células    Enviar e-mails por lista   |  Super Filtro   |   Filtro Especial (filtro negrito/itálico/tachado...) ...
15 principais conjuntos de ferramentas12 Texto Ferramentas (Adicionar texto, Remover Personagens, ...)   |   50+ de cores Tipos (Gráfico de Gantt, ...)   |   Mais de 40 práticos Fórmulas (Calcule a idade com base no aniversário, ...)   |   19 Inclusão Ferramentas (Insira o código QR, Inserir imagem do caminho, ...)   |   12 Conversão Ferramentas (Números para Words, Conversão de moedas, ...)   |   7 Unir e dividir Ferramentas (Combinar linhas avançadas, Dividir células, ...)   |   Muito mais...

Kutools for Excel possui mais de 300 recursos, garantindo que o que você precisa está a apenas um clique de distância...

Suporta Escritório/Excel 2007-2021 e mais recentes, incluindo 365 | Disponível em 44 idiomas | Desfrute de um teste gratuito de 30 dias com todos os recursos.

guia kte 201905


Office Tab Traz a interface com guias para o Office e torna seu trabalho muito mais fácil

  • Ative a edição e leitura com guias em Word, Excel, Power Point, Publisher, Access, Visio e Project.
  • Abra e crie vários documentos em novas guias da mesma janela, em vez de em novas janelas.
  • Aumenta sua produtividade em 50% e reduz centenas de cliques do mouse para você todos os dias!
Comments (22)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
may i know how to set a formula which include 2 criteria, 1/2 remain 1/2 and every 3/4 round up to 1, e.g. 3/4->1, 1-3/4->2, 2-3/4->3
This comment was minimized by the moderator on the site
I want to round up in the same columm,

Example : 1201 to be 1250
This comment was minimized by the moderator on the site
I want to round up or down decimal places in the same columm,

Example : 12.49 to be 12 and 12.50 to be 13
This comment was minimized by the moderator on the site
I want to generate an IF formula that will help me round up or down decimals in the same column

example :

Cell A1 ----- 6.13 want it to round up to 6.49
Cell A2 ----- 6.74 want it to round up to 6.79
Cell A3 ----- 6.84 want it to round down to 6.79
This comment was minimized by the moderator on the site
Sorry, Jose, I do not understand your round up and down rule.
This comment was minimized by the moderator on the site
I want to generate an IF formula that will help me round up or down decimals in the same column

example :

Cell A1 ----- 6.13 want it to round up to 6.49
Cell A2 ----- 6.74 want it to round up to 6.79
Cell A3 ----- 6.84 want it to round down to 6.79
This comment was minimized by the moderator on the site
HOW TO ROUNDUP 2.5 =5 AND 7.8=10
This comment was minimized by the moderator on the site
Use this formula =mround("cell address where 2.5 or 7.8 is written in the excel sheet",5) i.e. if 2.5 is written in cell A1 then =mround(a1,5) and if 7.8 is written in cell B1 then =mround(b1,5)
This comment was minimized by the moderator on the site
Sorry I have no idea.
This comment was minimized by the moderator on the site
i need formula that will write 95000 as 90000 or 87000 as 80000, if figure 89000 then it should be 90000.
Means only 9 or above then should mround to 10 otherwise not
This comment was minimized by the moderator on the site
You can go to our forum to submit your question, someone may answer you. https://www.extendoffice.com/forum.html
This comment was minimized by the moderator on the site
HOW TO ROUND 50.49 =50 AND 50.50=60 AND 90.49=90 AND 90.50=100
This comment was minimized by the moderator on the site
Hello, you just need this formula =ROUND(reference, 0).
This comment was minimized by the moderator on the site
well articulated article, worked for me thanks
This comment was minimized by the moderator on the site
Can I use this in a formula? For example, I want the formula =(C118*D118)+50, but I want the answer to round up to the nearest five. So if C118 is 216, and D118 is 13, I want 2808 + 50 to round up to 2860. I'd like to to it all in the same column rather than adding a column. Thanks!
This comment was minimized by the moderator on the site
use this formula =ceiling((c118*d118)+50,10)
This comment was minimized by the moderator on the site
Is there a formula that you can set so that decimals are rounded up to the nearest .05? i.e. 3.13 = 3.15 OR 2.11 = 2.15
This comment was minimized by the moderator on the site
=ROUNDUP(A2/0.05,0)*0.05
This comment was minimized by the moderator on the site
Can I roundup to the nearest even number?
This comment was minimized by the moderator on the site
Maybe you can try =EVEN(A1).
This comment was minimized by the moderator on the site
How to put 2 formulas in 1 cell. 1st formula is the quotient of 2 cells, and this result should be rounded up to the nearest 10.
This comment was minimized by the moderator on the site
Hi, supposing A1 and B1 is the two cells that you want to get their quotient, and to roundup the quotient to nearest 10, you can use the formula as this: =ROUNDUP(A1/B1/10,0)*10.
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations