+ Reply to Thread
Results 1 to 3 of 3

Circular Reference Error Message

  1. #1
    Registered User
    Join Date
    03-02-2014
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2013
    Posts
    1

    Circular Reference Error Message

    This formula might be the problem for the error message.

    SUMPRODUCT((MOD(COLUMN(C3:CO3)-COLUMN(OFFSET(C3:CO3,,,1,1)),3)=0)*C3:CO3)

    I have other cells with the same formula (but with different range i.e. D3:CP3), yet it doesn't have circular reference error message.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Circular Reference Error Message

    what are you actually trying to sum ie what cells
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Circular Reference Error Message

    i dont see the point of the offset, that formula is summing every 3rd cell c3,f3,i3........
    so
    =SUMPRODUCT((MOD(COLUMN($C$3:$CO$3),3)=0)*($C$3:$CO$3))
    Last edited by martindwilson; 03-02-2014 at 08:21 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Circular reference message displayed but no data appears
    By BathBun in forum Excel - New Users/Basics
    Replies: 7
    Last Post: 07-24-2013, 10:10 AM
  2. Suppress Circular reference message
    By kevie192 in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 02-20-2009, 05:32 AM
  3. Worksheet_Change function and circular reference error message
    By nicole_2007 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-15-2007, 07:35 AM
  4. Replies: 2
    Last Post: 04-02-2006, 07:00 PM
  5. Getting rid of a circular reference error message
    By sharkfoot in forum Excel General
    Replies: 9
    Last Post: 03-26-2006, 03:00 PM

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