+ Reply to Thread
Results 1 to 10 of 10

Blue Arrow on my screen

  1. #1
    Registered User
    Join Date
    10-10-2012
    Location
    Dallas
    MS-Off Ver
    Excel 2010
    Posts
    92

    Blue Arrow on my screen

    As per the attached screen shot, i am not too sure why i have this arrow, and how can i get rid of it !
    Attached Images Attached Images

  2. #2
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: Blue Arrow on my screen

    One reason it could be there is because you have a circular refence.
    If posting code please use code tags, see here.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,733

    Re: Blue Arrow on my screen

    That looks like the arrow you get when you have a circular reference error - did Excel not flag this up and open the Help screen at the circular reference section?

    If I'm correct, then you need to get rid of the circular reference, but we can't help you much more with just a picture to go on.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    10-10-2012
    Location
    Dallas
    MS-Off Ver
    Excel 2010
    Posts
    92

    Re: Blue Arrow on my screen

    True it is the circular reference , and how can i turn it off ?

  5. #5
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,733

    Re: Blue Arrow on my screen

    Attach an Excel workbook rather than a picture, and then we'll be able to see what is causing it.

    Pete

  6. #6
    Registered User
    Join Date
    10-10-2012
    Location
    Dallas
    MS-Off Ver
    Excel 2010
    Posts
    92

    Re: Blue Arrow on my screen

    Under Formulas, i click on remove arrows, it is gone, BUT, once i click save it appears again !

  7. #7
    Forum Guru Norie's Avatar
    Join Date
    02-02-2005
    Location
    Stirling, Scotland
    MS-Off Ver
    Microsoft Office 365
    Posts
    19,643

    Re: Blue Arrow on my screen

    You can goto Formulas and select Remove Arrows from the Formula Auditing section.

    That will hide the arrow but it won't get rid of the problem.

  8. #8
    Registered User
    Join Date
    10-10-2012
    Location
    Dallas
    MS-Off Ver
    Excel 2010
    Posts
    92

    Re: Blue Arrow on my screen

    Attached is another screen shot that appears once i reopen the file.


    As well, i have attached a copy of the file for assistance.
    Attached Images Attached Images
    Attached Files Attached Files

  9. #9
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Blue Arrow on my screen

    In K5 you have

    =COUNTIF(K7:K3994, "<>")

    and in K9 you have

    =IF(AND(K5=K6,K6=K7),"OK","Error")

    K9 refers to K5 in an equality test, and K5 refers to K9 for a content test. That's circular. Can you rewrite the K5 formula to look only at the cells you really need to evaluate? From this sheet it is not at all clear what you are looking for in that COUNTIF, since there is no data or formulas past row 9.

    Edit: The same problem occurs in multiple columns.
    Last edited by 6StringJazzer; 11-16-2012 at 02:13 PM.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  10. #10
    Registered User
    Join Date
    10-10-2012
    Location
    Dallas
    MS-Off Ver
    Excel 2010
    Posts
    92

    Re: Blue Arrow on my screen

    i appreciate your feedback, K5 was supposed to be value not formula, i guess it did not paste as value from another sheet, K9 is the cell that supposed to be formula to validate the K column.
    So now it is clear for me why and how to resolve it.
    Much appreciated.

+ 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