+ Reply to Thread
Results 1 to 2 of 2

if negative then goes in collum b

  1. #1
    Registered User
    Join Date
    04-29-2004
    Posts
    92

    if negative then goes in collum b

    Hi, I need something that will automatically place negative numbers in a certian collum. Is there anyway to do this. Heres an example. collum 1 is for positive numbers, and if one is negative then i need it to be placed in collum 2 which is for negative numbers. Hmm... Thanks for any help with this

  2. #2
    Forum Contributor
    Join Date
    01-18-2005
    Location
    Auckland New Zealand
    MS-Off Ver
    Office Professional 2007
    Posts
    295
    If you have a column of mixed numbers, then to separate them use these formulae:

    negatives =min(yourcell,0)
    positives =max(yourcell,0)

    If you don't want to see the 0's that result, go to Tools, Options, and untick the zeroes box.

    Regards

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1