make it blank!

  • Thread starter via135 via OfficeKB.com
  • Start date
V

via135 via OfficeKB.com

hi!

cell A1 has no data and seems tobe blank.
but in B1 when I enter =ISBLANK(A1) it gives me FALSE!!
what's wrong with me and how can I make the cell
actual blank???

help me pl!

-via135
 
P

Paul

You probably have a space or something in there. You can go EDIT - CLEAR or
press the DEL key. That should solve it.
 
D

Dave Peterson

Did you have formulas that evaluated to ""?

Like
=if(a1>7,"greater than 7","")

And then did a copy|paste special|Values?

If you did, you can clean up that range by doing this:

Select the range to clean up
edit|Replace
what: (leave blank)
with: $$$$$
replace all

Then
edit|replace
what: $$$$$
with: (leave blank)
replace all
 
V

via135 via OfficeKB.com

yes..Dave..u r absolutely correct!
thks for pinpointing the problem!

-via135

Dave said:
Did you have formulas that evaluated to ""?

Like
=if(a1>7,"greater than 7","")

And then did a copy|paste special|Values?

If you did, you can clean up that range by doing this:

Select the range to clean up
edit|Replace
what: (leave blank)


with: $$$$$
replace all

Then
edit|replace
what: $$$$$
with: (leave blank)
replace all
[quoted text clipped - 10 lines]
 
Top