+ Reply to Thread
Results 1 to 8 of 8

Change row input!

  1. #1
    stewart08
    Guest

    Change row input!

    Hi exceler's
    Got a problem being trying to solve for the last few hours, which may or not use the OFFSET function:

    The function has a input value to return a answer from a row of digits.
    Simply the 'row input value' locates ref row (if 1, its 1 row up...) and then adds the right cell vaule.

    rows = 1 input means use 1: row up, 2: use 2 rows up etc...

    values anwers row
    A1: B1: C1: D1:
    8 0 Row 2
    1 0
    2 6
    3 2
    1 1
    6 3
    6 5
    7 1
    8 2
    3 4


    work sheet file
    Last edited by royUK; 08-24-2011 at 01:31 PM.

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

    Re: Change row input!

    In B1 copied down

    =IF(ROW()-1<row,0,A1+INDEX($A$1:$A$10,ROW()-row))

    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
    stewart08
    Guest

    Re: Change row input!

    thats working very well thanks ChemistB
    I have another more complex problem I'm trying to solve may be you could help me out, should I open a new trend and send you the link...

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

    Re: Change row input!

    Yes, open a new thread. Glad I could help.

  5. #5
    stewart08
    Guest

    Re: Change row input!

    ok I posted it, hope you could help, its under the excel forex thread.

  6. #6
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Change row input!

    Attach workbooks to the Forum post not in links to xysoft!!!!
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  7. #7
    stewart08
    Guest

    Re: Change row input!

    ChemistB,
    One last question; how could I reserve the process i.e. instead of refer to up rows I now need to ref to down rows, what do I change in the formula to do this thanks...

    =IF(ROW()-1<row,0,A1+INDEX($A$1:$A$10,ROW()-row))

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

    Re: Change row input!

    Try

    =IF(ROW()-1<row,0,A1+INDEX($A$1:$A$10,ROW()+row))
    Does that work?

+ 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