+ Reply to Thread
Results 1 to 3 of 3

How to write a formula that adds a value in previous cell and gives value for the next cel

  1. #1
    Registered User
    Join Date
    07-02-2013
    Location
    Lahore
    MS-Off Ver
    Excel 2007
    Posts
    26

    How to write a formula that adds a value in previous cell and gives value for the next cel

    Hi fellows !

    I need these values in a column. Top most cell is -3.1, then -3.01, -3.001, -3.0001 , -3.00001 and so on
    Pl. someone suggest how to do this using a formula.

    Part (b), assuming these as x values i also need corresponding (function) y values using formula
    y= (x^2-9)/(x+3)

    Thanks in advance

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: How to write a formula that adds a value in previous cell and gives value for the next

    May be this..

    In A1 Cell
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    In B1 Cell
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Drag both the formula's to right..


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to write a formula that adds a value in previous cell and gives value for the next

    In A1
    =ROUNDUP(-3.00000000000001,ROW(A1)+1)
    Copy down

    In B1
    =(A1^2-9)/(A1+3)
    Copy down
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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