メインコンテンツへスキップ

Excelのセルの値の符号を逆にする方法は?

Excelを使用する場合、ワークシートには正の数と負の数の両方があります。 正の数を負の数に、またはその逆に変更する必要があるとします。 もちろん、手動で変更することもできますが、何百もの数値を変更する必要がある場合、この方法は適切ではありません。 この問題を解決するための簡単なトリックはありますか?

特殊貼り付け機能を使用して、セルの値の符号を反転します

Kutools for Excelを使用して、セル内の値の符号をすばやく反転します

VBAコードを使用してセルの値の符号を逆にする


特殊貼り付け機能を使用して、セルの値の符号を反転します

セル内の値の符号を逆にすることができます 貼り付け Excelで機能する場合は、次のようにしてください。

1。 タップ番号 -1 空白のセルに入れてコピーします。

2。 値の符号を反転する範囲を選択し、右クリックして選択します 貼り付け。 スクリーンショットを参照してください:

3. 貼り付け ダイアログボックスで、をクリックします。 すべて からのオプション 貼り付ける & 掛ける からのオプション 操作。 スクリーンショットを参照してください:

4。 次に、をクリックします OK、および範囲内の数字のすべての符号が逆になっています。

5。 必要に応じて番号-1を削除します。


すべての数字の符号を一度に反転します

Kutools for Excelさん 値の符号を変更する ユーティリティは、正の数を負に、またはその逆に変更するのに役立ちます。また、値の符号を逆にし、末尾の負の符号を通常に修正するのにも役立ちます。  クリックしてKutoolsfor Excelをダウンロードしてください!

Kutools for Excel:300以上の便利なExcelアドインがあり、30日以内に制限なしで無料で試すことができます。 今すぐダウンロードして無料トライアル!


Kutools for Excelを使用して、セル内の値の符号をすばやく反転します

値の符号をすばやく反転できます 値の符号を変更する の特徴 Kutools for Excel.

Kutools for Excel : 300以上の便利なExcelアドインがあり、30日以内に制限なしで無料で試すことができます

インストールした後 Kutools for Excel、次のようにしてください。

1. 数字の符号を逆にする範囲を選択します。

2に設定します。 OK をクリックします。 クツール > コンテンツ > 値の符号を変更する…、スクリーンショットを参照してください:

3。 の中に 値の符号を変更する ダイアログボックスで すべての値の符号を逆にします、スクリーンショットを参照してください:

doc-reverse-signs-of-values5

4。 そして、 OK or 申し込む。 数字の符号はすべて逆になっています。

ヒント:

VBAコードを使用してセルの値の符号を逆にする

また、VBAコードを使用して、セル内の値の符号を逆にすることもできます。 しかし、VBAにそのことを実行させる方法を知っている必要があります。 次の手順で実行できます。

1. セルの値の符号を逆にする範囲を選択します。

2に設定します。 OK をクリックします。 Developer > ビジュアルベーシック Excelでは、新しい アプリケーション用のMicrosoftVisual Basic ウィンドウが表示されるか、ショートカットキーを使用します(Alt + F11)それをアクティブにします。 次に、をクリックします インセット > モジュール、次に、次のVBAコードをコピーして貼り付けます。

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

3. 次に、をクリックします。 doc-逆符号-6 ボタンを押してコードを実行します。 そして、選択した範囲の数字の符号が一気に反転しました。


Kutools for Excelを使用して、セルの値の符号を逆にします


Kutools for Excel: 300 を超える便利なツールをすぐに利用できます。 機能制限なしの 30 日間の無料トライアルを今すぐ始めてください。 今すぐダウンロード!
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