+ Reply to Thread
Results 1 to 29 of 29

How to capture values from particular cell which are in quotes " "?

  1. #1
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    How to capture values from particular cell which are in quotes " "?

    How to capture values from particular cell which are in quotes " "?
    Last edited by akhan1985; 03-01-2018 at 06:54 AM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,055

    Re: How to capture values from particular cell which are in quotes " "?

    Will you please attach a SMALL sample Excel workbook (10-20 rows of data is usually enough)? Please don't attach a picture of one (no-one will want to re-type all your stuff before starting).

    1. Make sure that your sample data are truly REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.


    2. Make sure that your desired solution is also shown (mock up the results manually).

    3. Make sure that all confidential information is removed first!!

    4. Try to avoid using merged cells. They cause lots of problems!

    Unfortunately the attachment icon doesn't work at the moment. So, to attach an Excel file you have to do the following: Just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.

    Also. are you exclusively looking for VBA?
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    Re: How to capture values from particular cell which are in quotes " "?

    HI Glenn,

    Thank you for showing interest. I have attached the file.

    I need to capture the information of Serial number in " " from E Column

    The solution needed Excel VBA

    Thank you
    Khan



    Initial Question:

    "How to capture values from particular cell which are in quotes " ",? the cell contains bunch of information.


    Need to capture only serial # from " ".
    Last edited by akhan1985; 03-01-2018 at 06:53 AM.

  4. #4
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,525

    Re: How to capture values from particular cell which are in quotes " "?

    Try
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    Re: How to capture values from particular cell which are in quotes " "?

    Hi

    I also need Case/Subcase Number from C Column to be displayed against the printer serial #'s and duplicate serial numbers should be removed


    Thank you for for your help in advance
    Last edited by akhan1985; 03-01-2018 at 12:09 AM.

  6. #6
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    Re: How to capture values from particular cell which are in quotes " "?

    Hi

    I also need Case/Subcase Number from C Column to be displayed against the printer serial #'s and duplicate serial numbers should be removed.


    Thank you for for your help in advance
    Last edited by akhan1985; 02-28-2018 at 11:28 PM.

  7. #7
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    Re: How to capture values from particular cell which are in quotes " "?

    Hi Glenn,

    Can you please help me with the request.

  8. #8
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,055

    Re: How to capture values from particular cell which are in quotes " "?

    Sorry, I'm hopeless with VBA....

  9. #9
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    Re: How to capture values from particular cell which are in quotes " "?

    No Problem Glenn !!

  10. #10
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    Re: How to capture values from particular cell which are in quotes " "?

    Can someone please help with my request

  11. #11
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    Re: How to capture values from particular cell which are in quotes " "?

    Can anyone help me in this?

  12. #12
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,525

    Re: How to capture values from particular cell which are in quotes " "?

    You should understand the time difference.

    Deleted the rest.
    Last edited by jindon; 02-28-2018 at 11:38 PM.

  13. #13
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    Re: How to capture values from particular cell which are in quotes " "?

    Hi Jindon,

    I made the appropriate changes. The code can be found in my attached excel.

    I also need Case/Subcase Number from Column C to be displayed against the printer serial #'s and duplicate serial numbers should be removed.

    Appreciate your help on this
    Last edited by akhan1985; 03-01-2018 at 06:55 AM.

  14. #14
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,525

    Re: How to capture values from particular cell which are in quotes " "?

    If you upload a workbook with the desired results, it will be clearer.

    I need to go out in 20 min for about 3 hours.
    So my reply will be late.

  15. #15
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    Re: How to capture values from particular cell which are in quotes " "?

    Hi Jindon,

    I have attached the sheet and my requirement is in Sheet1.

    The Case/Subcase Number from Column C to be displayed against the printer serial #'s and duplicate serial numbers should be removed.

    The code is is in the workbook which you gave yesterday.

    Appreciate your help on this

  16. #16
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,525

    Re: How to capture values from particular cell which are in quotes " "?

    Any difference between my results and the one in your workbook uploaded?

  17. #17
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    Re: How to capture values from particular cell which are in quotes " "?

    Yes! The case number details i entered manually and the serial numbers reflected with the code you provided.

    I need the code to populate the case numbers with serial numbers.

  18. #18
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,525

    Re: How to capture values from particular cell which are in quotes " "?

    But I don't find any difference.

    My result is completely identical to your Sheet1!A.

    ColumnC is your result and A is mine. ColD formula compares each result by row and all the rows are True.
    Attached Files Attached Files

  19. #19
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    Re: How to capture values from particular cell which are in quotes " "?

    If run the code you will find the difference.

    I need C2,C3,C4 column details (Case/Subcase Number) compare with E2,E3,E3 (serila numbers)

    I need the code to populate the case #'s. the sheet contains code only to pull the serial numbers not the case no's.

    Please confirm if still need more information .

  20. #20
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,525

    Re: How to capture values from particular cell which are in quotes " "?

    I don't understand about the difference. All are the same.

    Is it different at your side?

    I just need to see your EXACT DESIRED result.

  21. #21
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    Re: How to capture values from particular cell which are in quotes " "?

    The desired format I like is Sheet1. The source date is Page1_1 from Column C and E

    I have attached sheet of desired format
    Last edited by akhan1985; 03-01-2018 at 06:57 AM.

  22. #22
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,525

    Re: How to capture values from particular cell which are in quotes " "?

    What is r: in col.A? Where did it come from?

  23. #23
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    Re: How to capture values from particular cell which are in quotes " "?

    It came from Column C of Page1_1 sheet

    I have attached the updated file. I need the information in RED from Page1_1 and output should reflect as Sheet1.
    Last edited by akhan1985; 03-01-2018 at 06:57 AM.

  24. #24
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,525

    Re: How to capture values from particular cell which are in quotes " "?

    OMG!

    Now you upload a real data and how anyone can even guess what you have in your brain???
    Please Login or Register  to view this content.
    Last edited by jindon; 03-01-2018 at 05:07 AM. Reason: Fixed a typo

  25. #25
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    Re: How to capture values from particular cell which are in quotes " "?

    Sorry for running you around the bushes.

    Thank you so much, it worked. A small change is needed.

    It deleted all the unique serial numbers. Eg: in below case# we have 4 unique serial #'s but in output we see only 1 which is "LQN4202285"

    Similarly, we will have multiple serial numbers in the sheet which linked with 1 Case#. And, also 1 case with 1 serial also linked.

    Case/Subcase Number - 123456818

    LQN4202285
    LQN4202294
    LQN4202243
    LQN4202282

  26. #26
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,525

    Re: How to capture values from particular cell which are in quotes " "?

    I have changed the code due to a typo, so copy the code again.

  27. #27
    Registered User
    Join Date
    02-28-2018
    Location
    India
    MS-Off Ver
    2013
    Posts
    16

    Re: How to capture values from particular cell which are in quotes " "?

    It worked.

    Thank you so much for your valuable time and effort.

    Thank again Jindon!!!!!

  28. #28
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,525

    Re: How to capture values from particular cell which are in quotes " "?

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  29. #29
    Valued Forum Contributor
    Join Date
    11-28-2015
    Location
    indo
    MS-Off Ver
    2016 64 bitt
    Posts
    1,284

    Re: How to capture values from particular cell which are in quotes " "?

    i not understand exaxtly what you want but i am compare Jindon code with col c not to duplicat
    Please Login or Register  to view this content.
    "ThankyouFor Attention * And Your Help!!"

+ 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. Replies: 3
    Last Post: 06-05-2015, 01:55 PM
  2. Replies: 3
    Last Post: 01-29-2015, 02:36 PM
  3. want to get values with double quotes " "
    By katakam in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-05-2013, 01:30 AM
  4. Split cell values based on "," and "-" and format as shown below
    By Roop in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-22-2012, 12:28 AM
  5. Replies: 3
    Last Post: 02-16-2011, 02:55 PM
  6. [SOLVED] Can I format a cell to include quotes " "
    By Speed2772 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-13-2005, 04:15 PM
  7. [SOLVED] Macro inserting quotes "" in a cell
    By Kara in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-13-2005, 12:08 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