Status Bar Sum Total Disappears

Anonymous
2014-01-15T20:49:51+00:00

I use a two monitor system and will have MS Excel 2013 running on both.  On one monitor I can select a range of numbers and the sum total will show in he status bar.  When I select a cell in the workbook on my other monitor the sum total disappears.  Is there a way to not have the sum total disappear?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

55 answers

Sort by: Oldest
  1. Anonymous
    2017-11-14T17:19:04+00:00

    Edit: Thank you Jude Wong for the work-around. I am disappointed that I have to continue to open separate instances of excel to maintain functionality like I did with 2010. Bummer.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2017-11-14T17:36:23+00:00

    To have to open separate instances of Excel continually ALL Day Long is counter-productive. I too use the total when posting from ledgers to accounts. Please Microsoft,  just fix the bug.. I can't imagine why it would be an issue for Microsoft to allow a total to remain in the bottom cell - When it is definitely a feature many people have used in the past.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Anonymous
    2017-11-14T18:46:14+00:00

    I believe the "Newer" way to handle this is to add a cell that has your Sum formula on each workbook.

    Then add the "Watch Window" to Excel.

    This allows one to monitor multiple cells in one location.

    This has less chance of errors and confusion over what and where things are selected.

    I've been using this more and more.

    One can use the Status bar in many variations.  But, it's probably not the best way.

    Sub Demo()

        Dim x, y

        x = WorksheetFunction.Sum(Range("[Book1]Sheet1!$A$1:$A$10"))

        y = WorksheetFunction.Sum(Range("[Book2]Sheet1!$A$1:$A$10"))

        Application.StatusBar = "Book1: " & x & "   " & "Book2 " & y

    End Sub

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2017-11-14T19:15:07+00:00

    Thanks for you suggestion. But setting up a sum cell and using the watch window will not help me as I run reports and pull offline as an excel document to post to my accounts. To add a sum cell/watch window to excel file I download, would be timely. In my instance I just need a sum for a few transactions. For example I only want a few items that are on a specific travel document.  I usually select the cells for that travel document and can see the sum on the bottom of the screen.This is how I match up with transactions on my accounts. Any functions that you know of that I could try for that scenario?

    Was this answer helpful?

    0 comments No comments
  5. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more