+ Reply to Thread
Results 1 to 6 of 6

Values to be routed from one sheet to other sheets

  1. #1
    Forum Contributor
    Join Date
    08-02-2015
    Location
    Hyderabad
    MS-Off Ver
    2007
    Posts
    160

    Values to be routed from one sheet to other sheets

    Dear All,

    Attached excel in which I will keep on enter the values daily which will be routed to other sheets based on the date

    Please provide me VB Code and do the needful.

    Ex: When I entered the date in E3 & values from C5 to C30 & from F5 to F30 & from H to O columns, it should be routed to other sheets based on the formulas that already placed in the report
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,691

    Re: Values to be routed from one sheet to other sheets

    See attached.

    Please Login or Register  to view this content.
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    08-02-2015
    Location
    Hyderabad
    MS-Off Ver
    2007
    Posts
    160

    Re: Values to be routed from one sheet to other sheets

    Dear John,

    Everything is perfect!!!! Just small things to be done. Total Production also to be routed as shown in my excel (marked it in red in GF, FF etc sheets) & data also should be routed to last sheet Test Report . Provided the references in the cells for your reference.

    I think Total Production might have confused as there are multiple productions

    Please route values of total production, Test Report Sheet also and do the needful.
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,691

    Re: Values to be routed from one sheet to other sheets

    I have commented out copy of "Total Rejection%" as I am not sure whether it should be calculated in "Test Report".

    To remove comment, delete " ' " (single quote) in macro

    ' ws1.Range("O73").Copy Destination:=ws2.Cells(37, outcol)

    And you should avoid using merged cells for data: it causes problems when copying from merged to unmerged cells.

    In future please CLEARLY define what you require rather than leaving respondents to guess/interpret your requirements.


    See attached.

    Please Login or Register  to view this content.

  5. #5
    Forum Contributor
    Join Date
    08-02-2015
    Location
    Hyderabad
    MS-Off Ver
    2007
    Posts
    160

    Re: Values to be routed from one sheet to other sheets

    Sure Buddy!!!!!

    Sorry for Bothering you!!!!

    Even now Total Production is not displaying in sheets PC GF, GF LC, PC SF. Except that everything is perfect and it is as per desired.

  6. #6
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,691

    Re: Values to be routed from one sheet to other sheets

    My error: but be consistent with names "Total Inspected" vs" Total Production"


    I believe % rejection should be ...

    =IFERROR(L17/L16,0)
    Attached Files Attached Files
    Last edited by JohnTopley; 09-12-2015 at 06:23 AM.

+ 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. Sending Routed Worksheet as a 1993-2003 Doc
    By walke145 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-02-2014, 11:01 AM
  2. Replies: 3
    Last Post: 01-14-2014, 11:59 AM
  3. Sum values from different sheets to summary sheet
    By puttu in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-18-2013, 10:49 AM
  4. Comparing two sheets and overlaping same values of sheet 1 in sheet 2
    By littledic in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 04-15-2011, 09:24 AM
  5. Adding values from sheets to sheet
    By psycheus in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-01-2007, 10:57 AM
  6. Change Routing Message in Outlook when Excel File is Routed
    By Mike R. in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-19-2005, 12:45 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