+ Reply to Thread
Results 1 to 9 of 9

Values of cells to be routed to other sheet

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

    Values of cells to be routed to other sheet

    Dear All,

    Please refer the attached excel Sheet1 Columns F & G

    Location is a dropdownlist where I've made search suggestion with formulas

    Dispatch Type is another dropdownlist with only 2 values

    Model is a custom data validation formula which minimizes the values of F14 to F48 i.e., If I type 600 in G10, it will display values of only those values which contains 600 from F14 to F48

    Requirement of Quantity button:

    1. When I select location, Dispatch Type & particular cells in F14 to F48, Enter quantity in G14 to G48 (based on the values minimized in F14 to F48), Those quantities or values to be routed to SSR Sheet to the particular cells

    2. Message box has to be displayed with models that I selected and total quantity of those models after summing up the values

    3. if you have any thoughts with better improvements, Please do & let me know. But not manditory

    Request you to please help on the above requirement and do the needful.
    Attached Files Attached Files

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

    Re: Values of cells to be routed to other sheet

    Dear All,

    Could someone reply on this.

  3. #3
    Forum Expert
    Join Date
    08-16-2015
    Location
    Antwerpen, Belgium
    MS-Off Ver
    2007-2016
    Posts
    2,380

    Re: Values of cells to be routed to other sheet

    1 try

    this in sheet_change

    Please Login or Register  to view this content.
    this in quantity add

    Please Login or Register  to view this content.
    made also 2 named ranges for region and dispatch on extra sheet (blad1)

    Kind regards
    Leo
    Attached Files Attached Files

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

    Re: Values of cells to be routed to other sheet

    Dear Leo,

    I know you only can do this!!! But I also know the pain behind doing this

    Rather than going through below observations, I request you to please make a new code with simple below logic

    --> When Location & Dispatch Type selected in dropdownlists are equal with the headers in SSR Sheet & When I enter quantity for few models by minimizing those values by typing few of the words in cell G10 of Sheet1. Quantity to be summed up in SSR sheet.

    Below are my observations & Changes are required:

    Thanks for your help in advanced.

    1. Please go through Columns I to L Columns where I hide the data with font. If you want to check that Please change the font from white to automatic. I think we don't require Blad1 as these columns are enough for search suggestion function in location dropdownlist

    2. When I'm typing something in Location Dropdownlist, I'm getting VB Error. Can you please stop that with your valuable code

    3. Column H contents are being cleared after running the code, I don't want that to happen, as it is for checking balance of the particular location after entering/summing up the quantity

    4. Major thing is that when I enter quantity second time for the same location, Dispatch Type & for same model, it is over writing the quantity that has been entered first time in SSR sheet

    4. I think I forgot to tell you about Models cell (Cell: G10), This makes below models list a dynamic i.e., If I type/enter something in Cell G10, below models list will be dispayed as per the value typed here. So I request you to map that models also along with location & Dispatch type

    Ex: Just type 1400 in G10 cell, you can see the models with only 1400 in models list. Please enter quantity 500 in all the cells, you can observe that quantity is not being populated correctly as per models displayed

    5. If I made location & Dispatch Type dropdownlists as blank, Column H from Row 14 to 48, this is being populated with numerical values I don't know where it is coming from

    If anything else missed, will get back to you
    Last edited by laansesu; 01-03-2016 at 06:03 AM.

  5. #5
    Forum Expert
    Join Date
    08-16-2015
    Location
    Antwerpen, Belgium
    MS-Off Ver
    2007-2016
    Posts
    2,380

    Re: Values of cells to be routed to other sheet

    not sure, maybe so is better


    Kind regards
    Leo
    Attached Files Attached Files

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

    Re: Values of cells to be routed to other sheet

    Thanks Leo!!!! There is a small modification required in the code.

    Call Balance button is not required as I'm trying to get the balance with simple Index formula as shown below

    =IFERROR(INDEX(SSR!$B$9:$FU$42,MATCH($F14,SSR!$A$8:$A$42,0),MATCH($G$8&"BAL",SSR!$B$7:$FU$7,0)),"")

    Replace Quantity button should be just Quantity, as I'm trying to add the quantity with the existing quantity rather than replacing.

    So request you to please make changes and do the needful.
    Last edited by laansesu; 01-05-2016 at 02:13 AM.

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

    Re: Values of cells to be routed to other sheet

    Dear Leo,

    Could you please help me out regarding this.

  8. #8
    Forum Expert
    Join Date
    08-16-2015
    Location
    Antwerpen, Belgium
    MS-Off Ver
    2007-2016
    Posts
    2,380

    Re: Values of cells to be routed to other sheet

    now it add the quantity

    i made a small change in your index formula to make it work corect.


    Kind regards
    Leo
    Attached Files Attached Files

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

    Re: Values of cells to be routed to other sheet

    Thanks Leo!!!! As usually I say everytime you implement in an innovative way!!!!

+ 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] Values to be routed from one sheet to other sheets
    By laansesu in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-12-2015, 06:19 AM
  2. 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
  3. Replies: 2
    Last Post: 11-21-2013, 10:01 AM
  4. Replies: 1
    Last Post: 04-11-2013, 01:02 PM
  5. Replies: 5
    Last Post: 02-21-2013, 07:17 PM
  6. [SOLVED] 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

Tags for this Thread

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