![]() |
currency custom fomula
i need to get my negative figures to show somthing like this
automaticly { -$1,234.10 } in red. i know you can get the negative to show but that is in black, and you can get it to show in red but that has no negative sign in front of it. can anyone help |
Hi
try the custom format: $#,##0.00_ ;[Red](-$#,##0.00) -- Regards Frank Kabel Frankfurt, Germany Michele wrote: i need to get my negative figures to show somthing like this automaticly { -$1,234.10 } in red. i know you can get the negative to show but that is in black, and you can get it to show in red but that has no negative sign in front of it. can anyone help |
One way
$#,##0.00_);[Red](-$#,##0.00) Regards, Peo Sjoblom "Michele" wrote: i need to get my negative figures to show somthing like this automaticly { -$1,234.10 } in red. i know you can get the negative to show but that is in black, and you can get it to show in red but that has no negative sign in front of it. can anyone help |
thanks that works but without the ( ) around it
"Frank Kabel" wrote: Hi try the custom format: $#,##0.00_ ;[Red](-$#,##0.00) -- Regards Frank Kabel Frankfurt, Germany Michele wrote: i need to get my negative figures to show somthing like this automaticly { -$1,234.10 } in red. i know you can get the negative to show but that is in black, and you can get it to show in red but that has no negative sign in front of it. can anyone help |
No parenthesis? Use
$#,##0.00_ ;[Red]-$#,##0.00 Regards, Peo Sjoblom "Michele" wrote: thanks that works but without the ( ) around it "Frank Kabel" wrote: Hi try the custom format: $#,##0.00_ ;[Red](-$#,##0.00) -- Regards Frank Kabel Frankfurt, Germany Michele wrote: i need to get my negative figures to show somthing like this automaticly { -$1,234.10 } in red. i know you can get the negative to show but that is in black, and you can get it to show in red but that has no negative sign in front of it. can anyone help |
All times are GMT +1. The time now is 12:33 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com