Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 81
Default Link cell show zero when source cell is blank

In worksheet 'Strategy Map,' cell K7 has link formual ='Objective C1'!AV21.

In worksheet 'Objective C1,' cell AV21 is blank; however, K7 holds a zero.

The format for both cells is percent, but even changing them to text does
not change the zero value in K7.

How do I get K7 to be blank?

Thanks, Phil
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default Link cell show zero when source cell is blank

=if('Objective C1'!av21="","",'objective c1'!av21)

is one way.

Phil Hageman wrote:

In worksheet 'Strategy Map,' cell K7 has link formual ='Objective C1'!AV21.

In worksheet 'Objective C1,' cell AV21 is blank; however, K7 holds a zero.

The format for both cells is percent, but even changing them to text does
not change the zero value in K7.

How do I get K7 to be blank?

Thanks, Phil


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 81
Default Link cell show zero when source cell is blank

Hi Dave,

Thanks for your answer - it solves the problem. In this "zero" a
characteristic of Excel? Don't remember it coming up before.

Thanks, Phil

"Dave Peterson" wrote:

=if('Objective C1'!av21="","",'objective c1'!av21)

is one way.

Phil Hageman wrote:

In worksheet 'Strategy Map,' cell K7 has link formual ='Objective C1'!AV21.

In worksheet 'Objective C1,' cell AV21 is blank; however, K7 holds a zero.

The format for both cells is percent, but even changing them to text does
not change the zero value in K7.

How do I get K7 to be blank?

Thanks, Phil


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default Link cell show zero when source cell is blank

It's been part of excel for as long as I can remember.

And IIRC, Lotus 123 release 2.4 did it the same way (last version I used).

Phil Hageman wrote:

Hi Dave,

Thanks for your answer - it solves the problem. In this "zero" a
characteristic of Excel? Don't remember it coming up before.

Thanks, Phil

"Dave Peterson" wrote:

=if('Objective C1'!av21="","",'objective c1'!av21)

is one way.

Phil Hageman wrote:

In worksheet 'Strategy Map,' cell K7 has link formual ='Objective C1'!AV21.

In worksheet 'Objective C1,' cell AV21 is blank; however, K7 holds a zero.

The format for both cells is percent, but even changing them to text does
not change the zero value in K7.

How do I get K7 to be blank?

Thanks, Phil


--

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
Show or blank out a cell dependant on an selection in another cell Larsb001 Excel Discussion (Misc queries) 0 July 10th 08 02:55 PM
Can Excel 2003 cell link carry with it the source cell format? tom Excel Discussion (Misc queries) 2 July 14th 06 06:14 AM
Using paste link infromation in cell to hyperlink to source cell? Wayne Excel Worksheet Functions 7 February 27th 05 07:38 PM
Show Blank is cell value=0 but count as a zero in sum. How to format this cell ? Markus Obermayer Excel Worksheet Functions 1 January 4th 05 08:01 PM
Show Blank is cell value=0 but count as a zero in sum. How to format this cell ? Markus Obermayer Excel Programming 2 January 4th 05 08:01 PM


All times are GMT +1. The time now is 12:50 PM.

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

About Us

"It's about Microsoft Excel"