Ga naar hoofdinhoud

Hoe verander je negatieve getallen in positief in Excel?

Wanneer u bewerkingen in Excel verwerkt, moet u soms de negatieve getallen wijzigen in de positieve getallen of omgekeerd. Zijn er snelle trucs die u kunt toepassen om negatieve getallen in positief te veranderen? Dit artikel introduceert de volgende trucs om alle negatieve getallen eenvoudig naar positief of omgekeerd om te zetten.

Verander negatieve naar positieve getallen met de functie Plakken speciaal

Verander eenvoudig negatieve getallen in positief met Kutools voor Excel

VBA-code gebruiken om alle negatieve getallen van een bereik naar positief te converteren


Verander negatieve naar positieve getallen met de functie Plakken speciaal

U kunt de negatieve getallen in positieve getallen veranderen met de volgende stappen:

1. Voer nummer in -1 in een lege cel, selecteer deze cel en druk op Ctrl + C toetsen om het te kopiëren.

2. Selecteer alle negatieve getallen in het bereik, klik met de rechtermuisknop en selecteer Plak speciaal ... vanuit het contextmenu. Zie screenshot:

Opmerkingen:
(1) Vasthouden Ctrl toets, u kunt alle negatieve getallen selecteren door er een voor een op te klikken;
(2) Als u Kutools voor Excel hebt geïnstalleerd, kunt u het toepassen Selecteer Speciale cellen functie om alle negatieve getallen snel te selecteren. Probeer gratis!

3. En een Plakken speciaal dialoogvenster wordt weergegeven, selecteer Alles optie van pastaselecteer Vermenigvuldigen optie van Werking, Klik OK. Zie screenshot:

4. De alle geselecteerde negatieve getallen worden omgezet in positieve getallen. Verwijder het nummer -1 zoals je nodig hebt. Zie screenshot:

Verander eenvoudig negatieve getallen in positief in het opgegeven bereik in Excel

In vergelijking met het handmatig een voor een verwijderen van het minteken uit cellen, Kutools voor Excel's Verander Sign of Values functie biedt een extreem gemakkelijke manier om snel alle negatieve getallen in een positieve selectie te veranderen. Ontvang nu een volledige gratis proefperiode van 30 dagen!

ad zet negatief om in positief

Kutools for Excel - Geef Excel een boost met meer dan 300 essentiële tools. Geniet van een GRATIS proefperiode van 30 dagen zonder creditcard! Snap het nu


Verander snel en eenvoudig negatieve getallen in positief met Kutools voor Excel

De meeste Excel-gebruikers willen geen VBA-code gebruiken, zijn er snelle trucs om de negatieve getallen in positief te veranderen? Kutools voor Excel kan u hierbij gemakkelijk en comfortabel helpen.

Kutools for Excel - Geef Excel een boost met meer dan 300 essentiële tools. Geniet van een GRATIS proefperiode van 30 dagen zonder creditcard! Snap het nu

1. Selecteer een bereik inclusief de negatieve getallen die u wilt wijzigen, en klik op Kutools > Content > Verander Sign of Values.

2. Check Verander alle negatieve waarden in positief voor Werkingen klik Ok. Zie screenshot:

Nu zul je zien dat alle negatieve getallen veranderen in positieve getallen zoals hieronder getoond:

Note: Hiermee Verander het teken van waarden functie, kunt u ook achterliggende negatieve tekens corrigeren, alle positieve getallen in negatief veranderen, het teken van alle waarden omkeren en alle negatieve waarden in nul veranderen. Probeer gratis!

(1) Verander snel alle positieve waarden in negatief in het opgegeven bereik:

(2) Keer eenvoudig het teken van alle waarden in het opgegeven bereik om:

(3) Verander eenvoudig alle negatieve waarden naar nul in het opgegeven bereik:

(4) Herstel eenvoudig achterliggende negatieve tekens in het opgegeven bereik:

Tip: Om deze functie te gebruiken, moet u installeren Kutools for Excel eerst, alsjeblieft klik om te downloaden en krijg een gratis proefperiode van 30 dagen .

VBA-code gebruiken om alle negatieve getallen van een bereik naar positief te converteren

Als Excel-professional kunt u ook de VBA-code uitvoeren om de negatieve getallen in positieve getallen te veranderen.

1. Druk op Alt + F11 om het venster Microsoft Visual Basic for Applications te openen.

2. Er wordt een nieuw venster weergegeven. Klik Invoegen > Module, voer vervolgens de volgende codes in de module in:

Sub Positive
Dim Cel As Range
For Each Cel In Selection
If IsNumeric(Cel.Value) Then
Cel.Value = Abs(Cel.Value)
End If
Next Cel
End Sub

