+ Reply to Thread
Results 1 to 3 of 3

SUMIF based on text criteria from another cell

  1. #1
    Registered User
    Join Date
    11-10-2005
    Location
    Scotland
    Posts
    69

    SUMIF based on text criteria from another cell

    Hi
    can't get this to work
    =SUMIF($E$7:$E$66,"=Lists!E3",$D$7:$D$66)

    The range (E7 to E66) is data that is selected from drop down lists.
    The criteria =Lists E3 is the first item in the list for the drop down lists which happens to be on another worksheet called Lists.

    It works if i change the SUMIF to the actual string value for example:

    =SUMIF($E$7:$E$66,"=Apple",$D$7:$D$66) where Apple is the first item in the list that generates the drop-down list.
    I would prefer the formula to be dynamic as the data in the drop down list is dynamic.

    Thanks

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: SUMIF based on text criteria from another cell

    Cell references are not text strings,

    =SUMIF($E$7:$E$66,Lists!E3,$D$7:$D$66)

  3. #3
    Registered User
    Join Date
    11-10-2005
    Location
    Scotland
    Posts
    69

    Re: SUMIF based on text criteria from another cell

    thanks for your help

+ 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