Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 39
Default get Cell to not display ( $ - )

hi, i have cells that are formatted for accounting and the cell formula
contains the SUM feature, when the cells are empty and waiting for a value,
they display ($ -) and so i have those symblos everywhere and would like the
cell just to be blank and then show up with the dollar sign when a value
appears in it.

Any ideas?
thanks
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 5
Default get Cell to not display ( $ - )

Try this. There might be an easier one, but this is what I use.

S

14 5
15 5
=IF(SUM(S14:S18)=0,"",(SUM(S14:S18)))
16 5
17 5
18 5


--
Thanks!


"Morgan" wrote:

hi, i have cells that are formatted for accounting and the cell formula
contains the SUM feature, when the cells are empty and waiting for a value,
they display ($ -) and so i have those symblos everywhere and would like the
cell just to be blank and then show up with the dollar sign when a value
appears in it.

Any ideas?
thanks

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 39
Default get Cell to not display ( $ - )

thanks it works
--
thanks


"mahlandj" wrote:

Try this. There might be an easier one, but this is what I use.

S

14 5
15 5
=IF(SUM(S14:S18)=0,"",(SUM(S14:S18)))
16 5
17 5
18 5


--
Thanks!


"Morgan" wrote:

hi, i have cells that are formatted for accounting and the cell formula
contains the SUM feature, when the cells are empty and waiting for a value,
they display ($ -) and so i have those symblos everywhere and would like the
cell just to be blank and then show up with the dollar sign when a value
appears in it.

Any ideas?
thanks

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 905
Default get Cell to not display ( $ - )

"mahlandj" wrote:
Try this. [....]
=IF(SUM(S14:S18)=0,"",(SUM(S14:S18)))


"Morgan" wrote:
thanks it works


It does?! If so, fine. But I would think you want "$ -" when the sum is
exactly zero. In that case, try:

=IF(COUNT(S14:S18)=0, "", SUM(S14:S18))


----- original message -----

"Morgan" wrote:

thanks it works
--
thanks


"mahlandj" wrote:

Try this. There might be an easier one, but this is what I use.

S

14 5
15 5
=IF(SUM(S14:S18)=0,"",(SUM(S14:S18)))
16 5
17 5
18 5


--
Thanks!


"Morgan" wrote:

hi, i have cells that are formatted for accounting and the cell formula
contains the SUM feature, when the cells are empty and waiting for a value,
they display ($ -) and so i have those symblos everywhere and would like the
cell just to be blank and then show up with the dollar sign when a value
appears in it.

Any ideas?
thanks

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
find last cell in range with data, display cell address sevi61 Excel Worksheet Functions 14 October 29th 07 08:36 PM
display text in one cell as a number in an adjacent cell in excel Denno New Users to Excel 1 November 16th 06 05:13 PM
have one cell display text which reflects a number in another cell excelrookie Excel Discussion (Misc queries) 3 September 25th 06 05:49 PM
Display contents of cell in another cell as part of text string? [email protected] New Users to Excel 3 July 8th 06 07:44 PM
How to click on a cell and have the content of the cell display in a different cell [email protected] Excel Worksheet Functions 0 June 6th 06 03:05 PM


All times are GMT +1. The time now is 08:52 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"