+ Reply to Thread
Results 1 to 16 of 16

sort by SUMIF results

  1. #1
    Registered User
    Join Date
    07-20-2005
    Posts
    22

    sort by SUMIF results

    I am trying to sort by sumif results to no avail! I have a specific cell as the criteria and when I run the sort, it follows the contents of the cell specified. Is the task I wish to complete even possible??? Here is an example:

    Column A Column B

    1 January =SUMIF('Points - Branches'!B:B,Standings!A1, 'Points -
    Branches'!AN:AN)

    2 February =SUMIF('Points - Branches'!B:B,Standings!A2, 'Points -
    Branches'!AN:AN)

    3 March =SUMIF('Points - Branches'!B:B,Standings!A3, 'Points -
    Branches'!AN:AN)

    I am trying to do a decensing sort by Column B and what happens is the Column A sorts properly, but the numbers in Column B stay as they are since if January moves to A3, the criteria in the B1 changes to A3 automatically.

    I hope someone can help!!

    Thank you!

    dcd

  2. #2
    Gary L Brown
    Guest

    RE: sort by SUMIF results

    Have you tried making the criteria formula absolute?

    1 January = SUMIF('Points - Branches'!B:B,Standings!$A$1,'Points -
    Branches'!AN:AN)

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''''Yes'''' button next to
    ''''Was this Post Helpfull to you?".


    "dcd123" wrote:

    >
    > I am trying to sort by sumif results to no avail! I have a specific
    > cell as the criteria and when I run the sort, it follows the contents
    > of the cell specified. Is the task I wish to complete even possible???
    > Here is an example:
    >
    > Column A Column B
    >
    > 1 January =SUMIF('Points - Branches'!B:B,Standings!A1,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 2 February =SUMIF('Points - Branches'!B:B,Standings!A2,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 3 March =SUMIF('Points - Branches'!B:B,Standings!A3,
    > 'Points -
    > Branches'!AN:AN)
    >
    > I am trying to do a decensing sort by Column B and what happens is the
    > Column A sorts properly, but the numbers in Column B stay as they are
    > since if January moves to A3, the criteria in the B1 changes to A3
    > automatically.
    >
    > I hope someone can help!!
    >
    > Thank you!
    >
    > dcd
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=388692
    >
    >


  3. #3
    Registered User
    Join Date
    07-20-2005
    Posts
    22
    Yes, I did try making the criteria absolute, but the cell number still changes once the sort is run. Any other suggestions?

  4. #4
    Gary L Brown
    Guest

    RE: sort by SUMIF results

    Have you tried making the criteria formula absolute?

    1 January = SUMIF('Points - Branches'!B:B,Standings!$A$1,'Points -
    Branches'!AN:AN)

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''''Yes'''' button next to
    ''''Was this Post Helpfull to you?".


    "dcd123" wrote:

    >
    > I am trying to sort by sumif results to no avail! I have a specific
    > cell as the criteria and when I run the sort, it follows the contents
    > of the cell specified. Is the task I wish to complete even possible???
    > Here is an example:
    >
    > Column A Column B
    >
    > 1 January =SUMIF('Points - Branches'!B:B,Standings!A1,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 2 February =SUMIF('Points - Branches'!B:B,Standings!A2,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 3 March =SUMIF('Points - Branches'!B:B,Standings!A3,
    > 'Points -
    > Branches'!AN:AN)
    >
    > I am trying to do a decensing sort by Column B and what happens is the
    > Column A sorts properly, but the numbers in Column B stay as they are
    > since if January moves to A3, the criteria in the B1 changes to A3
    > automatically.
    >
    > I hope someone can help!!
    >
    > Thank you!
    >
    > dcd
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=388692
    >
    >


  5. #5
    Gary L Brown
    Guest

    RE: sort by SUMIF results

    Have you tried making the criteria formula absolute?

    1 January = SUMIF('Points - Branches'!B:B,Standings!$A$1,'Points -
    Branches'!AN:AN)

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''''Yes'''' button next to
    ''''Was this Post Helpfull to you?".


    "dcd123" wrote:

    >
    > I am trying to sort by sumif results to no avail! I have a specific
    > cell as the criteria and when I run the sort, it follows the contents
    > of the cell specified. Is the task I wish to complete even possible???
    > Here is an example:
    >
    > Column A Column B
    >
    > 1 January =SUMIF('Points - Branches'!B:B,Standings!A1,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 2 February =SUMIF('Points - Branches'!B:B,Standings!A2,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 3 March =SUMIF('Points - Branches'!B:B,Standings!A3,
    > 'Points -
    > Branches'!AN:AN)
    >
    > I am trying to do a decensing sort by Column B and what happens is the
    > Column A sorts properly, but the numbers in Column B stay as they are
    > since if January moves to A3, the criteria in the B1 changes to A3
    > automatically.
    >
    > I hope someone can help!!
    >
    > Thank you!
    >
    > dcd
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=388692
    >
    >


  6. #6
    Gary L Brown
    Guest

    RE: sort by SUMIF results

    Have you tried making the criteria formula absolute?

    1 January = SUMIF('Points - Branches'!B:B,Standings!$A$1,'Points -
    Branches'!AN:AN)

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''''Yes'''' button next to
    ''''Was this Post Helpfull to you?".


    "dcd123" wrote:

    >
    > I am trying to sort by sumif results to no avail! I have a specific
    > cell as the criteria and when I run the sort, it follows the contents
    > of the cell specified. Is the task I wish to complete even possible???
    > Here is an example:
    >
    > Column A Column B
    >
    > 1 January =SUMIF('Points - Branches'!B:B,Standings!A1,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 2 February =SUMIF('Points - Branches'!B:B,Standings!A2,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 3 March =SUMIF('Points - Branches'!B:B,Standings!A3,
    > 'Points -
    > Branches'!AN:AN)
    >
    > I am trying to do a decensing sort by Column B and what happens is the
    > Column A sorts properly, but the numbers in Column B stay as they are
    > since if January moves to A3, the criteria in the B1 changes to A3
    > automatically.
    >
    > I hope someone can help!!
    >
    > Thank you!
    >
    > dcd
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=388692
    >
    >


  7. #7
    Gary L Brown
    Guest

    RE: sort by SUMIF results

    Have you tried making the criteria formula absolute?

    1 January = SUMIF('Points - Branches'!B:B,Standings!$A$1,'Points -
    Branches'!AN:AN)

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''''Yes'''' button next to
    ''''Was this Post Helpfull to you?".


    "dcd123" wrote:

    >
    > I am trying to sort by sumif results to no avail! I have a specific
    > cell as the criteria and when I run the sort, it follows the contents
    > of the cell specified. Is the task I wish to complete even possible???
    > Here is an example:
    >
    > Column A Column B
    >
    > 1 January =SUMIF('Points - Branches'!B:B,Standings!A1,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 2 February =SUMIF('Points - Branches'!B:B,Standings!A2,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 3 March =SUMIF('Points - Branches'!B:B,Standings!A3,
    > 'Points -
    > Branches'!AN:AN)
    >
    > I am trying to do a decensing sort by Column B and what happens is the
    > Column A sorts properly, but the numbers in Column B stay as they are
    > since if January moves to A3, the criteria in the B1 changes to A3
    > automatically.
    >
    > I hope someone can help!!
    >
    > Thank you!
    >
    > dcd
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=388692
    >
    >


  8. #8
    Gary L Brown
    Guest

    RE: sort by SUMIF results

    Have you tried making the criteria formula absolute?

    1 January = SUMIF('Points - Branches'!B:B,Standings!$A$1,'Points -
    Branches'!AN:AN)

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''''Yes'''' button next to
    ''''Was this Post Helpfull to you?".


    "dcd123" wrote:

    >
    > I am trying to sort by sumif results to no avail! I have a specific
    > cell as the criteria and when I run the sort, it follows the contents
    > of the cell specified. Is the task I wish to complete even possible???
    > Here is an example:
    >
    > Column A Column B
    >
    > 1 January =SUMIF('Points - Branches'!B:B,Standings!A1,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 2 February =SUMIF('Points - Branches'!B:B,Standings!A2,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 3 March =SUMIF('Points - Branches'!B:B,Standings!A3,
    > 'Points -
    > Branches'!AN:AN)
    >
    > I am trying to do a decensing sort by Column B and what happens is the
    > Column A sorts properly, but the numbers in Column B stay as they are
    > since if January moves to A3, the criteria in the B1 changes to A3
    > automatically.
    >
    > I hope someone can help!!
    >
    > Thank you!
    >
    > dcd
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=388692
    >
    >


  9. #9
    Gary L Brown
    Guest

    RE: sort by SUMIF results

    Have you tried making the criteria formula absolute?

    1 January = SUMIF('Points - Branches'!B:B,Standings!$A$1,'Points -
    Branches'!AN:AN)

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''''Yes'''' button next to
    ''''Was this Post Helpfull to you?".


    "dcd123" wrote:

    >
    > I am trying to sort by sumif results to no avail! I have a specific
    > cell as the criteria and when I run the sort, it follows the contents
    > of the cell specified. Is the task I wish to complete even possible???
    > Here is an example:
    >
    > Column A Column B
    >
    > 1 January =SUMIF('Points - Branches'!B:B,Standings!A1,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 2 February =SUMIF('Points - Branches'!B:B,Standings!A2,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 3 March =SUMIF('Points - Branches'!B:B,Standings!A3,
    > 'Points -
    > Branches'!AN:AN)
    >
    > I am trying to do a decensing sort by Column B and what happens is the
    > Column A sorts properly, but the numbers in Column B stay as they are
    > since if January moves to A3, the criteria in the B1 changes to A3
    > automatically.
    >
    > I hope someone can help!!
    >
    > Thank you!
    >
    > dcd
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=388692
    >
    >


  10. #10
    Gary L Brown
    Guest

    RE: sort by SUMIF results

    Have you tried making the criteria formula absolute?

    1 January = SUMIF('Points - Branches'!B:B,Standings!$A$1,'Points -
    Branches'!AN:AN)

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''''Yes'''' button next to
    ''''Was this Post Helpfull to you?".


    "dcd123" wrote:

    >
    > I am trying to sort by sumif results to no avail! I have a specific
    > cell as the criteria and when I run the sort, it follows the contents
    > of the cell specified. Is the task I wish to complete even possible???
    > Here is an example:
    >
    > Column A Column B
    >
    > 1 January =SUMIF('Points - Branches'!B:B,Standings!A1,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 2 February =SUMIF('Points - Branches'!B:B,Standings!A2,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 3 March =SUMIF('Points - Branches'!B:B,Standings!A3,
    > 'Points -
    > Branches'!AN:AN)
    >
    > I am trying to do a decensing sort by Column B and what happens is the
    > Column A sorts properly, but the numbers in Column B stay as they are
    > since if January moves to A3, the criteria in the B1 changes to A3
    > automatically.
    >
    > I hope someone can help!!
    >
    > Thank you!
    >
    > dcd
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=388692
    >
    >


  11. #11
    Gary L Brown
    Guest

    RE: sort by SUMIF results

    Have you tried making the criteria formula absolute?

    1 January = SUMIF('Points - Branches'!B:B,Standings!$A$1,'Points -
    Branches'!AN:AN)

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''''Yes'''' button next to
    ''''Was this Post Helpfull to you?".


    "dcd123" wrote:

    >
    > I am trying to sort by sumif results to no avail! I have a specific
    > cell as the criteria and when I run the sort, it follows the contents
    > of the cell specified. Is the task I wish to complete even possible???
    > Here is an example:
    >
    > Column A Column B
    >
    > 1 January =SUMIF('Points - Branches'!B:B,Standings!A1,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 2 February =SUMIF('Points - Branches'!B:B,Standings!A2,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 3 March =SUMIF('Points - Branches'!B:B,Standings!A3,
    > 'Points -
    > Branches'!AN:AN)
    >
    > I am trying to do a decensing sort by Column B and what happens is the
    > Column A sorts properly, but the numbers in Column B stay as they are
    > since if January moves to A3, the criteria in the B1 changes to A3
    > automatically.
    >
    > I hope someone can help!!
    >
    > Thank you!
    >
    > dcd
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=388692
    >
    >


  12. #12
    Gary L Brown
    Guest

    RE: sort by SUMIF results

    Have you tried making the criteria formula absolute?

    1 January = SUMIF('Points - Branches'!B:B,Standings!$A$1,'Points -
    Branches'!AN:AN)

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''''Yes'''' button next to
    ''''Was this Post Helpfull to you?".


    "dcd123" wrote:

    >
    > I am trying to sort by sumif results to no avail! I have a specific
    > cell as the criteria and when I run the sort, it follows the contents
    > of the cell specified. Is the task I wish to complete even possible???
    > Here is an example:
    >
    > Column A Column B
    >
    > 1 January =SUMIF('Points - Branches'!B:B,Standings!A1,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 2 February =SUMIF('Points - Branches'!B:B,Standings!A2,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 3 March =SUMIF('Points - Branches'!B:B,Standings!A3,
    > 'Points -
    > Branches'!AN:AN)
    >
    > I am trying to do a decensing sort by Column B and what happens is the
    > Column A sorts properly, but the numbers in Column B stay as they are
    > since if January moves to A3, the criteria in the B1 changes to A3
    > automatically.
    >
    > I hope someone can help!!
    >
    > Thank you!
    >
    > dcd
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=388692
    >
    >


  13. #13
    Gary L Brown
    Guest

    RE: sort by SUMIF results

    Have you tried making the criteria formula absolute?

    1 January = SUMIF('Points - Branches'!B:B,Standings!$A$1,'Points -
    Branches'!AN:AN)

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''''Yes'''' button next to
    ''''Was this Post Helpfull to you?".


    "dcd123" wrote:

    >
    > I am trying to sort by sumif results to no avail! I have a specific
    > cell as the criteria and when I run the sort, it follows the contents
    > of the cell specified. Is the task I wish to complete even possible???
    > Here is an example:
    >
    > Column A Column B
    >
    > 1 January =SUMIF('Points - Branches'!B:B,Standings!A1,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 2 February =SUMIF('Points - Branches'!B:B,Standings!A2,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 3 March =SUMIF('Points - Branches'!B:B,Standings!A3,
    > 'Points -
    > Branches'!AN:AN)
    >
    > I am trying to do a decensing sort by Column B and what happens is the
    > Column A sorts properly, but the numbers in Column B stay as they are
    > since if January moves to A3, the criteria in the B1 changes to A3
    > automatically.
    >
    > I hope someone can help!!
    >
    > Thank you!
    >
    > dcd
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=388692
    >
    >


  14. #14
    Gary L Brown
    Guest

    RE: sort by SUMIF results

    Have you tried making the criteria formula absolute?

    1 January = SUMIF('Points - Branches'!B:B,Standings!$A$1,'Points -
    Branches'!AN:AN)

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''''Yes'''' button next to
    ''''Was this Post Helpfull to you?".


    "dcd123" wrote:

    >
    > I am trying to sort by sumif results to no avail! I have a specific
    > cell as the criteria and when I run the sort, it follows the contents
    > of the cell specified. Is the task I wish to complete even possible???
    > Here is an example:
    >
    > Column A Column B
    >
    > 1 January =SUMIF('Points - Branches'!B:B,Standings!A1,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 2 February =SUMIF('Points - Branches'!B:B,Standings!A2,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 3 March =SUMIF('Points - Branches'!B:B,Standings!A3,
    > 'Points -
    > Branches'!AN:AN)
    >
    > I am trying to do a decensing sort by Column B and what happens is the
    > Column A sorts properly, but the numbers in Column B stay as they are
    > since if January moves to A3, the criteria in the B1 changes to A3
    > automatically.
    >
    > I hope someone can help!!
    >
    > Thank you!
    >
    > dcd
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=388692
    >
    >


  15. #15
    Gary L Brown
    Guest

    RE: sort by SUMIF results

    Have you tried making the criteria formula absolute?

    1 January = SUMIF('Points - Branches'!B:B,Standings!$A$1,'Points -
    Branches'!AN:AN)

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''''Yes'''' button next to
    ''''Was this Post Helpfull to you?".


    "dcd123" wrote:

    >
    > I am trying to sort by sumif results to no avail! I have a specific
    > cell as the criteria and when I run the sort, it follows the contents
    > of the cell specified. Is the task I wish to complete even possible???
    > Here is an example:
    >
    > Column A Column B
    >
    > 1 January =SUMIF('Points - Branches'!B:B,Standings!A1,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 2 February =SUMIF('Points - Branches'!B:B,Standings!A2,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 3 March =SUMIF('Points - Branches'!B:B,Standings!A3,
    > 'Points -
    > Branches'!AN:AN)
    >
    > I am trying to do a decensing sort by Column B and what happens is the
    > Column A sorts properly, but the numbers in Column B stay as they are
    > since if January moves to A3, the criteria in the B1 changes to A3
    > automatically.
    >
    > I hope someone can help!!
    >
    > Thank you!
    >
    > dcd
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=388692
    >
    >


  16. #16
    Gary L Brown
    Guest

    RE: sort by SUMIF results

    Have you tried making the criteria formula absolute?

    1 January = SUMIF('Points - Branches'!B:B,Standings!$A$1,'Points -
    Branches'!AN:AN)

    HTH,
    --
    Gary Brown
    gary_brown@ge_NOSPAM.com
    If this post was helpful, please click the ''''Yes'''' button next to
    ''''Was this Post Helpfull to you?".


    "dcd123" wrote:

    >
    > I am trying to sort by sumif results to no avail! I have a specific
    > cell as the criteria and when I run the sort, it follows the contents
    > of the cell specified. Is the task I wish to complete even possible???
    > Here is an example:
    >
    > Column A Column B
    >
    > 1 January =SUMIF('Points - Branches'!B:B,Standings!A1,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 2 February =SUMIF('Points - Branches'!B:B,Standings!A2,
    > 'Points -
    > Branches'!AN:AN)
    >
    > 3 March =SUMIF('Points - Branches'!B:B,Standings!A3,
    > 'Points -
    > Branches'!AN:AN)
    >
    > I am trying to do a decensing sort by Column B and what happens is the
    > Column A sorts properly, but the numbers in Column B stay as they are
    > since if January moves to A3, the criteria in the B1 changes to A3
    > automatically.
    >
    > I hope someone can help!!
    >
    > Thank you!
    >
    > dcd
    >
    >
    > --
    > dcd123
    > ------------------------------------------------------------------------
    > dcd123's Profile: http://www.excelforum.com/member.php...o&userid=25396
    > View this thread: http://www.excelforum.com/showthread...hreadid=388692
    >
    >


+ 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