+ Reply to Thread
Results 1 to 47 of 47

IF STATEMENT in multiple workbooks.

Hybrid View

Yunus Patel IF STATEMENT in multiple... 08-24-2005, 06:40 AM
Krishnakumar Hi Yunus, It's an array... 08-24-2005, 07:19 AM
Yunus Patel Thank You 08-24-2005, 08:10 AM
Guest Re: IF STATEMENT in multiple... 08-24-2005, 08:05 AM
Guest RE: IF STATEMENT in multiple... 08-24-2005, 08:05 AM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 04:05 AM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 05:05 AM
Guest Re: IF STATEMENT in multiple... 09-05-2005, 10:05 PM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 04:05 AM
Guest RE: IF STATEMENT in multiple... 09-05-2005, 10:05 PM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 05:05 AM
Guest Re: IF STATEMENT in multiple... 09-05-2005, 11:05 PM
Guest RE: IF STATEMENT in multiple... 09-05-2005, 11:05 PM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 12:05 AM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 06:05 AM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 12:05 AM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 06:05 AM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 07:05 AM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 09:05 AM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 01:05 AM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 01:05 AM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 09:05 AM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 07:05 AM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 04:05 PM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 02:05 PM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 05:05 PM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 11:05 AM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 02:05 AM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 05:05 PM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 04:05 PM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 02:05 PM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 11:05 AM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 02:05 AM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 03:05 PM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 03:05 AM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 07:05 PM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 10:05 AM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 06:05 PM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 06:05 PM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 07:05 PM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 10:05 AM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 03:05 AM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 03:05 PM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 09:05 PM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 09:05 PM
Guest Re: IF STATEMENT in multiple... 09-06-2005, 12:05 PM
Guest RE: IF STATEMENT in multiple... 09-06-2005, 12:05 PM
  1. #1
    Registered User
    Join Date
    08-24-2005
    Posts
    3

    IF STATEMENT in multiple workbooks.

    Hello,
    Can anyone help me.

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}

    I am trying to copy the above formula for July (Jul!), but am unable to get the required figure that I need from the SAP05.xls workbook.

    I have noticed that everytime I try to copy this formula the 2 'curvy' brackets at the start and end of the formula i.e. {....} don't appear. I am convinced this is the reason this formula doesn't work.
    I would like to know what these curvy brackets represent and how to 'include' them in them in the formula.

    Please help

  2. #2
    Forum Contributor
    Join Date
    02-19-2005
    Location
    Gurgaon,India
    MS-Off Ver
    2007,2010,2013
    Posts
    180
    Hi Yunus,

    It's an array formula. So you have to confirm with Ctrl+Shift+Enter. i.e,
    Hold down the Ctrl and Shift keys while hitting Enter key.


    You can also try this,

    =SUMPRODUCT(--('[SAP05.xls]May!$C$6:$C$231=$D$2),--('[SAP05.xls]May!$E$6:$E$231=$D72),'[SAP05.xls]May!$K$6:$K$231)

    Normal Enter

    HTH
    Kris

  3. #3
    Registered User
    Join Date
    08-24-2005
    Posts
    3

    Thank You

    People,
    Just want to say thanks for the help.

  4. #4
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  5. #5
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  6. #6
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  7. #7
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  8. #8
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  9. #9
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  10. #10
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  11. #11
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  12. #12
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  13. #13
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  14. #14
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  15. #15
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  16. #16
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  17. #17
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  18. #18
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  19. #19
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  20. #20
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  21. #21
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  22. #22
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  23. #23
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  24. #24
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  25. #25
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  26. #26
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  27. #27
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  28. #28
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  29. #29
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  30. #30
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  31. #31
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  32. #32
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  33. #33
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  34. #34
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  35. #35
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  36. #36
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  37. #37
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  38. #38
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  39. #39
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  40. #40
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  41. #41
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  42. #42
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  43. #43
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  44. #44
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  45. #45
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


  46. #46
    Bob Phillips
    Guest

    Re: IF STATEMENT in multiple workbooks.

    The curvy brackets should be entered by Excel, you don't type them.

    Enter the formula

    =SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[
    SAP05.xls]May!$K$6:$K$231)))

    in a cell, and rather than Enter, hit Ctrl-Shift-Enter together. the formula
    in the formula bar will then show the curly brackets if you have done it
    correctly.

    --
    HTH

    Bob Phillips

    "Yunus Patel" <Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com>
    wrote in message
    news:Yunus.Patel.1u9mii_1124881535.4495@excelforum-nospam.com...
    >
    > Hello,
    > Can anyone help me.
    >
    >

    {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,
    [SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile:

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




  47. #47
    Duke Carey
    Guest

    RE: IF STATEMENT in multiple workbooks.

    The curly brackets signify an array formula (you can read about them in
    Excel's Help file) and they appear when you commit a formula by pressing
    Ctrl-Shift-Enter

    "Yunus Patel" wrote:

    >
    > Hello,
    > Can anyone help me.
    >
    > {=SUM(IF([SAP05.xls]May!$C$6:$C$231=$D$2,IF([SAP05.xls]May!$E$6:$E$231=$D72,[SAP05.xls]May!$K$6:$K$231)))}
    >
    > I am trying to copy the above formula for July (Jul!), but am unable to
    > get the required figure that I need from the SAP05.xls workbook.
    >
    > I have noticed that everytime I try to copy this formula the 2 'curvy'
    > brackets at the start and end of the formula i.e. {....} don't appear.
    > I am convinced this is the reason this formula doesn't work.
    > I would like to know what these curvy brackets represent and how to
    > 'include' them in them in the formula.
    >
    > Please help
    >
    >
    > --
    > Yunus Patel
    > ------------------------------------------------------------------------
    > Yunus Patel's Profile: http://www.excelforum.com/member.php...o&userid=26579
    > View this thread: http://www.excelforum.com/showthread...hreadid=398525
    >
    >


+ 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