Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / July 2006

Tip: Looking for answers? Try searching our database.

Dollar Sign conditional display

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
nine - 08 Jul 2006 03:10 GMT
I am creating an invoice and would like the Dollar Sign to not be displayed
in a column when the row is blank, and to be displayed when there is data in
the row. Is this possible?

Thanks
Dave
Gord Dibben - 08 Jul 2006 03:30 GMT
If the cell is truly blank no currency sign will show.

I assume you have a formula like =A1*B1 in the cells but no data in the
reference cells.

Perhaps a trap....

=IF(OR(A1="",B1=""),"",A1*B1)

Gord Dibben  MS Excel MVP

>I am creating an invoice and would like the Dollar Sign to not be displayed
>in a column when the row is blank, and to be displayed when there is data in
>the row. Is this possible?
>
>Thanks
>Dave
nine - 08 Jul 2006 04:05 GMT
Thanks for the help
Dave

> If the cell is truly blank no currency sign will show.
>
[quoted text clipped - 15 lines]
>>Thanks
>>Dave
JON JON - 08 Jul 2006 10:25 GMT
Alternatively:

with the cells selected

1)  Goto Format>Cells
2)   Choose the "number" tab
3)  On category list choose "Custom"
4)  on the "type" box write  $#,##0_);($#,##0);""

You can also use 0 instead of "" depending on what you want

> Thanks for the help
> Dave
[quoted text clipped - 18 lines]
>>>Thanks
>>>Dave
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.