Okay I found a way to get around the first part of my problem since it was
not needed anyway.
Now all I need to know is how to make a cell equal "+" when the number in a
different cell (say cell N16 is > 0. If N16 is < 0 then I want the cell to
equal nothing, or if that is not possible, I want it to equal "-"
Thanks for any help
~Joe
> Hi, I have 2 problems
> My first problem is that I have a large amount of data that I want to be
[quoted text clipped - 10 lines]
> also if you tell me the code can you please walk me through how to input that?
> Thanks a lot
Dave - 23 May 2008 22:20 GMT
Hi,
Try this in N15:
=If(N16>0,"+","")
Is this what you need?
Regards - Dave.
Joe - 24 May 2008 02:11 GMT
Thanks! this is exactly what I was looking for
> Hi,
> Try this in N15:
> =If(N16>0,"+","")
> Is this what you need?
> Regards - Dave.
Billy Liddel - 23 May 2008 22:48 GMT
Try this format and the numbers can be operated on.
Format, Number, Custom:= #,##0+;-#,##0
Regards
Peter
> Okay I found a way to get around the first part of my problem since it was
> not needed anyway.
[quoted text clipped - 18 lines]
> > also if you tell me the code can you please walk me through how to input that?
> > Thanks a lot