+ Reply to Thread
Results 1 to 19 of 19

Sumif function with remote cell references

  1. #1
    Registered User
    Join Date
    08-11-2005
    Posts
    1

    Sumif function with remote cell references

    I have used the sumif function with remote cell references. When I open the worksheet and click yes to update cell refences it returns errors in the cells but if I open the other worksheet the references update.

    Does anyone know how to use sumif and allow the remote references to be updated without opening the worksheet that contains the references.

    Thanks.....

  2. #2
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  3. #3
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  4. #4
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  5. #5
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  6. #6
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  7. #7
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  8. #8
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  9. #9
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  10. #10
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  11. #11
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  12. #12
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  13. #13
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  14. #14
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  15. #15
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  16. #16
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  17. #17
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  18. #18
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



  19. #19
    RagDyer
    Guest

    Re: Sumif function with remote cell references

    You *can't* use Sumif(), but you *can* use a combination of Sum() and If()
    in an *array* formula.

    Revise this formula:

    =SUMIF(A1:A20,C1,B1:B20)

    To this *array* formula:

    =SUM(IF(A1:A20=C1,B1:B20)

    --
    Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
    regular <Enter>, which will *automatically* enclose the formula in curly
    brackets, which *cannot* be done manually.

    Of course, you'll need to enter the path to the other WB.

    --
    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "hennis" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I have used the sumif function with remote cell references. When I open
    > the worksheet and click yes to update cell refences it returns errors in
    > the cells but if I open the other worksheet the references update.
    >
    > Does anyone know how to use sumif and allow the remote references to be
    > updated without opening the worksheet that contains the references.
    >
    > Thanks.....
    >
    >
    > --
    > hennis
    > ------------------------------------------------------------------------
    > hennis's Profile:

    http://www.excelforum.com/member.php...o&userid=26207
    > View this thread: http://www.excelforum.com/showthread...hreadid=395133
    >



+ 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