Close

Results 1 to 3 of 3
  1. #1
    DF VIP Member
    Nuvoix's Avatar
    Join Date
    Apr 2003
    Location
    Derby UK
    Posts
    268
    Thanks
    106
    Thanked:        147
    Karma Level
    273

    Help Help with a sum/formula in excel 2007

    Ive googled this one but im too cabbaged and thick to understand.

    Would anybody be kind enough just to tell me what I need to enter for the sum in a perticullar cell? It wont be hard to anyone that uses Excel on a daily basis.

    Ok....Here's the scenario.....

    I have a value in cell C93 (for illustration this value is 217,175)
    I have another value in cell C91 ( 191,696 )

    The sum or formula I want in cell C94 (currently I'm using =C91-C93) is......

    C91 minus C93 = C94 (-25,479) . If value in C94 is minus like in this case I would like the value in C91 turned to a positive IE 25,479. If the value in cell C94 originally is equal or greater than 1 then I need just a 0 (zero) to be viewed. Think your smart eh? lol

    Plz be kind to me

  2. #2
    DF VIP Member destro404's Avatar
    Join Date
    Dec 2005
    Location
    Glasgow
    Posts
    611
    Thanks
    5
    Thanked:        9
    Karma Level
    333

    Default Re: Help with a sum/formula in excel 2007

    Try this, this is what your explanation said you wanted......

    Code:
    =IF(C94 < 0,ABS(C91),0)
    But if you take your figures as a worked example then it's actually the C94 value you want un-negatived. So you would use this instead...

    Code:
    =IF(C94 < 0,ABS(C94),0)

    Thanks to destro404

    Nuvoix (17th July 2011)  


  3. #3
    DF VIP Member
    Nuvoix's Avatar
    Join Date
    Apr 2003
    Location
    Derby UK
    Posts
    268
    Thanks
    106
    Thanked:        147
    Karma Level
    273

    Default Re: Help with a sum/formula in excel 2007

    Thanx Destro, The 2nd formula whatever it was seemed to do the trick perfectly. It just means nothing to me...its just another foreign language. Top man!!!

Similar Threads

  1. Excel graph problem
    By marktb in forum PC Problems
    Replies: 2
    Last Post: 9th October 2002, 04:42 PM
  2. Formula 1 Is Boring
    By Digi Program in forum General Sports
    Replies: 10
    Last Post: 1st October 2002, 04:16 PM
  3. Help building a Formula 1 car body (sort of)
    By bozza in forum Home Audio/Video, Electronic Toys & Gadgets
    Replies: 2
    Last Post: 16th September 2002, 04:05 PM
  4. Formula farce
    By 4me2 in forum General Sports
    Replies: 17
    Last Post: 31st August 2002, 03:31 PM
  5. If you need help... 20/10/2007
    By RhinoBanga in forum Programming
    Replies: 0
    Last Post: 9th May 2002, 09:02 AM

Social Networking 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
  •