Przejdź do głównej zawartości

Jak odwrócić znaki wartości w komórkach w programie Excel?

Kiedy używamy programu Excel, w arkuszu są zarówno liczby dodatnie, jak i ujemne. Przypuśćmy, że musimy zmienić liczby dodatnie na ujemne i na odwrót. Oczywiście możemy zmienić je ręcznie, ale jeśli są setki liczb do zmiany, ta metoda nie jest dobrym wyborem. Czy są jakieś szybkie sztuczki, aby rozwiązać ten problem?

Odwróć znak wartości w komórkach za pomocą funkcji Wklej specjalnie

Szybko odwróć znak wartości w komórkach za pomocą Kutools for Excel

Odwróć znak wartości w komórkach za pomocą kodu VBA


Odwróć znak wartości w komórkach za pomocą funkcji Wklej specjalnie

Możemy odwrócić znak wartości w komórkach za pomocą wklej specjalnie funkcjonować w programie Excel, wykonaj następujące czynności:

1. Wybierz numer -1 w pustej komórce i skopiuj go.

2. Wybierz zakres, dla którego chcesz odwrócić znak wartości, kliknij prawym przyciskiem myszy i wybierz wklej specjalnie. Zobacz zrzut ekranu:

3. W wklej specjalnie okno dialogowe, kliknij Wszystkie kategorie opcje z makaron i Mnożyć opcja z Działanie. Zobacz zrzut ekranu:

4. Następnie kliknij OKi wszystkie znaki liczb w zakresie zostały odwrócone.

5. Usuń liczbę -1 zgodnie z potrzebami.


Odwróć znak wszystkich liczb na raz

Kutools dla programu Excel'S Zmień znak wartości narzędzie może pomóc w zmianie liczb dodatnich na ujemne i odwrotnie, może również pomóc w odwróceniu znaku wartości i naprawieniu końcowego znaku ujemnego na normalny.  Kliknij, aby pobrać Kutools dla programu Excel!

Kutools dla programu Excel: z ponad 300 poręcznymi dodatkami do programu Excel, które można wypróbować bez ograniczeń w ciągu 30 dni. Pobierz i bezpłatną wersję próbną teraz!


Szybko odwróć znak wartości w komórkach za pomocą Kutools for Excel

Możemy szybko odwrócić znak wartości za pomocą Zmień znak wartości cechą Kutools dla programu Excel.

Kutools dla programu Excel : z ponad 300 poręcznymi dodatkami Excela, które można wypróbować bez ograniczeń w ciągu 30 dni

Po zainstalowaniu Kutools dla programu Excelwykonaj następujące czynności:

1. Wybierz zakres, w którym chcesz odwrócić znaki liczb.

2. Kliknij Kutools > Treść > Zmień znak wartości… Patrz zrzut ekranu:

3, w Zmień znak wartości w oknie dialogowym, sprawdź Odwróć znak wszystkich wartościzobacz zrzut ekranu:

doc-reverse-signs-of-values ​​5

4. A następnie kliknij OK or Dodaj. Wszystkie znaki liczb zostały odwrócone.

Tips:
  • Aby korzystać z tej funkcji, należy zainstalować Kutools dla programu Excel najpierw proszę kliknij, aby pobrać i mieć 30-dniowy bezpłatny okres próbny teraz.
  • Połączenia Zmień znak wartości z Kutools dla programu Excel może również napraw końcowe negatywne znakiczmień wszystkie wartości ujemne na pozytywne i zmień wszystkie wartości dodatnie na ujemne. Bardziej szczegółowe informacje na temat Zmień znak wartościMożna znaleźć na stronie Zmień opis funkcji Znak wartości.

Odwróć znak wartości w komórkach za pomocą kodu VBA

Możemy również użyć kodu VBA, aby odwrócić znak wartości w komórkach. Ale musimy wiedzieć, jak sprawić, by VBA to zrobił. Możemy to zrobić w następujący sposób:

1. Wybierz zakres, w którym chcesz odwrócić znak wartości w komórkach.

