Excel 問題~~急請幫助~~20分~~~

2007-10-15 6:55 pm
我想問有無方法可以逢親輸入紅色字(數字)
Excel就自己曉加個" - "(負號)係個數字前?????
請俾詳細方法~~多謝~~~~
更新1:

多謝I want you to knoe more意見~~~ 你給予的方法~我是懂得的~~~ 但我真是須要知道紅字加" - "負號的辦法~~~~ 請教~~~~~

更新2:

其實我係想知有無方法可以係黑字變紅字時~~ 個字會加個負號係前方~~ 由123(黑字)---- " - "123(紅字) 多謝建議~~~~

更新3:

可以有方法當個字由紅---- 黑~~~ Excel會自動加一個" - "已表示負數ma???? 我依家有大約1萬個date係紅字(數字)~~ 我唔想係咁打" - "號~~~想一次把全部紅色數字前都加個" - " 負號~~~ 以表示個數字係負數~~~~~~

更新4:

多謝shin_bingo_dog的意見~~~~~ 我想知我係咪要open/錄製一個新巨集~~ 係描述到打字????? 如果係~我已try 了........... 但excal 出現錯誤............. 請指教指教~~~~~~~~~

回答 (5)

2007-10-16 2:11 am
✔ 最佳答案
執行下到巨集, 就可以得到所需效果:
Dim ran As Range
Sub Macro1()
'
' Macro1 巨集表
'

Set ran = Range("a1:c1000")

For Each c In ran
r = c.Row
co = c.Column

If c.Font.ColorIndex = 3 Then
c = -1 * c
Cells(r, co) = c
Cells(r, co).Font.ColorIndex = 4
End If

Next

End Sub


2007-10-21 09:15:56 補充:
1) 工具 --> 巨集 --> vb 編輯器2) 插入 --> 模組3) 將我的 program copy and paste 在 模組 下完成.祝成功.
2007-10-20 8:06 pm
Actually you can select all your data you need to format, then right click and choose FORMAT CELLS and go to the tab called NUMBER

On the left hand side in the Category list, you choose CUSTOM

On the right hand side under TYPE you can just type in the following string:

0.00;-[Red]0.00

Then choose OK.

If the number's a postive number, it will be formated in black. If the number's a negative number, it will be formated in red with minus sign.

I am using english version Excel and I am not familar with chinese version.
I hope that helps.

Let me know if you need any help!!
參考: from me!
2007-10-15 10:07 pm
可用設定格式化條件
方法: 假設資料在 A 欄, highlight A 欄,
格式 à 設定格式化條件
儲存格的值小於 0
將色彩設成紅色
確定

你是否需要這樣?
2007-10-15 7:49 pm
輸入紅色字(數字), 加個" - "(負號)係個數字前

唔係好明你個紅色數字點嚟, 如果打數字 -123出嚟
都係黑色喎, 如果你想出嚟嘅時候係紅色, 或者試吓
下列步驟吖
1. 格式
2. 儲存格
3. 數字
4. 數值 (喺隔離會見到一個有黑&紅色數字嘅格)
用mouse click 落到第五個數字, 就會係有負號
及紅字喇
5. 確定

試吓啦, 睇吓係唔係你想要嘅嘢
希望解決到你嘅問題啦
2007-10-15 7:23 pm
我知道的跟你剛剛相反, 是輸入負數佢自動變紅色, 係 format---cell---number 裏面調校


收錄日期: 2021-04-25 19:18:40
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20071015000051KK00792

檢視 Wayback Machine 備份