+ Reply to Thread
Results 1 to 5 of 5

arithmetic formula in range

  1. #1
    Registered User
    Join Date
    09-16-2007
    Posts
    42

    arithmetic formula in range

    Hello
    I'm trying to take a figure in eg column A1, subtract it from column E1, and then subtract any cells in columns B,C,D on same row...
    then have this formula copied right the sheet.
    using right click- paste special-formula...(which isn't working)
    the formula i'm trying is eg as follows..
    A1- E1-(B1:D1)

    i've tried this by also inserting the word range before B1 but it doesn't work...any tips....?

  2. #2
    Forum Contributor corinereyes's Avatar
    Join Date
    12-02-2003
    Location
    Philippines
    MS-Off Ver
    MS Excel 2016
    Posts
    520
    Hi ghadir14,

    Not sure if this is what you want. Try:

    =A1-E1-B1-C1-D1
    Corine

  3. #3
    Registered User
    Join Date
    09-16-2007
    Posts
    42
    Thanks ,but to me this is obvious, I thought there may a quicker way instead of typing/listing each cell reference....hence I tried range, or B1:d1

  4. #4
    Forum Contributor corinereyes's Avatar
    Join Date
    12-02-2003
    Location
    Philippines
    MS-Off Ver
    MS Excel 2016
    Posts
    520
    Hi ghadir14

    If you dont have any negative answers this formula would work.

    =ABS(SUM(BCDE)-A1)

    Name the range B1:E1 to BCDE.

    Im sure there is a better way to do this.

  5. #5
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Try

    =A1- E1-sum(B1:D1)

+ 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