Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ed Ed is offline
external usenet poster
 
Posts: 279
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 376
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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 269
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   Report Post  
Posted to microsoft.public.excel.misc
Ed Ed is offline
external usenet poster
 
Posts: 279
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   Report Post  
Posted to microsoft.public.excel.misc
Ed Ed is offline
external usenet poster
 
Posts: 279
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   Report Post  
Posted to microsoft.public.excel.misc
Ed Ed is offline
external usenet poster
 
Posts: 279
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.

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
why does my tab key skip to next page instead of next cell rb.jr Excel Discussion (Misc queries) 2 September 29th 09 10:19 PM
Excel 2003-skip to another cell upon leaving Rich D Excel Discussion (Misc queries) 7 September 12th 08 10:15 PM
In Excel, how do I set a formula to skip a cell if zero? hlpme Excel Discussion (Misc queries) 3 December 3rd 07 10:08 PM
skip to next cell if no value is found AirCav Excel Discussion (Misc queries) 0 February 9th 06 05:46 PM
Skip a cell that contains data slowdiver Excel Worksheet Functions 1 January 22nd 06 02:38 PM


All times are GMT +1. The time now is 05:09 PM.

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"