+ Reply to Thread
Results 1 to 25 of 25

inputting sequential numbers from one cell

  1. #1
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222

    Cool inputting sequential numbers from one cell

    Hi Guys

    novice to say the least, but really getting into math and formulas

    I am trying to make excel list in a column like 1,2,3,4,5. this is dependant on a value i place in one cell eg 5

    i want excel to then place 1,2,3,4,5 in seperate cells down a column. does this make sense.

    then the calculations will only appear the the numbered cells.

    help can this be done

  2. #2
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561
    Title your thread better, then perhaps post an example, probably because you're not very used to Excel, your decription is a little unclear.

    CC

    PS you will not get any help until you retitle your thread

  3. #3
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222

    Red face help cheeky charlie

    sorry for being thick what should i rename it to, I know what i want to achieve, but do not know the question.

  4. #4
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222

    I could post the worbook but do not know how to

    please help, and i am sorry you have stumbled into to this

  5. #5
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222

    workbook uploaded

    Hi I think I have attached the workbook

    please feel free to look at it page 3 is the page I am trying to sort out.

    page 1 is another calculator i have made

    cheers
    Attached Files Attached Files

  6. #6
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222

    inputting sequencial numbers fron one cell

    Hi Iam trying to populate a column with numbers ie 1,2,3,4,5 from one cell showing ie 5

    I know what I want to acheive but do not know the question

    sheets 3 is the sheet

    no of pockets =5.5
    i want the column to number down 1,2,3,4,5 so that the calculations add from 2 to 5 adding the one before to the next.

    does that make sense not sure please take a look.

    have a look at sheet 1 its another calculation we use

    thanks anyone
    Attached Files Attached Files

  7. #7
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    Are you talking about the calculation on Sheet3?

    Are the numbers that are there correct?

    Can you provide some background on what you're trying to do?
    Entia non sunt multiplicanda sine necessitate

  8. #8
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222

    Question Hi shg

    Hi yes sheet 3

    we manufacture soft furnishings drapes and blinds.

    E3 is the finished drop of the roman blind.

    E5 is the allowance to take off for the headrail it is attached to.

    E7 is the number of pockets we require this changes depending on the size of the blind (drop)

    E10 is the distence down from the top of the roman blind (where we sew a pocket.
    E11 is the distance of the second pocket from the top of the blind.

    and so on
    column D needs to return the 1,2,3,4,5 etc of the inputted number in E7

    at the bottom of the blind there is a half pocket this is where it gets complicated

    do you understand what i am trying to acheive?

    sheet 1 is another calculator i designed it does not add one measurement to the next, but works. I am looking into alternatives


    cheers

    stephen

  9. #9
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    So are the numbers in E10:E18 correct, and if not, what should they be?

  10. #10
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222
    the values are correct, but you see there are 9 it needs to show 7

    if E7 shows 5 then I want only to show 5 and the values in the next column to go upto 5

  11. #11
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561
    How about this in D11 copied down?:
    =IF(ROW()-9<$E$7,ROW()-9,"")

    You might want to change E11 to:
    =IF(D11="","",($E$3-$E$5)/$E$7+(E10))
    and similar copied down

    HTH

    PS thanks for editing your title etc. it makes the forum so much better to search... and the flurry of posts look ridiculous but we know you mean well
    Last edited by Cheeky Charlie; 11-28-2008 at 08:17 PM. Reason: PS E2?? I meant D11...

  12. #12
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222
    normally there are no more than 10 pockets to a blind

  13. #13
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222
    sorry cheeky, not sure what you mean?

  14. #14
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222
    pasting into D11 returns a circulat reference

  15. #15
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561
    put 1st formula in D11 (typo in post before)
    put 2nd in E11

    Copy down.

    Life is good and has meaning.

    God is good.

    What don't you understand?

    CC

  16. #16
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    This looks correct to me ...
    Attached Files Attached Files

  17. #17
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222
    I think I know what you are saying looking good

  18. #18
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561
    pasting into D11 returns a circulat reference
    Not on the example workbook I have...
    Attached Files Attached Files

  19. #19
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222
    we are cooking

    now.

    the values returned ie 7.5 only needs to show 7 and then 1/2 pocket is E3 - E5 / E7

    you guys are amazing been looking at this for two days. not quick but so willing to learn.

    thanks

  20. #20
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222
    cheeky just uploaded your spreadsheet looking good

  21. #21
    Forum Expert
    Join Date
    08-27-2008
    Location
    England
    MS-Off Ver
    2010
    Posts
    2,561
    What an enormous thread for a fairly small question!

    If the thread is solved, please mark it so, if not, ask shg, I'm going to bed! Hope it all works out.

    CC

  22. #22
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222
    getting there, only thing now all of the pockets ie 1,2,3,4,5 etc plus the 1/2 pocket needs to add up to E3?

  23. #23
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222
    sorry shg can you shed light on why the values do not add up to E3?

    you guys are amazing, so helpfull to a mear mortale.

    thanks

  24. #24
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222
    shg are you still around?

    I am logging off now

    thank you for your input.

  25. #25
    Forum Contributor
    Join Date
    11-28-2008
    Location
    Norfolk UK
    MS-Off Ver
    2007
    Posts
    222

    Smile inputting sequencial numbers fron one cell

    Thanks to shg & cheeky charlie

+ 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