changing ##### to (blank cell)

Brown

Board Regular
Joined
Sep 14, 2009
Messages
198
Office Version
  1. 365
I have created a sheet with a lot of data that will be input over time, and there are ##### showing up that I would prefer not be there.
Is there a way to, easily go back and make those go away?
thanks, and just for information there may be more than 200 cells in the sheet showing this.
this link will give you a better idea, sorry the screen shot wouldnt work.

http://i287.photobucket.com/albums/ll127/nu2trout/excel capture_zps6jachbr1.jpg
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
They are probably there because the cell is too small to show the value (or the text is too big!)

Resize either the cell or font.
 
Upvote 0
I assume these are time values? Excel cannot format a Negative time value.

Try formatting the cells as Custom with this stirng
h:mm;;h:mm
 
Upvote 0
when i stretch the cell i get #VALUE .
Ok so new question, how can i remove that and show a blank cell or 0?
 
Upvote 0
Whatever your formula is in that cell, wrap it in IFERROR

=IFERROR(yourformula,0)
 
Upvote 0
ok so i would have to go back into every cell and type that formula so that none of that things appear in my sheet?
Thanks
Brown
 
Upvote 0
You shouldn't have to manually change every single formula.
If your formulas are written with effective absolute cell referencing, then you should only need to adjust the formula at the top of each column, and fill them down.
And/Or at the left of each row and fill right, depending on your sheet layout.
 
Last edited:
Upvote 0
oh my, ok i will give it a try on a dummy sheet i can play with so i dont ruin the entire sheet.
thanks
Brown
 
Upvote 0

Forum statistics

Threads
1,215,724
Messages
6,126,482
Members
449,316
Latest member
sravya

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