2. Kliknij Deweloper > Visual Basic w programie Excel, nowy Microsoft Visual Basic dla aplikacji zostanie wyświetlone okno lub za pomocą klawiszy skrótu (Alt + F11), aby go aktywować. Następnie kliknij wstawka > Moduł, a następnie skopiuj i wklej następujący kod VBA:

Sub Convert()
Dim C As Range
For Each C In Selection
C.Value = -C.Value
Next C
End Sub

3. Następnie kliknij dokument-odwrotny-znak-6 przycisk, aby uruchomić kod. Znak liczb w wybranym zakresie został natychmiast odwrócony.


Odwróć znak wartości w komórkach za pomocą Kutools for Excel


Kutools dla programu Excel: Ponad 300 przydatnych narzędzi na wyciągnięcie ręki! Już dziś rozpocznij 30-dniowy bezpłatny okres próbny bez ograniczeń funkcji. Pobierz teraz!
Comments (15)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Tried to do the developer option and I get a:
Run-time error '438':
Object doesn't support this property or method


Any ideas?
This comment was minimized by the moderator on the site
I have a mac version of excel and the paste special doesn't allow me to do that :-/ dying.
This comment was minimized by the moderator on the site
Yes. Yes it does. Enter "-1" in a cell. Copy that cell. Highlight all the values whose sign you wish to flip. Opt-Cmd-V opens paste special dialog box, choose multiply from the Operations section (I also find it beneficial to choose "values" in the Paste Section rather than "all" to preserve any formatting).
This comment was minimized by the moderator on the site
Thx Bro for the useful thread
This comment was minimized by the moderator on the site
Thank you so much, Sir. You helped me a lot. I hope I can return the favor. Thank you so much.
This comment was minimized by the moderator on the site
thank you i had just posted in the SUN system with the srong month. this has helped me to reverse all the 195 entries within 7 minutes...
This comment was minimized by the moderator on the site
From my perspective it seems there is no foolproof way to simply remove a negative sign: Multiplying by -1 can screw up subsequent cell values if each one is using a formula. VBA requires saving in a different format. Kutools requires you to download/purchase an add-on. You can format a column to show negatives as positives, but it turns the font Red.
This comment was minimized by the moderator on the site
I'm looking to add multiple $ to cells with formulas example (=((I29+AM29+AV29+BH29+CG29+CP29+DS29+AJ78+BA91+BU91+CO91+DK78)-(V25+EF25+EN25))/4 Is there away to do this quickly...
This comment was minimized by the moderator on the site
This is tangentially related. I have a workbook in Excel 2013 that's baffling me. I get a #VALUE! error with the formula =SUM(8-(F4:F23)) in cell F2. When I reverse that, =SUM(F4:F23)-8), I get (#) where (#) is the negative of what I expect. But when I use #Jonathon's formula with my working formula in it, I again get the #VALUE! error. How is this #VALUE! error even possible? What I want is for F2 to be a positive number that's the leftover balance when F4:F24 is less that 8.
This comment was minimized by the moderator on the site
Michaelq please use abs function. It turns negative and positive values both to positive one.
This comment was minimized by the moderator on the site
Very cool trick. I imported transactions from BofA and AMEX and of course they use different signs for debits. One multiply paste later and I'm all fixed up. Thanks.
This comment was minimized by the moderator on the site
In a New Cell simply Multiply a the Cell-value by -1. It will reverse automatically. No need to perform such a long procedures. e.g if the value in B1 is -25 then in Cell C1 enter the formula : =B1 * -1 :-)
This comment was minimized by the moderator on the site
OMG THANK YOU SOOO MUCH. I have been looking all over the place for a way to simply do this. I was trying to find a way to have Excel take the SUM of a group of numbers and make it negative so that it would automatically do all the rest of the math on the sheet correctly. If anyone else is looking to do something similar, using the information I just obtained from #JAVED KHAN, enter the following function (this is just an example, change the cell references to match the ranges you are needing to use) =SUM(B2:H2) * -1 This will now take the sum of the range and automatically change the value to a negative number.
This comment was minimized by the moderator on the site
You sir have just blown my mind with your Excel Ninja ways, I tip my hat to you sir :lol:
This comment was minimized by the moderator on the site
The goal was to change an entire range of cells easily, not just a single cell. The paste multiply method is basically a one step procedure to do just that.
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations