+ Reply to Thread
Results 1 to 3 of 3

formula works in one sheet but not another

  1. #1
    Forum Contributor
    Join Date
    03-23-2010
    Location
    england
    MS-Off Ver
    Excel 2007
    Posts
    153

    formula works in one sheet but not another

    hi guys i have a formula that works in one sheet ( monday stats h2 )

    and even though ive carried it across and changed the reference on trowe stats it comes up with value error

    if someone could help id be happy

    please find attached

    also in monday stats id like it to input in monday stats m4
    the highest number represented in column a on monday sheet which should be 31
    Attached Files Attached Files

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,457

    Re: formula works in one sheet but not another

    Try:

    =SUMPRODUCT((TROWSE!$B$2:$B$2000='TROWSE STATS'!$D2)*(TROWSE!$D$2:$D$2000))

    or better, define named ranges.

    Although you specify whole columns in SUMPRODUCT in 2007, you really shouldn't as you're multiplying over a million values by over a million cells.

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Contributor
    Join Date
    03-23-2010
    Location
    england
    MS-Off Ver
    Excel 2007
    Posts
    153

    Re: formula works in one sheet but not another

    thanks tms

    is there anyway i can get the highest number to auto populate?
    ie
    if after i update next weeks records and there is 36 it should change to 36?

    kind regards

+ 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