+ Reply to Thread
Results 1 to 5 of 5

Help w/ Worksheet Function

  1. #1
    Registered User
    Join Date
    01-12-2004
    Location
    NY
    Posts
    92

    Question Help w/ Worksheet Function

    Good afternoon experts.

    I've been hitting my head against an iron pole the last couple of days looking for the best way to create a worksheet function that will allow me to copy and paste some cells from another sheet within the same workbook to create a transmittal form. I have zipped an excel file to try to explain my goal.

    Basically what I want is the user to type the number of the "row" (i.e 6) on the transmittal sheet and the worksheet function to pull certain info from all the rows below the one typed (i.e. 7, 10, 12, etc) in the User sheet in which column E is equal to "y."

    I bet someone can do this in like 5 mins.

    Thanks in advance guys and gals.

    - Nrage -
    Attached Files Attached Files

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Help w/ Worksheet Function

    Why use a row number reference?
    It can be done with row refs, but isn't there something more
    appropriate for the user the enter? Perhaps a date?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Registered User
    Join Date
    01-12-2004
    Location
    NY
    Posts
    92
    Well, users could review 50 applications on a timeframe of 3 days to a week before a transmittal is necessary. Can this be done with several worksheet functions? or is it more appropriate to use VBA code?

    - nrage -

  4. #4
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Help w/ Worksheet Function

    Ok....using the row ref approach and your sample file....try this:

    I made this example purposely "sloppy" so you can see all of the working parts. We can clean it up after you're comfortable with it.

    The below cells contain the column numbers that the below formulas will use to pick data from the User sheet.
    B5: 4
    C5: 3
    D5: 2

    Please Login or Register  to view this content.
    Copy that formula into B7:D16
    (that will list a values associated with matches)

    You could then hide Row_5 and Col_E.

    Is that something you can work with?
    Post back with more questions.

  5. #5
    Registered User
    Join Date
    01-12-2004
    Location
    NY
    Posts
    92
    Thank you Ron.

    Your suggested approach is perfect. In additiona, I am going to follow your recommendations and hide row 5 and colum E on the transmittal form and protect those cells so they cannot be deleted accidentally.

    < I have stopped hitting my head on the iron pole >

    - Nrage - <= happy camper

+ 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