+ Reply to Thread
Results 1 to 5 of 5

Adding data validation text to another occupied cell

Hybrid View

baggypants Adding data validation text... 03-23-2013, 03:06 PM
FDibbins Re: Adding data validation... 03-23-2013, 03:18 PM
baggypants Re: Adding data validation... 03-23-2013, 03:46 PM
FDibbins Re: Adding data validation... 03-23-2013, 04:05 PM
baggypants Re: Adding data validation... 03-23-2013, 04:28 PM
  1. #1
    Registered User
    Join Date
    03-19-2013
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2007
    Posts
    38

    Adding data validation text to another occupied cell

    Hello, I am hoping to find a way to track projects through different workstations. I have several different shops and using data valadation I am using a drop down box to show where the project currently is. What I need to do though is as each station selects on its arrival, the data needs to move to another cell, adding the new text.
    For example a unit may need to flow through ins/assy/painting. As "ins" is first selected the text should go to a cell. Then "Assy" will be selected. That cell should then read "ins/assy".....ans so forth. Untill finally we have ins/assy/painting.
    I hope this makes sense.
    Thank-you!!
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Adding data validation text to another occupied cell

    Hi and welcome to the forum

    Im not sure I understand what you are trying to do here?

    Are saying you want to, for instance, select INS in C5, and have that populate B22, then select ASSY in C5 and have that value added to INS in B22, to become INS/ASSY etc

    Generally speaking, a formula will only produce 1 value. Is the SHOP sequence you have in J4:J10 the actual squence/progression of work? Will it always follow that progression, and always follow each step? Or could the progression of work skip a step/jump a step or 2 ahead/repeat a step later?

    I think you need to show a few more sample answers (and how you arrived atthem if they are not gralringly obvious), to help me understand what you want
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    03-19-2013
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2007
    Posts
    38

    Re: Adding data validation text to another occupied cell

    Wow, that was a fast reply. Thank-you.
    Ill try my best to make more sense here.
    In A5 we have the required flow of parts going through the different shops. Inspection, paint, disassmebly,stripping,paint (etc).
    So when the drop down box in C5 is used and we choose "INS" (inspection) which matches the first shop required according to the flow, I would like the text "INS" to copy to cell B5. Then when the part moves to the stripping department , this department selects "STRIP" still from C5. Then I would like the text in cell B5 to read INS/STRIP . And finally the project will be received in the painting department and they will select "PNT" from C5.
    B5 should then read INS/STRIP/PNT. Ultimately A5 and B5 would eventually match eachother signifying the process/flow is complete.


    If it is too problamatic to have them grouped in the same cell together in this way then I could have them appear in side by side cells.
    I really hope that more understandable.
    Thanks again.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Adding data validation text to another occupied cell



    OK try this, copied down...

    =IF(C5="","",LEFT(A5,SEARCH(C5,A5,1)+LEN(C5)-1))

    1 thing though, the "shop" name in column A MUST match the name in teh drop-down, else the formula will return #VALUE So you will need to change /PAINT to /PNT

  5. #5
    Registered User
    Join Date
    03-19-2013
    Location
    Vancouver, Canada
    MS-Off Ver
    Excel 2007
    Posts
    38

    Re: Adding data validation text to another occupied cell

    Thank-you, almost perfect. Just a question. Is it possible to have the text move over and ignore column A.
    The reason is it is possible that the same project might be re-routed to another department not in the flow.
    Also, we usually start and finish with an inspection so when you get to the end and chose "INS" it goes back to the beginning of the sequence.
    So, I suppose ignoring column A is a better option for me.
    Thanks again for your time!

+ 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