+ Reply to Thread
Results 1 to 4 of 4

Dont want excel to autofill the values of formula into cell

  1. #1
    Registered User
    Join Date
    01-31-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010, Mac
    Posts
    4

    Dont want excel to autofill the values of formula into cell

    Hi there,
    as the title suggest, I have a problem for which I hope there is an easy fix.

    I have one column with a number (L1), and the column next to it with another number (R1). In the row below, I want to automatically calculated the value: L2=L1-R1. Now I drag this formula down along the rows, and get the value of the latest calculation (where there is actually data) in all cells. However, I only want to show the data in the upper rows and not have it repeated until I actually enter the value.

    I hope you understand this somewhat complicated description .

    Cheers

  2. #2
    Registered User
    Join Date
    01-30-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    50

    Re: Dont want excel to autofill the values of formula into cell

    There's an easier way but off the top of my head try-

    =IF(ISERROR(L2-L1),"", L2-L1)

    if the data is not available (#REF) it should remain blank until data is available. Is that what you want to do?

  3. #3
    Registered User
    Join Date
    01-31-2012
    Location
    London, England
    MS-Off Ver
    Excel 2010, Mac
    Posts
    4

    Re: Dont want excel to autofill the values of formula into cell

    Hi,
    I solved it via =IF(E51="";"";(F51-E52)). worked perfectly, but thanks for your tip!

  4. #4
    Forum Expert OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,655

    Re: Dont want excel to autofill the values of formula into cell

    Completely off topic, but I am confused by your profile. Office 2010 is not a Mac version, so what does it mean?
    Good luck.

+ 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