+ Reply to Thread
Results 1 to 9 of 9

Plz Need help!! Need cell to be "0" and not negative number.

  1. #1
    Registered User
    Join Date
    03-24-2015
    Location
    Los Angeles, Ca
    MS-Off Ver
    2013
    Posts
    29

    Unhappy Plz Need help!! Need cell to be "0" and not negative number.

    Hi All!

    I've attached an image of what my spreadsheet looks like. Not very experienced in Excel but trying to make this work. I'm using =ROUNDUP(MIN(2,F4-8),0). I need H5 to be "0" and not negative number so H13 is not a negative amount. Any help!! Really really appreciate it!
    Attached Images Attached Images
    Last edited by michael25818; 03-26-2015 at 12:00 PM.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Plz Need help!! Need cell to be "0" and not negative number.

    Try

    =MAX(0,ROUNDUP(MIN(2,F4-8),0))

  3. #3
    Registered User
    Join Date
    03-24-2015
    Location
    Los Angeles, Ca
    MS-Off Ver
    2013
    Posts
    29

    Re: Plz Need help!! Need cell to be "0" and not negative number.

    it worked. Thanks so much! Can you please help me with one more question?
    Column G can have a max and minimum of "8". I basically want the only number to appear in that column to be 8 if there are any numbers entered in Columns B,C,E. This is the current formula i have =ROUNDUP(MIN(8,F4),0). now if i use 20 in B4 & 15 in C4, it comes up as 5.

  4. #4
    Registered User
    Join Date
    03-24-2015
    Location
    Los Angeles, Ca
    MS-Off Ver
    2013
    Posts
    29

    Re: Plz Need help!! Need cell to be "0" and not negative number.

    it worked. Thanks so much! Can you please help me with one more question?
    Column G can have a max and minimum of "8". I basically want the only number to appear in that column to be 8 if there are any numbers entered in Columns B,C,E. This is the current formula i have =ROUNDUP(MIN(8,F4),0). now if i use 20 in B4 & 15 in C4, it comes up as 5.

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Plz Need help!! Need cell to be "0" and not negative number.

    Sorry no, I don't follow what you're trying to do.

  6. #6
    Registered User
    Join Date
    03-24-2015
    Location
    Los Angeles, Ca
    MS-Off Ver
    2013
    Posts
    29

    Re: Plz Need help!! Need cell to be "0" and not negative number.

    Let me try to clarify. Sorry about that.
    G4 can be any number between 0-8 but I only want it to show up as "0" or "8". Not 1, 2, 3, 4, etc.
    The formula i'm using is =ROUNDUP(MIN(8,F4),0)
    If I enter 20 in B4 and 15 in C4, I get 5. I want that to appear as 8.

    Hope that helps. Capture.PNG

  7. #7
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Plz Need help!! Need cell to be "0" and not negative number.

    Perhaps

    =CEILING(ROUNDUP(MIN(8,F4),0),8)

  8. #8
    Registered User
    Join Date
    03-24-2015
    Location
    Los Angeles, Ca
    MS-Off Ver
    2013
    Posts
    29

    Re: Plz Need help!! Need cell to be "0" and not negative number.

    Thank you so much! I'm playing around in it and you just saved me hours!! Have a great day!

  9. #9
    Registered User
    Join Date
    03-24-2015
    Location
    Los Angeles, Ca
    MS-Off Ver
    2013
    Posts
    29

    Re: Plz Need help!! Need cell to be "0" and not negative number.

    Hi,

    Sorry to bother you again. Wondering if you could possible help me out with another question?
    I have one cell which I have writing in but need that locked. I want to be able to come into that cell and just answer Yes or No. I plan on adjusting the size of the cell later.
    Capture.PNG

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 01-21-2015, 09:46 PM
  2. [SOLVED] How to Count number of "Error" and "OK" after the word "Instrument" found in table row
    By eltonlaw in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-17-2012, 06:26 AM
  3. Formula for "0" if a negative number
    By halvy52 in forum Excel General
    Replies: 2
    Last Post: 02-18-2011, 10:02 PM
  4. [SOLVED] Re: macro for converting number stored as "text" (or preceeded with ') to "number" formatting
    By markx in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-30-2006, 07:14 AM
  5. [SOLVED] macro for converting number stored as "text" (or preceeded with ') to "number" formatting
    By markx in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-23-2006, 10:20 AM

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