+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Updating Cell Values Using Formulas in Other Cells

  1. #1
    Registered User
    Join Date
    07-02-2010
    Location
    Birmingham, UK
    MS-Off Ver
    Excel 2007
    Posts
    1

    Question Updating Cell Values Using Formulas in Other Cells

    I would like to update Cell A1's value using a formula in Cell B1

    Cell A1 has a formula in it as follows:
    =If(X>N,X-N,N-X)

    So I want Cell B1 to:

    =if(A1<N,A1=0,0)

    Is this possible?

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Updating Cell Values Using Formulas in Other Cells

    In short, no - to alter A1's result modify your formula in A1, ie:

    =IF(ABS(X-N)<N,0,ABS(X-N))

    (the use of ABS removes your existing IF requirement)

+ 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