Cell with formula won't overflow

Zanatos1986

New Member
Joined
Apr 15, 2010
Messages
48
Hey all
I have a cell B3 that is using an equation to reference another sheet. I need this cell to overflow into cell C3. This is a number, it displays correctly when in 99999 and under numbers, however, once I go into 100000 and over numbers it truncates to 1e+05. I cannot have this. Changing the type to number displays it as ####. Cell C3 has nothing in it, I have deleted/cleared cell and everything. B3 and C3 are not merged in any way. No text rotation. The sheet does not have the "show equations" checkbox on. I cannot find any reason why B3 wouldn't overflow into C3.

The odd thing... I have 18 different sheets that share this format, all created from this first one (copy/paste/change references). The first one is the only one that will not overflow into C3, the other 17 do! I cannot figure this out. Any help is extremely appreciated.

Excel 2016 / Windows 7
 
Last edited:

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Hi, I think that's standard behaviour for numbers, whether from a formula or not. You could convert the result to text - but you should be aware that if you intend to do any further calculations with it this might cause problems.

For example, to convert to text you could append a zero length string to the beginning of the number:

=""&Sheet1!A1
 
Upvote 0

Forum statistics

Threads
1,223,164
Messages
6,170,444
Members
452,326
Latest member
johnshaji

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top