+ Reply to Thread
Results 1 to 4 of 4

Prom with the DSUM function

  1. #1
    Forum Contributor
    Join Date
    06-12-2006
    Location
    Portugal
    MS-Off Ver
    Microsoft 365 Apps for enterprise
    Posts
    212

    Prom with the DSUM function

    Hello
    I'm having a problem with the DSUM function. As everybody knows, parameters for this function are DSUM(database, field, criteria). I have no problems with "field" and "criteria". My worksheet has a lot of defined names ranges (which i stored in cells) and i wanted to use them to replace the "database" parameter each time i choose a different department from a list. For example i have range B6:F96 named as "area_1". If i write the formula using =DSUM(area1, field, criteria), it works fine. However, if a store the name "area_1" into cell A1 and change the formula to =DSUM(A1, field, criteria) i get #VALUE. The parameter criteria must be a cell with the name of the database column and at lest one cell above with the filter to be applied. For these parameter i can use a named range. Will it be possible that i cannot use this technique for the database parameter?
    Any help would be very much appreciated.

  2. #2
    Marcelo
    Guest

    RE: Prom with the DSUM function

    Hi Teixeira,

    try to use an indirect function as:

    DSUM(INDIRECT(A1),FIELD,CRITERIA)

    Hope this helps
    Regards from Brazil
    Marcelo

    "oteixeira" escreveu:

    >
    > Hello
    > I'm having a problem with the DSUM function. As everybody knows,
    > parameters for this function are DSUM(database, field, criteria). I
    > have no problems with "field" and "criteria". My worksheet has a lot of
    > defined names ranges (which i stored in cells) and i wanted to use them
    > to replace the "database" parameter each time i choose a different
    > department from a list. For example i have range B6:F96 named as
    > "area_1". If i write the formula using =DSUM(area1, field, criteria),
    > it works fine. However, if a store the name "area_1" into cell A1 and
    > change the formula to =DSUM(A1, field, criteria) i get #VALUE. The
    > parameter criteria must be a cell with the name of the database column
    > and at lest one cell above with the filter to be applied. For these
    > parameter i can use a named range. Will it be possible that i cannot
    > use this technique for the database parameter?
    > Any help would be very much appreciated.
    >
    >
    > --
    > oteixeira
    > ------------------------------------------------------------------------
    > oteixeira's Profile: http://www.excelforum.com/member.php...o&userid=35320
    > View this thread: http://www.excelforum.com/showthread...hreadid=551007
    >
    >


  3. #3
    Forum Contributor
    Join Date
    06-12-2006
    Location
    Portugal
    MS-Off Ver
    Microsoft 365 Apps for enterprise
    Posts
    212
    Hi Marcelo,
    That was a really good one! Thanks a lot!!
    Greetings from Portugal

  4. #4
    Marcelo
    Guest

    Re: Prom with the DSUM function

    Obrigado pelo retorno
    saudações
    Marcelo

    "oteixeira" escreveu:

    >
    > Hi Marcelo,
    > That was a really good one! Thanks a lot!!
    > Greetings from Portugal
    >
    >
    > --
    > oteixeira
    > ------------------------------------------------------------------------
    > oteixeira's Profile: http://www.excelforum.com/member.php...o&userid=35320
    > View this thread: http://www.excelforum.com/showthread...hreadid=551007
    >
    >


+ 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