A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi @Brian Detwiler,
Welcome to the Microsoft Q&A forum.
Thank you for contacting us. I would like to provide you with the following information:
Based on your description, the issue is not related to summing across sheets, but rather to the data in the B3 cells. Specifically, the value in cell B3 may be formatted as text instead of a number.
In this case, please use the following function to check the data in the B3 cells:
Step 1: Select any cell
Step 2: Enter the following formula:
=ISTEXT(B3)
- If the result returns FALSE, the data in cell B3 is numeric
- If the result returns TRUE, the data in cell B3 is text
Additionally, please make sure that the B3 cells are set to the Number or General format, not Text.
To check this, click on cell B3, press Ctrl + 1, then select Number or General.
I hope the information above is helpful. Please follow the steps and let me know the result. If the issue is still not resolved, we can continue working together to troubleshoot it.
Thank you for your patience and understanding. If you have any questions or need further assistance, please feel free to share them in the comments so I can continue to support you.
I look forward to continuing the discussion.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.