3. Dan klikken lopen knop of druk op F5 toets om de toepassing uit te voeren, en alle negatieve getallen worden gewijzigd in positieve getallen. Zie screenshot:


Demo: verander negatieve getallen in positief of vice versa met Kutools voor Excel


Kutools for Excel: Ruim 300 handige tools binnen handbereik! Start vandaag nog uw gratis proefperiode van 30 dagen zonder functiebeperkingen. Nu downloaden!
Comments (31)
Rated 4.5 out of 5 · 1 ratings
This comment was minimized by the moderator on the site
=sqrt((numbers)^2)
This comment was minimized by the moderator on the site
Hi Kevin Alexander,
The SQRT function is a good way. However, if you want to convert a negative number to positive by excel formula/function, you can use the ABS function directly, =ABS(your_negative_number). For example, =ABS(-5) will return 5.
This comment was minimized by the moderator on the site
I chose a simpler solution, no formulas needed. First, to preserve the original data in case I goofed up, I copied the raw CMM measurement data in Worksheet 1 to Worksheet 2. Next, In Worksheet 2, I selected the multiple disconnected blocks of cells which had some negative numbers I wanted to convert to positive numbers. Then, I simply used the “replace” function to replace the minus sign with … nothing! It worked perfectly, and was clean; no formulas, no conditional formatting, and the raw unaltered data remained on Worksheet 1 as my backup resource. Applying a formula is not always the answer. I love using Excel to do data logging, tracking, analysis, and to answer so many math questions, both at work and personally. At work, I measure parts, and the machine measures distances to the left as negative numbers, and not just a positive number distance. Other measurements, though, are at a position of being on a datum X or Y, at zero. Those measurements will be off zero in the positive or negative direction, and I need hose occasional negative numbers to remain negative. That meant I had to select a partial column here, another there, and skip ones that measured around a zero target, then apply that “negative sign removal) to only those measurements that were negatives, but did not have zero as the target dimension. It is probably confusing until actually seeing the spreadsheet I was fixing, but the method I chose worked perfectly, and had no formula involved, just a clean minus-sign removal done as a “replace” edit. Thank you, Joel
This comment was minimized by the moderator on the site
Thank you so much!
This comment was minimized by the moderator on the site
use this formula (A1 is a cell reference in which you want to convert) =max(A1,-A1) What this formula does is to choose the highest number, and positive will normally be the highest number.
This comment was minimized by the moderator on the site
Taimoor, Your solution requires adding a column of formulas. The easiest way is to use "find and replace", as I explained here on 4/20/16. Enter a dash in the first line, nothing in the second, and replace as many of them as you want ("find next" or "replace all"). Not "complexed" at all. Your method creates clutter on the spreadsheet with a new column of formulas that requires the first column of negative numbers to remain, although it is now just a sub-component of the formulas column. Then, if you want to clean up the spreadsheet, you would have to hide that first column of negative numbers. Messy. No thank you. You say other people's methods are "complexed", but yours is not, IMHO, much, if any, of an improvement.
This comment was minimized by the moderator on the site
"Formulas? We don' need no ... " Click on Find and Replace. Enter a dash in the "Find What" section. Leave the "Replace With" section blank. Click "Replace All" and BAM! Negativity" gone. If you want to play it safe, and aren't sure about whether or not you will muck up your spreadsheet, copy Sheet 1 to Sheet 2, then perform the Find and Replace action with Sheet 2. If you like it, copy what you want and paste it back into Sheet 1. Safe as can be!
This comment was minimized by the moderator on the site
Click on that Negative Number. Right Click & go on Format Cell & click on 1234.
This comment was minimized by the moderator on the site
Sachin, when you go to "Format Cell, and do as you suggested, that does not change the value of the number, it will only change the format, the color. And you left out a couple steps: 1. what tab to click on (number?), and 2. what category in that tab do you choose, then 3. which style option do you select (which still will not change the VALUE of the number, only the appearance (negative numbers showing in red, for example).
This comment was minimized by the moderator on the site
It's so simple. Don't know why it's been explained in such a complexed manner. Suppose you have a column A with following values: Cell A: A2= -4000 A3= -5000 A4= -8000 Apply the formula in cell B2 =A2*(-1) And drag it down till the last value of column A. Done!
This comment was minimized by the moderator on the site
Just did the copy/paste -1 onto highlighted positive numbers and puff, like magic my job is done here. Big time saver big help
This comment was minimized by the moderator on the site
I've found highlighting the column hitting ctrl F, then replacing - with nothing will remove the -. Its easy
This comment was minimized by the moderator on the site
It is so simple if you multiply -1 with the value or column and drag the formula :)
There are no comments posted here yet
Load More
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations