Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Removing 0 from cell that is blank

I am have set-up a worbook in which one worksheet is populated by by data
completed within another worksheet. The problem I have is that if a cell is
left blank, not filled in by a number or text, it is left with a zero (0).
How do I have this removed from my worksheet when data is not completed?

Thanks
Mike
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Removing 0 from cell that is blank

instead of:
=Sheet2!A1
use something like:
=IF(Sheet2!A1="","",Sheet2!A1)

--
Gary''s Student - gsnu200802


"Mike" wrote:

I am have set-up a worbook in which one worksheet is populated by by data
completed within another worksheet. The problem I have is that if a cell is
left blank, not filled in by a number or text, it is left with a zero (0).
How do I have this removed from my worksheet when data is not completed?

Thanks
Mike

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Removing 0 from cell that is blank

Thanks. I just tried doing that and it gave me a "Flase" error.

"Gary''s Student" wrote:

instead of:
=Sheet2!A1
use something like:
=IF(Sheet2!A1="","",Sheet2!A1)

--
Gary''s Student - gsnu200802


"Mike" wrote:

I am have set-up a worbook in which one worksheet is populated by by data
completed within another worksheet. The problem I have is that if a cell is
left blank, not filled in by a number or text, it is left with a zero (0).
How do I have this removed from my worksheet when data is not completed?

Thanks
Mike

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Removing 0 from cell that is blank

Time to post the formula you used--or try GS's suggestion once more.

Or did the "sending" cell really contain False/Flase???

Mike wrote:

Thanks. I just tried doing that and it gave me a "Flase" error.

"Gary''s Student" wrote:

instead of:
=Sheet2!A1
use something like:
=IF(Sheet2!A1="","",Sheet2!A1)

--
Gary''s Student - gsnu200802


"Mike" wrote:

I am have set-up a worbook in which one worksheet is populated by by data
completed within another worksheet. The problem I have is that if a cell is
left blank, not filled in by a number or text, it is left with a zero (0).
How do I have this removed from my worksheet when data is not completed?

Thanks
Mike


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Removing 0 from cell that is blank

Here is the formula I used which is giving me the "false" error. Thank you.

=IF('Start-up'!C9:J9=",",'Start-up'!C9:J9)

"Dave Peterson" wrote:

Time to post the formula you used--or try GS's suggestion once more.

Or did the "sending" cell really contain False/Flase???

Mike wrote:

Thanks. I just tried doing that and it gave me a "Flase" error.

"Gary''s Student" wrote:

instead of:
=Sheet2!A1
use something like:
=IF(Sheet2!A1="","",Sheet2!A1)

--
Gary''s Student - gsnu200802


"Mike" wrote:

I am have set-up a worbook in which one worksheet is populated by by data
completed within another worksheet. The problem I have is that if a cell is
left blank, not filled in by a number or text, it is left with a zero (0).
How do I have this removed from my worksheet when data is not completed?

Thanks
Mike


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default Removing 0 from cell that is blank

On Sep 4, 1:46*pm, Mike wrote:
Here is the formula I used which is giving me the "false" error. Thank you.

=IF('Start-up'!C9:J9=",",'Start-up'!C9:J9)



"Dave Peterson" wrote:
Time to post the formula you used--or try GS's suggestion once more.


Or did the "sending" cell really contain False/Flase???


Mike wrote:


Thanks. I just tried doing that and it gave me a "Flase" error.


"Gary''s Student" wrote:


instead of:
=Sheet2!A1
use something like:
=IF(Sheet2!A1="","",Sheet2!A1)


--
Gary''s Student - gsnu200802


"Mike" wrote:


I am have set-up a worbook in which one worksheet is populated by by data
completed within another worksheet. The problem I have is that if a cell is
left blank, not filled in by a number or text, it is left with a zero (0).
How do I have this removed from my worksheet when data is not completed?


Thanks
Mike


--


Dave Peterson- Hide quoted text -


- Show quoted text -


Need the double quotes, excel doesn't work with single quotes
=IF('Start-up'!C9:J9="","",'Start-up'!C9:J9)
  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Removing 0 from cell that is blank

You're going to need a formula for each cell:

=IF('Start-up'!C9="","",'Start-up'!C9)

And watch those commas and double quotes!

Mike wrote:

Here is the formula I used which is giving me the "false" error. Thank you.

=IF('Start-up'!C9:J9=",",'Start-up'!C9:J9)

"Dave Peterson" wrote:

Time to post the formula you used--or try GS's suggestion once more.

Or did the "sending" cell really contain False/Flase???

Mike wrote:

Thanks. I just tried doing that and it gave me a "Flase" error.

"Gary''s Student" wrote:

instead of:
=Sheet2!A1
use something like:
=IF(Sheet2!A1="","",Sheet2!A1)

--
Gary''s Student - gsnu200802


"Mike" wrote:

I am have set-up a worbook in which one worksheet is populated by by data
completed within another worksheet. The problem I have is that if a cell is
left blank, not filled in by a number or text, it is left with a zero (0).
How do I have this removed from my worksheet when data is not completed?

Thanks
Mike


--

Dave Peterson


--

Dave Peterson
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
Removing Blank Rows ? Robert11 New Users to Excel 3 November 13th 06 03:07 PM
Removing blank cells... Jambruins Excel Discussion (Misc queries) 0 March 31st 06 08:02 PM
Removing blank cells Dallas101 Excel Worksheet Functions 0 March 1st 06 02:59 PM
Removing a blank cell between data Bonnie, OH New Users to Excel 1 February 27th 06 08:07 PM
Removing blank characters ? bvinternet Excel Discussion (Misc queries) 2 July 24th 05 09:15 AM


All times are GMT +1. The time now is 02:08 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"