Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 385
Default Cells Appear Blank but aren't

Why do the cells in Excel sometimes appear blank but in the function line it
shows that it has info in it?
--
Jennifer
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,420
Default Cells Appear Blank but aren't

Perhaps the formula is returning a blank.

--
__________________________________
HTH

Bob

"Jennifer" wrote in message
...
Why do the cells in Excel sometimes appear blank but in the function line
it
shows that it has info in it?
--
Jennifer



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Cells Appear Blank but aren't

Hi,

Maybe the cell has a formula that's evaluating as a null string. For example

=if(a1="","",A1)

this will show as empty until you enter a value in a1

Mike

"Jennifer" wrote:

Why do the cells in Excel sometimes appear blank but in the function line it
shows that it has info in it?
--
Jennifer

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,231
Default Cells Appear Blank but aren't

Jennifer wrote...
Why do the cells in Excel sometimes appear blank but in the function line it
shows that it has info in it?


Simplest way: type 1 or more spaces into a cell. If there doesn't
appear to be even spaces in a cell, but Excel treats the cell as
though it contains something, this can happen when cells with formulas
evaluating to "" are pasted as values into other cells.

You could use conditional formatting to visually identify cells
containing spaces or zero-length strings using the condition formula

=AND(ISTEXT(A1),LEN(TRIM(SUBSTITUTE(A1,CHAR(160)," "))=0)

and setting the background color to something unusual.
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Cells Appear Blank but aren't

What type of info is in the formula bar?

Maybe a formula that returns blank if a condition is not met?

=IF(A1<12,"",A1) would look blank if A1 was not 12

Or possibly the cells have been custom formatted with 3 semi-colons ;;;
which will leave cells looking blank.


Gord Dibben MS Excel MVP

On Tue, 19 May 2009 11:39:05 -0700, Jennifer
wrote:

Why do the cells in Excel sometimes appear blank but in the function line it
shows that it has info in it?




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11
Default Cells Appear Blank but aren't

Hi.

And it could be that the text color is simply the same color as the
background. In a new worksheet, type anything in cell A1. Then format
the text color to white. It will appear empty.

Regards,
Justin
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Index/match - make blank cells return a blank value. diaare Excel Worksheet Functions 3 May 3rd 23 03:44 AM
Nested IF - return a blank when compared cells are blank Struggling in Sheffield[_2_] New Users to Excel 2 February 9th 09 08:14 PM
Maximum Number of Blank Cells between Non Blank Cells in a Range Mal Excel Worksheet Functions 5 November 3rd 07 08:21 AM
Imported Data creates blank cells that aren't really blank JackieD Excel Worksheet Functions 14 February 23rd 06 12:57 AM
Making Blank Cells Really Blank (Zen Koan) Ralph Excel Worksheet Functions 2 April 11th 05 12:07 AM


All times are GMT +1. The time now is 02:43 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"