A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Excel 2003 - Skip a cell



 
 
Thread Tools Display Modes
  #1  
Old April 21st, 2010, 04:45 PM posted to microsoft.public.excel.misc
Ed
external usenet poster
 
Posts: 733
Default Excel 2003 - Skip a cell

How do I skip a blank cell? I have a column of dates (Col A) and a column of
numbers (Col C). Col C has irregular blanks. I want to copy these to another
spreadsheet without the blanks in Col C and without the corresponding dates
in Col A. My purpose is to creat a column chart without the gaps caused by
blank cells. The IF function will return a blank for a blank but I want to
skip the blank.
  #2  
Old April 21st, 2010, 05:34 PM posted to microsoft.public.excel.misc
Roger Govier[_8_]
external usenet poster
 
Posts: 338
Default Excel 2003 - Skip a cell

Hi

For the chart use NA() instead of blanks

So, for your copy
=IF(Sheet1!A1="",NA(),Sheet1!A1)
--
Regards
Roger Govier

Ed wrote:
How do I skip a blank cell? I have a column of dates (Col A) and a column of
numbers (Col C). Col C has irregular blanks. I want to copy these to another
spreadsheet without the blanks in Col C and without the corresponding dates
in Col A. My purpose is to creat a column chart without the gaps caused by
blank cells. The IF function will return a blank for a blank but I want to
skip the blank.

  #3  
Old April 21st, 2010, 05:52 PM posted to microsoft.public.excel.misc
Paul C
external usenet poster
 
Posts: 202
Default Excel 2003 - Skip a cell

Set up Filter (Data-Filter) for you entire range of data

Then select to show all non-blanks in column C

Once this is done select the data range and copy-paste to a
new sheet. The rows with Column C blank are not selected and do not paste.


--
If this helps, please remember to click yes.


"Ed" wrote:

How do I skip a blank cell? I have a column of dates (Col A) and a column of
numbers (Col C). Col C has irregular blanks. I want to copy these to another
spreadsheet without the blanks in Col C and without the corresponding dates
in Col A. My purpose is to creat a column chart without the gaps caused by
blank cells. The IF function will return a blank for a blank but I want to
skip the blank.

  #4  
Old April 21st, 2010, 08:11 PM posted to microsoft.public.excel.misc
Ed
external usenet poster
 
Posts: 733
Default Excel 2003 - Skip a cell

I tried this and the blank cells now have #NA in them. When I chart that it
stills leaves a gap between two columns on my chart.

"Roger Govier" wrote:

Hi

For the chart use NA() instead of blanks

So, for your copy
=IF(Sheet1!A1="",NA(),Sheet1!A1)
--
Regards
Roger Govier

Ed wrote:
How do I skip a blank cell? I have a column of dates (Col A) and a column of
numbers (Col C). Col C has irregular blanks. I want to copy these to another
spreadsheet without the blanks in Col C and without the corresponding dates
in Col A. My purpose is to creat a column chart without the gaps caused by
blank cells. The IF function will return a blank for a blank but I want to
skip the blank.

.

  #5  
Old April 21st, 2010, 08:14 PM posted to microsoft.public.excel.misc
Ed
external usenet poster
 
Posts: 733
Default Excel 2003 - Skip a cell

I tried this but was unable to filter the data. Not sure I understand the
filter process. Also, how do you select all non-blanks? Thanks for your help.

"Paul C" wrote:

Set up Filter (Data-Filter) for you entire range of data

Then select to show all non-blanks in column C

Once this is done select the data range and copy-paste to a
new sheet. The rows with Column C blank are not selected and do not paste.


--
If this helps, please remember to click yes.


"Ed" wrote:

How do I skip a blank cell? I have a column of dates (Col A) and a column of
numbers (Col C). Col C has irregular blanks. I want to copy these to another
spreadsheet without the blanks in Col C and without the corresponding dates
in Col A. My purpose is to creat a column chart without the gaps caused by
blank cells. The IF function will return a blank for a blank but I want to
skip the blank.

  #6  
Old April 21st, 2010, 09:21 PM posted to microsoft.public.excel.misc
Ed
external usenet poster
 
Posts: 733
Default Excel 2003 - Skip a cell

I figured out how to filter the data and to select for all non-blank cells
and then copy the data to my chart data spreadsheet. But I continue to add
additonal data. Will I have to copy and paste each time I add new data or is
there a formula that I can use to automate the process?

"Paul C" wrote:

Set up Filter (Data-Filter) for you entire range of data

Then select to show all non-blanks in column C

Once this is done select the data range and copy-paste to a
new sheet. The rows with Column C blank are not selected and do not paste.


--
If this helps, please remember to click yes.


"Ed" wrote:

How do I skip a blank cell? I have a column of dates (Col A) and a column of
numbers (Col C). Col C has irregular blanks. I want to copy these to another
spreadsheet without the blanks in Col C and without the corresponding dates
in Col A. My purpose is to creat a column chart without the gaps caused by
blank cells. The IF function will return a blank for a blank but I want to
skip the blank.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:22 PM.


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