+ Reply to Thread
Results 1 to 4 of 4

Repeat Value X given times

  1. #1
    Registered User
    Join Date
    03-06-2014
    Location
    Brazil
    MS-Off Ver
    Excel 2011
    Posts
    1

    Lightbulb Repeat Value X given times

    So I'm working on my new financial control excel sheet,
    And while working on it I came across this problem:

    I want that every time I put a financing program, let's say I paid something in 3 parcels, I want the formula to get the full price, divide it by 3 and then repeat it 3 times down:

    parcels...full price....parcel
    1 / 3.......$ 900,00.......x
    2 / 3..........................x
    3 / 3..........................x

    I want that instead of X, a formula gives me $ 300,00 because that is the parcel I should pay this month
    Anyone can figure this out? :D
    Thanks so much

  2. #2
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    Newcastle, Australia
    MS-Off Ver
    Excel 2007 and Excel 2010
    Posts
    1,429

    Re: Repeat Value X given times

    Hi,

    Something like this? Formula in the blue cells.

    I hope this helps
    Attached Files Attached Files

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Repeat Value X given times

    using ajryn88 example in c2 filled down

    =IF(A2="","",IF(B2="",C1,B2/A2))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    Newcastle, Australia
    MS-Off Ver
    Excel 2007 and Excel 2010
    Posts
    1,429

    Re: Repeat Value X given times

    Oh that is a lot more straightforward!

+ 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. How to repeat a macro many times
    By cbo in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-07-2010, 05:41 PM
  2. Copy entire row x times and repeat
    By PY_ in forum Excel General
    Replies: 2
    Last Post: 08-27-2010, 10:27 AM
  3. repeat something n times formula
    By cro4you.org in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-01-2008, 11:14 AM
  4. [SOLVED] I have a long equation which I need to repeat 16 times!
    By CC-Khriz in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  5. [SOLVED] I have a long equation which I need to repeat 16 times!
    By CC-Khriz in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM

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