View Single Post
  #4   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Did you try this?

You can't enter a minus sign into a cell without entering it as TEXT: '-

When you concatenate A1 and B1 you end up with a TEXT string and not a
negative number.

This will work:

=(A1&B1)*1

But Peo's suggestion is the best way to accomplish this.

Biff

"Pierre" wrote in message
oups.com...
Put your data requiring a negative into columm "B"
Into another column you've created (lets say column "A") place a minus
sign.

Place this into column C: =A1&B1

Copy down all of column C, and you've got negative numbers.
If you need to replace column B, copy, and paste as values all the data
in column C, to wherever you like, back to column B, you may delete
column A.

Pierre