+ Reply to Thread
Results 1 to 4 of 4

Create Column by giving input limits with increasing increments ???

  1. #1
    Registered User
    Join Date
    03-27-2017
    Location
    Germany
    MS-Off Ver
    office 365 pro plus
    Posts
    38

    Create Column by giving input limits with increasing increments ???

    Hi all,

    I am a new user in the forum. I am having trouble which I hope could get sorted out from this forum.

    I need Excel to make a column with first and last cell values taken from specific cells and increasing with a certain user defined increment.

    For example, In the first sheet when I input my flowrate range e.g. (from 10 to 50), I get a column on the same or different sheet with values starting from 10 and stopping at 50 ( with an incremental increase of 1). So that everytime I change my range in the input cells in the first sheet, my values in the desired column get changed accordingly. This will be of enormous help. Thanks alot

    Nice day.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Create Column by giving input limits with increasing increments ???

    Something like this, maybe (in E2, copied down):

    =IF($A$2+$C$2*(ROWS(E$2:E2)-1)>$B$2,"",$A$2+$C$2*(ROWS(E$2:E2)-1))

    with start in A2, end in B2 and increment in C2
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    03-27-2017
    Location
    Germany
    MS-Off Ver
    office 365 pro plus
    Posts
    38

    Re: Create Column by giving input limits with increasing increments ???

    Great Glenn. This is exactly what I was looking for. Cheers mate !!!

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Create Column by giving input limits with increasing increments ???

    You're welcome.

+ 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. [SOLVED] Create unique client number (in increments of 1)
    By ilsley_excel in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-16-2015, 05:08 AM
  2. [SOLVED] Increasing function range by non-one increments.
    By sulin360 in forum Excel General
    Replies: 2
    Last Post: 06-28-2013, 08:17 AM
  3. Input Box giving incorrect results
    By jamesryan in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-16-2009, 07:31 AM
  4. How to create a fill down that increments based on the workbook name
    By MikeExcel in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-11-2006, 11:03 PM
  5. How to create a fill down that increments based on the workbook name
    By mdms515@alltel.net in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-06-2006, 08:40 AM
  6. Data Table Input Limits
    By Tom Pye in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-28-2006, 07:15 AM
  7. How to create a fill down that increments based on the worksheet n
    By Skot in forum Excel Formulas & Functions
    Replies: 23
    Last Post: 09-06-2005, 07: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