+ Reply to Thread
Results 1 to 4 of 4

Empty a cell if another cell's value is more than 1

  1. #1
    Registered User
    Join Date
    12-07-2012
    Location
    Dubai, U.A.E.
    MS-Off Ver
    Excel 2013
    Posts
    2

    Empty a cell if another cell's value is more than 1

    If the value of cell K2 goes above 1, the value of cell L2 should become zero?

  2. #2
    Registered User
    Join Date
    08-07-2012
    Location
    Panama
    MS-Off Ver
    Excel 2010
    Posts
    15

    Re: Empty a cell if another cell's value is more than 1

    i think that can solve it with a simple formula

    on cell L2 paste the following
    =IF(F2>1,"0","")

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,169

    Re: Empty a cell if another cell's value is more than 1

    Hi Haseeb123,

    What should the value of L2 be if K2 < 0 ?

    If it should stay the same as it is then you get circular ref error.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Empty a cell if another cell's value is more than 1

    are -ve numbers involved? or just decimal like 0.8
    but i cant see why
    =IF(k2>1,0,k2) wont work
    Last edited by martindwilson; 12-08-2012 at 02:14 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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