Results 1 to 6 of 6

Formula to add rows based on required capacity

Threaded View

  1. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    19,043

    Re: Formula to add rows based on required capacity

    If I understand correctly then the following will do what you want:
    1) The following formula in G5 and down references the number, picked by data validation in cell H3: =IF(ROW(1:1)<=H$3,ROW(1:1),"")
    2) The following formula in the range H5:I24 will copy the data from columns C:D based on whether or not there is a value in the corresponding row of column G: =IF($G5<>"",C5,"")
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 07-15-2016, 12:39 PM
  2. Replies: 1
    Last Post: 01-12-2012, 05:26 PM
  3. Macro required to delete rows based on date
    By jalalini in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-13-2008, 03:27 AM
  4. [SOLVED] Counting capacity based on technician schedule
    By Nadine in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-06-2005, 03:05 AM
  5. [SOLVED] Counting capacity based on technician schedule
    By Nadine in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-06-2005, 12:05 AM
  6. [SOLVED] Counting capacity based on technician schedule
    By Nadine in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-05-2005, 10:05 PM
  7. Can I increase row capacity beyond 65536 rows
    By Trish in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-23-2005, 08:06 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