Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 121
Default Making Blank Cells

Cell K5 is linked to Cell H5, so that whatever gets entered in Cell H5 it
will appear in Cell K5. However, sometimes H5 does not have any data in it
and when that happens Cell H5 enters data which screws up other formulas. Is
it possible to make K5 blank when H5 is blank?Right now I am linking them by
an equal sign and that is not working. Any thoughts?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Making Blank Cells

Try

=IF(H5<"",H5,"")

Mike

"Workbook" wrote:

Cell K5 is linked to Cell H5, so that whatever gets entered in Cell H5 it
will appear in Cell K5. However, sometimes H5 does not have any data in it
and when that happens Cell H5 enters data which screws up other formulas. Is
it possible to make K5 blank when H5 is blank?Right now I am linking them by
an equal sign and that is not working. Any thoughts?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,393
Default Making Blank Cells

It seems you are using a formula like: =H5
If H5 is blank this returns a zero value
We can avoid this with =IF(ISBLANK(H5), "", H5)
If that does not work for you, we need to know about the 'other formulas
that get screwed up'.
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Workbook" wrote in message
...
Cell K5 is linked to Cell H5, so that whatever gets entered in Cell H5 it
will appear in Cell K5. However, sometimes H5 does not have any data in
it
and when that happens Cell H5 enters data which screws up other formulas.
Is
it possible to make K5 blank when H5 is blank?Right now I am linking them
by
an equal sign and that is not working. Any thoughts?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Making Blank Cells

=IF(H5="","",H5)
--
David Biddulph

"Workbook" wrote in message
...
Cell K5 is linked to Cell H5, so that whatever gets entered in Cell H5 it
will appear in Cell K5. However, sometimes H5 does not have any data in
it
and when that happens Cell H5 enters data which screws up other formulas.
Is
it possible to make K5 blank when H5 is blank?Right now I am linking them
by
an equal sign and that is not working. Any thoughts?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Making Blank Cells

How does this relate to your earlier post, where you were concerned
with a cell containing either 11 or 12?

Pete

On Feb 4, 12:56*pm, Workbook
wrote:
Cell K5 is linked to Cell H5, so that whatever gets entered in Cell H5 it
will appear in Cell K5. *However, sometimes H5 does not have any data in it
and when that happens Cell H5 enters data which screws up other formulas. *Is
it possible to make K5 blank when H5 is blank?Right now I am linking them by
an equal sign and that is not working. *Any thoughts?


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
Making a Blank Cell Confused Slug Charts and Charting in Excel 2 December 14th 08 08:11 PM
Making Cell Blank [email protected] Excel Worksheet Functions 1 March 27th 06 04:48 AM
Blank cells in named range- how to ignore them when making my graph? Help plz! KR Excel Discussion (Misc queries) 0 August 24th 05 02:35 PM
Making Blank Cells Really Blank (Zen Koan) Ralph Excel Worksheet Functions 2 April 11th 05 12:07 AM
making graphs ignore "blank " cells Guillermo Excel Discussion (Misc queries) 4 February 22nd 05 09:26 PM


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