+ Reply to Thread
Results 1 to 55 of 55

excel vba-how to use macros to return the match value?

  1. #1
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    excel vba-how to use macros to return the match value?

    i am trying to use vba code for macros to automate for return the quantity value if the date(day/month) and title is match the calander format below.
    Example of the table for return value.
    Capture1.JPG

    below is the calander format for get the match value from the table.

    The output will be like
    Capture2.JPG




    thanks.
    Attached Files Attached Files
    Last edited by Step01; 06-05-2018 at 01:53 AM.

  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
    52,929

    Re: excel vba-how to use macros to return the match value?

    Not sure why you think you need a macro for this, when a formula will probably also do what you want.

    Either way, I suggest that you upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.
    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
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    i not be able to attached excel file here, i have modify the question to more detail already.and also how to use formulas to do this?

    thanks!

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,719

    Re: excel vba-how to use macros to return the match value?

    Yes, you can attach a file here.

    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.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  5. #5
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    noted,Thanks!

  6. #6
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    i had attached the excel file.thanks.

  7. #7
    Forum Expert
    Join Date
    11-22-2016
    Location
    Cornwall,UK
    MS-Off Ver
    office 365
    Posts
    4,240

    Re: excel vba-how to use macros to return the match value?

    Click *Add Reputation to thank those who helped you. Ask if anything is not clear

  8. #8
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    My spin using Sheet2 as a template...result sheet3
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by sintek; 06-05-2018 at 06:36 AM.
    Good Luck
    I don't presume to know what I am doing, however, just like you, I too started somewhere...
    One-day, One-problem at a time!!!
    If you feel I have helped, please click on the star to left of post [Add Reputation]
    Also....add a comment if you like!!!!
    And remember...Mark Thread as Solved.
    Excel Forum Rocks!!!

  9. #9
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    hi Mr.sintek,

    Thank you very much for helping me with my question,this seen like work fine and tomorrow i will try this with my task and i will update the status on tomorrow.

    Thanks!!!

  10. #10
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    sry for another question,if i added one more month (july'18) into the following M column, so how do i modify the code make it can define and base on the month to return the value in collect month template?

    if i add other column like"otherthing"will not effect the function right?
    if i add more rows data will also not effect the function right?

    *do you have any idea to automate generate monthly template?because every month day are not same.

    Thanks!
    Attached Files Attached Files
    Last edited by Step01; 06-06-2018 at 12:07 AM.

  11. #11
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    That my friend is a whole new can of worms...
    I feel that if the current code gets adapted to accommodate July then that is not going to work as you will then require another month and so on and so on...
    What are you actually wanting to achieve...

  12. #12
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    sry,i am new to the excel vba,i have attached the file,now i want output at least 2 month of template such as June and July, and have added June and July data inside the table already.

    i think the automate template can done myself, but idk how to do the 2 monthly template base on the date.(all in the attached file)

    and thank you a lots!
    Last edited by Step01; 06-06-2018 at 01:52 AM.

  13. #13
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    now i want output at least 2 month
    Please be advised that we do this as enjoyment to help others...We do not get paid...and do not like demands...

    I am busy working on a Calendar template and will supply solution shortly...
    Last edited by sintek; 06-06-2018 at 03:34 AM.

  14. #14
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    sry sir, my English language are not good so i just can write simply.if i write worst i am sorry.

    and thankyou for helping me.thanks a lots.

  15. #15
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    This code works with a Calendar template...
    Checks date, then generates calendar, copies over template each time...



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

  16. #16
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    hi sir,

    just now i tried ,but it show type missmatch on code { tot = Cells(sRow, iii).Value },did sir have any suggestion to fix this?

    Thanks

  17. #17
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    Works perfectly with my file I uploaded...
    Open file and press the Excel VBA image

    main-qimg-3bce35be3f3917b1579a9e38f98279e8.png
    Last edited by sintek; 06-06-2018 at 05:24 AM.

  18. #18
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    i followed your instruction, excel return me the error like the image i attached.Error.PNG

    Thanks.

  19. #19
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    Cannot recreate...like i said, Works perfectly with my file I uploaded...
    Herewith result after code ran...
    cHECK IF ANY OF YOUR VALUES HAVE CHANGES AFTER OPENING FILE....
    https://excelmacromastery.com/vba-type-mismatch/
    Attached Files Attached Files
    Last edited by sintek; 06-06-2018 at 07:14 AM.

  20. #20
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,434

    Re: excel vba-how to use macros to return the match value?

    @sintek, I tried you file and got the same error.

    Please Login or Register  to view this content.
    Extra information
    Please Login or Register  to view this content.
    I don't think that cells is completely empty. It thinks it is text which is why you get the Error 13.
    If you select the cell and press delete then it will work.

    this should fix that problem
    Please Login or Register  to view this content.
    Cheers
    Andy
    www.andypope.info

  21. #21
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    Hi Andy

    So glad someone can recreate and offer assistance...
    Strange I don't error...What cell was the culprit?
    Last edited by sintek; 06-06-2018 at 08:45 AM.

  22. #22
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: excel vba-how to use macros to return the match value?

    Yeah, I tested the file and I got the same error. Andy is quite right in his diagnosis.

    BTW you can try tot = Val(Cells(sRow, iii).Value) also to see if that works as per your calculation.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  23. #23
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    your code are run with no error,but i discover that the sum value that return to calendar template have error.

    Thanks.

  24. #24
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    your code are run with no error too,but i discover that the sum value that return to calendar template have error.

    Thanks.

  25. #25
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    @andy and @sktneer code are fixed the the running error, but the sum(calculate) have problem such as wrong calculating.


    Thanks.

  26. #26
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    Please elaborate...where must code be corrected...show mistake .

  27. #27
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: excel vba-how to use macros to return the match value?

    Okay check this file and see if that works for you.
    Attached Files Attached Files

  28. #28
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    Hey guys...
    Seeing as I am unable to recreate all the errors, can someone please tell me where the issues are...So I too can learn.

    @ sktneer...Your code adaptation creates incorrect calendar dates...All templates are the same...
    but the sum(calculate) have problem such as wrong calculating.
    @ Step01

    Can you please provide information on the errors...
    Last edited by sintek; 06-06-2018 at 01:47 PM.

  29. #29
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: excel vba-how to use macros to return the match value?

    Oh yes. Didn't notice that. Actually didn't go in that much of depth.
    Maybe OP can point out the errors he is getting and then you can tweak it accordingly.
    But it's strange that you didn't get any error during the code execution.

    One thing you can do is, you can change the formulas in the calendar on Sheet2 to place a zero instead of empty string and custom format the formula cells with 0;-0;;@ to hide the zeros returned by the formulas.
    e.g. in C4
    Please Login or Register  to view this content.
    and in D4
    Please Login or Register  to view this content.
    and so on.

    That way you can handle the error with the line tot = Cells(sRow, iii).Value

    Other issue seems to be the missing dots as you have used the With and End With blocks. If you can fix them, maybe you will get the correct sum on Sheet3.
    Did you notice that during the copying the calendar and pasting it on Sheet3, Sheet3 gets activated and that may be one of the reason for the incorrect sum on Sheet3.

    Can you please provide information on the errors...
    Don't get upset.

  30. #30
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    attached img is one of the month that return error,other month also have the same problem same like comeput with error value with certain day example error.JPG



    Thanks.

  31. #31
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    attached img is one of the month that return error,other month also have the same problem same like comeput with error value with certain day.


    example error.JPG


    Thanks!

  32. #32
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    hi all,
    i discover that the return have another error such as return the are not match the table example is attached img.
    another is the calendar template are all same cause the day error.

    example error1.1.JPG and example error1.2.JPG


    thanks.
    Last edited by Step01; 06-06-2018 at 08:57 PM.

  33. #33
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    @ sktneer...Never upset lol...was merely for dramatics...
    Yes lotsa missing dots ...My bad..Have corrected.

    @Step01
    Do me a favour...Look at result in Post 19...
    Do you agree that the result on Sheet2 is accurate?
    Both the calendar setups & totals are correct...

    Why do I not get any errors when I run the code...can anyone clarify this...

    result.png
    Last edited by sintek; 06-07-2018 at 02:10 AM.

  34. #34
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    hi all,

    i am doing with my own task but when i set a part at

    Please Login or Register  to view this content.
    to my own sheet such as

    Please Login or Register  to view this content.

    it cause some error,like img attached.

    error2.JPG

    thanks all!!!

  35. #35
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    What file are you using...Have you done what I have so nicely asked...Have you checked post 19 and the resultant image in post 33

  36. #36
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    sry sir, when i posting #34 i without refresh so i havent see your latest post before i post. and i am using @sktneer provided file.

    and i agree that thesheet3 result that fromsheet2 template that is correct.
    and i would like to use the file that sir provided but it always cause the type mismatch, and i use their way to solve such as replace the type mismatch part.but after i replace it will cause the result error.


    and Thank you for patient teaching me!!

  37. #37
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    Well unfortunately I cannot create your errors and you have agreed that the result in post 33 is correct.
    From my side, I am unable to assist you any further...Good luck

  38. #38
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    i have checked the error ,do you have any suggestion for this?

    error3.JPG

    thanks.

  39. #39
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: excel vba-how to use macros to return the match value?

    I found some time to tweak it. See if you get the correct desired output now. And then change the sheet reference in the code as per your new file and see if this works in that case also.
    Attached Files Attached Files

  40. #40
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    @Sktneer

    Exactly the same result I got...Awesome
    Still would love to know why it worked for me
    Thanks for sticking by to assist OP with this...

  41. #41
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    sir,thanks you very much, i will try this with my own task as soon as possible.

    Thanks!!

  42. #42
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: excel vba-how to use macros to return the match value?

    @Sintek

    Well, honestly I am not sure why this worked for you without raising an error. Maybe something related to the version you are using, but not sure.
    But when you use nested With blocks you need to be very careful and as I said earlier, you need to qualify all the ranges/cells references with a dot which were clearly missing in the codes and hence producing the wrong outputs.

  43. #43
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: excel vba-how to use macros to return the match value?

    You're welcome Step01! I hope that will work fine with your original workbook as well after changing the sheet reference.

  44. #44
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    Sir, i have tested with my original workbook ,it appear problem at the last part of the code like img i attached

    i used the excel file your provided to add more data it all working but, when i references your code and do with my workbook it i appear the problem like below.
    error5.JPG


    thanks!!

  45. #45
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    @ sktneer
    Thanks for feedback...Will definitely check my dots within nested with blocks in future...
    Yeah, probably version... Windows 7 64bit Office 2007

    @ Step01
    Why don't you upload the file you are making use of...

  46. #46
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    @sintek @sktneer

    hi sir,

    sry, i am tried few time it seen like no problem, but the output like some will duplicate or error value return.it it this file i attached is calculate the rate? because i just like to calculate the quantity.


    Thanks!!!
    Attached Files Attached Files
    Last edited by Step01; 06-07-2018 at 11:06 AM.

  47. #47
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    Here you go...Missing name manager for Calendar setup...row criteria incorrect..
    This tests fine ...see output

    You have duplicate dates in columns and therefore it renders duplicate calendar events...

    EDIT... Your new file uploaded above in post 46 tests fine for me...
    Attached Files Attached Files
    Last edited by sintek; 06-07-2018 at 11:22 AM.

  48. #48
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    Worked,thanks a lots sir, A click of add reputation is not enough, i hope can give you at least 10.


    Thanks you very much!!

  49. #49
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    now worked, thanks you very much also. also given reputation.

  50. #50
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    Wow, finally...Congratulations...Tx for rep +

  51. #51
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    i am sry my friends,i used this template few time but some time meet some error,like some of the category have quantity but not display the sum, some quantity are sum wrong , and the calender template come out with wrong date such as Feb did't have 31 but sill display until 31, did u have Suggestion for this?

    Thanks!

    attacked is the file that i am facing error.
    Attached Files Attached Files
    Last edited by Step01; 07-16-2018 at 11:42 AM.

  52. #52
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    have any way to solve this? Thanks.

  53. #53
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    i had go over the coding but still have problem can any one give some suggestion for me?
    thanks!

  54. #54
    Forum Expert sintek's Avatar
    Join Date
    12-04-2015
    Location
    Cape Town
    MS-Off Ver
    2013 | 2016 | 2019
    Posts
    13,210

    Re: excel vba-how to use macros to return the match value?

    I can only assume that you made an error when adapting...Sorry Step01...Just don't have any free time to have a look...Busy with a big project...
    I suggest going back to the Post which housed the correct working file and go through it step by step...

  55. #55
    Registered User
    Join Date
    05-21-2018
    Location
    Malaysia
    MS-Off Ver
    2016
    Posts
    94

    Re: excel vba-how to use macros to return the match value?

    i will re-step from the step one and try and see, thanks for your reply @sintek.

+ 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: 1
    Last Post: 05-21-2018, 01:27 PM
  2. Return Multiple Match Values in Excel Using INDEX-MATCH
    By chris1089 in forum Excel General
    Replies: 10
    Last Post: 06-15-2017, 09:25 AM
  3. Excel match 2 columns return value from 2nd table
    By kiang_yit in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-07-2017, 12:14 AM
  4. Excel Zip Code Match, Return City, State
    By bsacco in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-08-2016, 01:59 PM
  5. Excel Macros If cell contains word then return value in next column
    By rms4t77 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-22-2016, 09:43 AM
  6. Run multiple queries using excel macros and return the output in excel format
    By Vishnu26 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-03-2014, 07:13 AM
  7. [SOLVED] Two Excel sheets trying to match text data and return the match from the second column!
    By bankcott in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 02-02-2013, 02:17 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