+ Reply to Thread
Results 1 to 39 of 39

Array Formula - To determine exact matches

  1. #1
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Array Formula - To determine exact matches

    Hi All,

    Could you please advise on what the formula would be like if I need to find exact matches (Raju01 and raju01 would be different) in a clomun and use the last instance only for tracking attendance, hours etc by each worker.

    Example: I want to determine the latest match of the sign in ID by my workers i.e. the last time they swiped the card during the day, as they keep going out and coming back to work. MY data is in Column BA and is sorted by time of day.

    Limitation is that I can't sort the data by Time or any other field like worker name etc...

    Help please!

    Thank you,
    Jai

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Array Formula - To determine exact matches

    If you provide the sample data with NAME, DATE and TIME then we can pick the last entry by locating the End Time of the day and will be helpful for giving single cells formula without the need of any helper columns.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Thanks for your reply.

    Here's the file attached. Please advise.
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Hi,

    As suggested, I've attached the spreadsheet.

    Just wanted to check if you got a chance to review it.

    Request you to please advise.

    Thank you!
    Last edited by jeffreybrown; 11-10-2012 at 12:47 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Array Formula - To determine exact matches

    In cell F2
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    drag the formula down

    The above formula will get the TIME of last card swipe during the day.

    Hope this helps!
    Last edited by jeffreybrown; 11-10-2012 at 12:47 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  6. #6
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Thanks for the super quick response Sixthsense. This is working fine, but there is one thing..I'm sorry if I wasn't clear in my request earlier.

    The IDs are case sensitive for ex ANILB659U and ANILB659u are seprate and therefore, I also need the ones that I've coloured in yellow in the attached after applying the formula.

    Could you please review and advise, and also is it possible to return the word "Export" (Highlighted in yellow) for these ones, while "Batch" for the other (highlighted in green).

    Please advise...

    Thanks in advance!
    Attached Files Attached Files
    Last edited by jeffreybrown; 11-10-2012 at 12:48 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  7. #7
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Array Formula - To determine exact matches

    Please check your column-A data which is not real timing. Some of them are real times and some of them are text Numbers. (Never Align (Left, Right, Ceter) numbers especially when it is involved in calculation. Because, we forget to notice whether it is real number or text data). To convert the Column-A data to real number in one shot – Select the Column-A and Press Alt+D+E>>Next>>Next>>Fininsh and apply the below formula.

    In F2 cell – Array Formula Should be entered with Ctrl+Shift+Enter

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Drag it down.

    Hope this helps!
    Last edited by jeffreybrown; 11-10-2012 at 12:48 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  8. #8
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Thanks Sixthsense,

    It is working absoulutely fine.

    Just the last bit needs to be sorted I guess...

    Is it possible to return the word "Export" (Highlighted in yellow) for these ones, while "Batch" for the other (highlighted in green). Maybe using another Helper column. If yes, request you to please advise.

    And, yes, I’ll keep your suggestion regarding the formatting in mind…

    Please advise...

    Thanks in advance!
    Last edited by jeffreybrown; 11-10-2012 at 12:48 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  9. #9
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    File with Time Formatted and the latest formula applied attached. Thank you!
    Attached Files Attached Files
    Last edited by jeffreybrown; 11-10-2012 at 12:48 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  10. #10
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Array Formula - To determine exact matches

    Revised F2 cell Formula – Array - Should be entered with Ctrl+Shift+Enter
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    G2 cell Formula
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Hope this helps!
    Last edited by jeffreybrown; 11-10-2012 at 12:48 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  11. #11
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Superb it worked like magic! You rock:-)

    Much much appreciated an "A BIG THANK YOU"

    However, just when I thought I had it solved there came up an unexpected condition. I'm not sure if I'm asking for too much, but promise this should be the last one on this...

    Here's what I need in cases where the exact match is found but the break type is "Office Work" I need to keep it and "Export" it as an exception, irrespective of the time and keep the other of the exact ID as a "Batch".

    I apologize if I'm asking for too much, but request you to assist.
    A helper colum will be perfect if not anything else.
    Please advise...

  12. #12
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Array Formula - To determine exact matches

    It's pleasure to help!

    If you don't mind could you please show your expected output in an attachment which you did earlier.
    Last edited by jeffreybrown; 11-10-2012 at 12:49 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  13. #13
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Sure, just logging in my system. It will be there in the next 5 minss.

    Thanks a bunch!
    Last edited by jeffreybrown; 11-10-2012 at 12:49 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  14. #14
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Thank you again!

    Here is the sheet with the last of the conditions. Please advise.

    Regards,
    Jai
    Last edited by jeffreybrown; 11-10-2012 at 12:49 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  15. #15
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Array Formula - To determine exact matches

    We will resume it by today morning, since it's already Midnight 12+. Now it's time for me to go to bed.
    Last edited by jeffreybrown; 11-10-2012 at 12:50 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  16. #16
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Sure, sure...Thanks a bunch for all your help on this! Good night.

    I'll lookout for your expertise on this.

    Best regards
    Last edited by jeffreybrown; 11-10-2012 at 12:50 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  17. #17
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Hey Sixthsense,

    Hope you had a good sleep!

    Just wondering if you were able to spare sometime on the last bit of my request..

    Request you to suggest...

    Kind regards,
    Lifeisaspreadsheet
    Last edited by jeffreybrown; 11-10-2012 at 12:50 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  18. #18
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Array Formula - To determine exact matches

    Surely I will get back to you, please wait a little bit time...

  19. #19
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Sure, Sure...no probs at all. I'll stay tuned! Thanks:-)
    Last edited by jeffreybrown; 11-10-2012 at 12:50 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  20. #20
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Array Formula - To determine exact matches

    You can replace the G2 cell formula with the below formula or if you wants to keep G2 cell formula, then paste the below formula in H2 cell.

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Drag the formula down.

    Hope this helps!
    Last edited by jeffreybrown; 11-10-2012 at 12:51 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  21. #21
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Thank you, Thank you!

    I'll run this against my data and get back to you shortly.

    I'll mark it as "SOLVED" if all goes as expected. I'm sure it will.
    Thanks a bunch Sixthsense:-)

    You rock. Cheers!!!
    Last edited by jeffreybrown; 11-10-2012 at 12:51 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  22. #22
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Dear Sixthsense,

    This is working beautifully! Don't really know, if I can thank you enough:-)

    But my bad...I should have thought of this earlier...I realized it only when I applied this on my data sheet which had some zillion rows….

    There are scenarios where a single employee during the day steps out for several Official Work visits in this case on applying the formula I'm getting "Export" as the output in Column H. But, I really require the "Official Work" break with the latest time in such scenarios.

    I'm terribly sorry, but this just came up. The rest all is working absolutely wonderfully!!!

    Thanks a ton for your efforts on helping me solve this monster out:-)

    Attached is the worksheet with the latest Formula Applied in Column H, and current status in Column I.

    Thanks a million...
    Attached Files Attached Files
    Last edited by jeffreybrown; 11-10-2012 at 12:51 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  23. #23
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Array Formula - To determine exact matches

    Thanks for your feedback.

    Just a quick confirmation is required from you. I am ready to release the final formula for the below condition
    I really require the "Official Work" break with the latest time
    but before that I would like to know whether the column-F & Column-G results also needs to be arrived by including the above criteria OR you just need formula for H2 cell alone for getting the "Export" Text.
    Last edited by jeffreybrown; 11-10-2012 at 12:52 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  24. #24
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    I’m doing further testing and technically everything else seems to be working fine, except for the fact that the sheet has become too heavy. I would say let’s leave the rest as is, as I‘m getting the required results, unless there is a single formula which can take care of all the conditions…

    Thanks a ton!
    Last edited by jeffreybrown; 11-10-2012 at 12:46 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  25. #25
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    But if the Condition: There are scenarios where a single employee during the day steps out for several Official Work visits in this case on applying the formula I'm getting "Export" as the output in Column H. But, I really require the "Official Work" break with the latest time in such scenarios.

    Can be incorporated in the exsisting Formula it will make my life a bit easy I guess...all the other exsisting conditions remaining the same...
    Last edited by jeffreybrown; 11-10-2012 at 12:46 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  26. #26
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Array Formula - To determine exact matches

    In F2 cell - Array Formula, Requires Ctrl+Shift+Enter
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    In G2 cell - Array Formula, Requires Ctrl+Shift+Enter
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Refer the attached file for details.

    Save your file in .xlsb extension when you are working with huge data.

    Please let us know in case of any changes.
    Attached Files Attached Files
    Last edited by jeffreybrown; 11-10-2012 at 12:45 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  27. #27
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    AWESOME!!!

    I've tested it quite a bit and so far everthing seems to be in order now. I'll do another round tomorrow and dayafter and will get back in case any further asistance is required on this one.

    I really appreciate your understanding and support on making this work. I know this one was a bit tricky at least for me

    I believe that this will go a long way in helping me streamline some of the stuff and enable me work at a higher efficiency level.

    Thank you for your expertise on this monster. You are the “BESTEST”

    Best regards…
    Last edited by jeffreybrown; 11-10-2012 at 12:45 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  28. #28
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Dear Sixthsense,

    I'm testing my data (large chunk) with this...It seems to be working most of the time.

    But, I seem to face an issue. Looks like there is something that either I'm doing incorrectly or missing out on.

    I've attached the sheet with some more data (Row 20 onwards). Request you to review Row 23 and Row 28. In this case, only ROW 28 should be exported but, due to some reasons both are getting exported.

    Also, when I manually change the status from Official Work to any other say "Tea Break" or even leave it blank in D21 and D28 (highlighted in yellow), the formula seems to start working in the required manner...

    Please advise...

    Thanks!
    Attached Files Attached Files
    Last edited by jeffreybrown; 11-10-2012 at 12:45 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  29. #29
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Dear Sixthsense,

    Hope you had a great weekend!

    I had a query while testing the data yesterday, which I posted..

    Could you please look into it and advise (at your convenience). It looks like I may be doing something incorrectly (file attached yesterday).

    Thanks,
    Jai
    Last edited by jeffreybrown; 11-10-2012 at 12:44 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  30. #30
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Array Formula - To determine exact matches

    Thanks for your Greetings

    Yes, I have seen your message and I will get back to you shortly.
    Last edited by jeffreybrown; 11-10-2012 at 12:44 AM.

  31. #31
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Thanks! I will lookout for your inputs.

    Regards,
    Jai
    Last edited by jeffreybrown; 11-10-2012 at 12:44 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  32. #32
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Array Formula - To determine exact matches

    Revised G2 cell Formula - Array Formula Requires Ctrl+Shift+Enter
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Drag it down.

    Hope this helps!
    Last edited by jeffreybrown; 11-10-2012 at 12:43 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  33. #33
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Thank you Sixthsense. I'll do a full on test in the next 2 days and will close the thread as "SOLVED"

    Thanks for all your efforts. Much much appreciated:-)

    Kudos to you!
    Last edited by jeffreybrown; 11-10-2012 at 12:43 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  34. #34
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Array Formula - To determine exact matches

    Thanks for your feedback and don't stop posting until your requirement is fulfilled.
    Last edited by jeffreybrown; 11-10-2012 at 12:43 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  35. #35
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Sure, will get back on this if any further assistance is required or anything else pops up.

    Glad to be a part of such a great Forum and be in touch with members like you! Pure genius:-)

    Thanks a lot!
    Last edited by jeffreybrown; 11-10-2012 at 12:43 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  36. #36
    Forum Contributor
    Join Date
    09-09-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    162

    Re: Array Formula - To determine exact matches

    Hi Sixthsense,

    I'm here today to conevy a "BIG THANK YOU" to you rather than anything else. It was a great experience for me to learn some tricks . The solution you provided has been of immense help and importance. It is working as expected.

    However, I'm facing a challange to get the accurate time populated on this sheet. The "Time" actually comes from a different source, and without a unique ID or something to be able to get it on this solution using VLOOKUP or LOOKUP or MAX.

    I need to concatenate several fields to get the time, but as that piece is not too consitent it creates a lot of issues. Don't really know how to tackle that without a unique field, moreover there number of enteries in both the reports are different making it all the more challenging.

    I'm not sure, if there is another way by which it can be easily populated. The data difference between the 2 reports is quite high on certain days. I just wish this wasn't the case.

    Nevertheless, the solution is awesome and quite useful. Just wondering if there is another way out to get the time on this piece to automate the process to a great extent.

    Thank you so much. I'm going ahead and closing this thread as "Solved", but do let me know if you think there could be a work around getting the time factor...

    Best regards,
    Jai
    Last edited by jeffreybrown; 11-10-2012 at 12:42 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  37. #37
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Array Formula - To determine exact matches

    Thanks for your feedback

    If the above requirement is connected with the formula which I have suggested then you please continue posting your query in this thread with sample data and expected output. If it doesn't involves all the above critieria's which we have discussed so for, then post a new question so that you will get more hands for finding the solution for your problem.
    Last edited by jeffreybrown; 11-10-2012 at 12:42 AM. Reason: As per Forum Rule #12, don't quote whole posts unless necessary-- it's just clutter

  38. #38
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Array Formula - To determine exact matches

    Please remember the forum rules...

    12. Don't quote whole posts -- it's just clutter. If you are responding to a post out of sequence, limit quoted content to a few relevant lines that makes clear to whom and what you are responding.
    HTH
    Regards, Jeff

  39. #39
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Array Formula - To determine exact matches

    Quote Originally Posted by jeffreybrown View Post
    Please remember the forum rules...
    Please accept my regret and now I realize how much time it has taken for you for making this lengthy post neat and clear. I am seeing lot of your editing work in the above posts and assure you that I won't do it again.

    Thank you for reminding the Forum Rule and stopping me from doing this unknowingly.

+ 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