View Single Post
  #1  
Old December 21st, 2007, 07:00 PM posted to microsoft.public.excel.worksheet.functions
mathel
external usenet poster
 
Posts: 5
Default Copy a Negative value to another WS

I have a workbook that has more than 1 worksheet. I need to copy figures
from my Input ws to the Posting ws if the cell in the Input sheet is greater
than a blank. However, if the value is negative, I also need to to show it
as a negative on the Posting sheet. Following is the formula I am using,
however, a negative number is showing as a positive on the Posting sheet.
How can I correct this?

=IFBLANK(Input!E7)," ",ABS(Input!E7))

Any help would be appreciated
--
Linda