+ Reply to Thread
Results 1 to 3 of 3

Paste down where last number ended

  1. #1
    Registered User
    Join Date
    10-21-2015
    Location
    New York
    MS-Off Ver
    MS Office 2013
    Posts
    95

    Paste down where last number ended

    Hi Guys,

    please help with this:

    Column A:

    Column B:
    $ dollar value (eg. 10)

    Column C:
    number value (eg 3)

    So I need to paste $10 in column A down 3 times. so it would be:

    A1: $10
    A2: $10
    A3: $10
    A4:
    A5:

    Now, in column E: (actually, it could be even the same cell in column B)
    $ dollar value (eg $5)

    Column F: (could be the same column C)
    Number value (eg. 4)

    So I need to paste $5 in column A down 4 times, but starting at where 10 dollars ended.

    So it would look like this:

    A1: $10
    A2: $10
    A3: $10
    A4: $5
    A5: $5
    A6: $5
    A7: $5

    etc...

    And I need to have at least 4, 5 bumps like that.

    Please advise if you have any ideas!!!


    Thanks a lot!
    Last edited by I.am.Rustam; 10-30-2015 at 12:22 PM.

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Paste down where last number ended

    Try listing your dollar amounts in column B, starting in B1, and the number of times to repeat the values in column C.

    Then enter this array formula in A1 and fill down until it returns a blank cell.

    =IFERROR(INDEX(B:B,MATCH(TRUE,SUBTOTAL(9,OFFSET($C$1,0,0,ROW(INDIRECT("1:"&COUNT(C:C))),1))>=ROW(),0)),"")

    *** note that this is an array formula and must be confirmed with Shift Ctrl and Enter, not just Enter ***

  3. #3
    Registered User
    Join Date
    10-21-2015
    Location
    New York
    MS-Off Ver
    MS Office 2013
    Posts
    95

    Re: Paste down where last number ended

    Jason,

    Thanks a lot. Works perfectly. I thought I was too confusing that I re-posted this question with the spreadsheet attached

    Thanks again.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Monthly tax calculation starting June and ended in May
    By le0245 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-07-2017, 10:41 PM
  2. front-ended back ended volume scenarios
    By freshfruit in forum Excel General
    Replies: 1
    Last Post: 01-30-2014, 05:18 PM
  3. CTC Calculation ended up with error
    By harishs in forum Excel General
    Replies: 7
    Last Post: 06-28-2012, 08:02 AM
  4. SaveAs Procedure wont complete unless Ended
    By lisa_jd in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 11-19-2010, 05:34 AM
  5. Open-ended list validation
    By m.cain in forum Excel General
    Replies: 1
    Last Post: 02-11-2008, 08:25 PM
  6. Open Ended VBA Criteria
    By SamuelT in forum Excel General
    Replies: 8
    Last Post: 10-02-2006, 09:42 AM
  7. [SOLVED] Need open ended cell for Sum range.
    By Cris B. in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-14-2005, 12:05 PM

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