+ Reply to Thread
Results 1 to 6 of 6

Error #value in excel

  1. #1
    Ferdina
    Guest

    Error #value in excel

    Hi,
    I have a problem with links in excel, i´m using this expression:

    SOMASE('U:\[TESTE_VINCULOS.XLS]Plan1'!$A2:$A5000;A3;'U:\[TESTE_VINCULOS.XLS]Plan1'!$B2:$B5000).

    this link path above exists.

    What happen?

  2. #2
    Dave Peterson
    Guest

    Re: Error #value in excel

    There are some functions that don't work with closed workbooks. =sumif() (in
    English) is one of those.

    But you could use a different function (=sumproduct() in English):

    =sumproduct(--('U:\[TESTE_VINCULOS.XLS]Plan1'!$A2:$A5000=A3),
    'U:\[TESTE_VINCULOS.XLS]Plan1'!$B2:$B5000)

    (all one cell.)

    You'll have to translate the function and change the comma to a semicolon.

    Ferdina wrote:
    >
    > Hi,
    > I have a problem with links in excel, i´m using this expression:
    >
    > SOMASE('U:\[TESTE_VINCULOS.XLS]Plan1'!$A2:$A5000;A3;'U:\[TESTE_VINCULOS.XLS]Plan1'!$B2:$B5000).
    >
    > this link path above exists.
    >
    > What happen?


    --

    Dave Peterson

  3. #3
    Peo Sjoblom
    Guest

    RE: Error #value in excel

    SOMASE or SUMIF in English does not work when the workbooks are closed, you
    can use SUMPRODUCT instead (SOMARPRODUTO) then use it as

    =SOMARPRODUTO(--('U:\[TESTE_VINCULOS.XLS]Plan1'!$A2:$A5000=A3);--('U:\[TESTE_VINCULOS.XLS]Plan1'!$B2:$B5000))


    HTH

    Peo Sjoblom

    "Ferdina" wrote:

    > Hi,
    > I have a problem with links in excel, i´m using this expression:
    >
    > SOMASE('U:\[TESTE_VINCULOS.XLS]Plan1'!$A2:$A5000;A3;'U:\[TESTE_VINCULOS.XLS]Plan1'!$B2:$B5000).
    >
    > this link path above exists.
    >
    > What happen?


  4. #4
    Peo Sjoblom
    Guest

    RE: Error #value in excel

    Change that to

    =SOMARPRODUTO(--('U:\[TESTE_VINCULOS.XLS]Plan1'!$A2:$A5000=A3);'U:\[TESTE_VINCULOS.XLS]Plan1'!$B2:$B5000)


    Regards,

    peo Sjoblom

    "Peo Sjoblom" wrote:

    > SOMASE or SUMIF in English does not work when the workbooks are closed, you
    > can use SUMPRODUCT instead (SOMARPRODUTO) then use it as
    >
    > =SOMARPRODUTO(--('U:\[TESTE_VINCULOS.XLS]Plan1'!$A2:$A5000=A3);--('U:\[TESTE_VINCULOS.XLS]Plan1'!$B2:$B5000))
    >
    >
    > HTH
    >
    > Peo Sjoblom
    >
    > "Ferdina" wrote:
    >
    > > Hi,
    > > I have a problem with links in excel, i´m using this expression:
    > >
    > > SOMASE('U:\[TESTE_VINCULOS.XLS]Plan1'!$A2:$A5000;A3;'U:\[TESTE_VINCULOS.XLS]Plan1'!$B2:$B5000).
    > >
    > > this link path above exists.
    > >
    > > What happen?


  5. #5
    Peo Sjoblom
    Guest

    Re: Error #value in excel

    !?

    "Dave Peterson" wrote:

    > There are some functions that don't work with closed workbooks. =sumif() (in
    > English) is one of those.
    >
    > But you could use a different function (=sumproduct() in English):
    >
    > =sumproduct(--('U:\[TESTE_VINCULOS.XLS]Plan1'!$A2:$A5000=A3),
    > 'U:\[TESTE_VINCULOS.XLS]Plan1'!$B2:$B5000)
    >
    > (all one cell.)
    >
    > You'll have to translate the function and change the comma to a semicolon.
    >
    > Ferdina wrote:
    > >
    > > Hi,
    > > I have a problem with links in excel, i´m using this expression:
    > >
    > > SOMASE('U:\[TESTE_VINCULOS.XLS]Plan1'!$A2:$A5000;A3;'U:\[TESTE_VINCULOS.XLS]Plan1'!$B2:$B5000).
    > >
    > > this link path above exists.
    > >
    > > What happen?

    >
    > --
    >
    > Dave Peterson
    >


  6. #6
    Dave Peterson
    Guest

    Re: Error #value in excel

    But I still don't recognize the language.

    Something to do cigars--no wait, that's el Producto.

    And why should a good Swede like you be such a polyglot?


    Peo Sjoblom wrote:
    >
    > !?
    >

    <<snipped>>

+ 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