View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Charlie Charlie is offline
external usenet poster
 
Posts: 703
Default how to insert a + sign permanently??

I suppose you could do it like this:

=IF(SUM(A1,B1)0,"+"&SUM(A1,B1),SUM(A1,B1))

but you will need to format the cells to right-justify the alignment.

"cnote" wrote:


Can anyone tell me how you insert a "+" sign in a cell that contains a
formula, and make it permanently stay in the cell with the answer? For
example, I would like for my cell once the formula is completed and the
answer is returned in the cell to read "+60" or "-60". I can't find any
options for this, and I can't figure out how to write a macro/vba to
make it do this. Can anyone help???


--
cnote
------------------------------------------------------------------------
cnote's Profile: http://www.excelforum.com/member.php...o&userid=26184
View this thread: http://www.excelforum.com/showthread...hreadid=394922