+ Reply to Thread
Results 1 to 7 of 7

Keep formula, but have blank cell. Need help

  1. #1
    Registered User
    Join Date
    03-21-2013
    Location
    Iowa
    MS-Off Ver
    Excel 2003
    Posts
    7

    Angry Keep formula, but have blank cell. Need help

    Hello, first time poster and I browsed around a little for my problem but couldn't get the solution to work. Not so handy with excel so decided to ask the experts.

    My problem is this

    I have a formula for an entire column J. Its calculating from whatever is inputted into column I. That formula is =(I:I-1)*0.85

    My problem is that if I erase data previously entered into column J, column I displays -0.85. So I went and selected the cells and cleared it the entries. NOW it no longer calculates when I type numbers into column J unless I enter the formula again. Frustrating when I need to enter numbers daily and its an eye sore and easy to skip a row when its already filled in I

    What I want is to have the cells in column I to always be blank until you enter something into column J.

    I'm pulling my hair out trying to figure this out. All suggestions would be appreciated and I hope its not confusing

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Keep formula, but have blank cell. Need help

    In Jx
    =IF(ISNUMBER(Ix), =(I:I-1)*0.85, "")
    Does that work for you?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    03-21-2013
    Location
    Iowa
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Keep formula, but have blank cell. Need help

    It says the formula you typed contains and error. I'm entering it into J

    and here is a weird thing, it follows formula when i go down to the next cell, but if i skip a cell than the formula is no longer working. I need to skip to different rows too otherwise i would just let it ride
    Last edited by ebner20; 03-21-2013 at 03:28 PM.

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Keep formula, but have blank cell. Need help

    Exactly what are you inputting?
    In J2 for example, you should have
    =IF(ISNUMBER(I2), =(I2-1)*0.85, "")

    when you copy that down, the "I2"s will increment.

  5. #5
    Registered User
    Join Date
    03-21-2013
    Location
    Iowa
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Keep formula, but have blank cell. Need help

    Here is what i'm working with

    Please Login or Register  to view this content.
    I want to add data into actual and have the after tax column populate (where the formula comes into play) which it turn has the profit it column to populate.

    the problem is when i skip a line in the actual column it no longer uses the formula or when I delete a prior entry it blanks out the formula. I can "drag" the formula down the column to work, but than it displays -.85 due to the formula picking up the actual column being blank (I think thats the reason)
    Last edited by ebner20; 03-21-2013 at 04:14 PM.

  6. #6
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Keep formula, but have blank cell. Need help

    Here is your workbook with the formulas I would use copied all the way down to row 36. Let me know if you have questions or a reason you would not use these formulas.
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    03-21-2013
    Location
    Iowa
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Keep formula, but have blank cell. Need help

    Quote Originally Posted by ChemistB View Post
    Here is your workbook with the formulas I would use copied all the way down to row 36. Let me know if you have questions or a reason you would not use these formulas.
    OMG, I love you.

    You freaking genius!

    Andrew

+ 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