Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Linking question


I am linking my source workbook to a destination workbook.
When I have a link with no data in the source cell, it is giving it a
value of '0'
in my destination cell. How do I get the destination to show a null
value
like my source cell.

Thanks,

GJ


--
gjack72
------------------------------------------------------------------------
gjack72's Profile: http://www.excelforum.com/member.php...o&userid=30375
View this thread: http://www.excelforum.com/showthread...hreadid=500323

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Linking question

=if(a1="","",a1)
or
=if(sheet2!a1="","",sheet2!a1)


gjack72 wrote:

I am linking my source workbook to a destination workbook.
When I have a link with no data in the source cell, it is giving it a
value of '0'
in my destination cell. How do I get the destination to show a null
value
like my source cell.

Thanks,

GJ

--
gjack72
------------------------------------------------------------------------
gjack72's Profile: http://www.excelforum.com/member.php...o&userid=30375
View this thread: http://www.excelforum.com/showthread...hreadid=500323


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Linking question


Thanks,
I tried IIF(), that did not work, did not try IF() Yet.

GJ


--
gjack72
------------------------------------------------------------------------
gjack72's Profile: http://www.excelforum.com/member.php...o&userid=30375
View this thread: http://www.excelforum.com/showthread...hreadid=500323

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Linking question

IIF isn't a worksheet function (well, in the USA version).

But it is a function in VBA.

gjack72 wrote:

Thanks,
I tried IIF(), that did not work, did not try IF() Yet.

GJ

--
gjack72
------------------------------------------------------------------------
gjack72's Profile: http://www.excelforum.com/member.php...o&userid=30375
View this thread: http://www.excelforum.com/showthread...hreadid=500323


--

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
Linking Question akemeny Excel Worksheet Functions 4 September 3rd 08 09:52 PM
Question about linking please Susan Excel Discussion (Misc queries) 3 July 15th 08 04:14 PM
Linking question Abnerz Excel Discussion (Misc queries) 0 February 16th 06 08:52 PM
Linking Question southpaw3229 Excel Discussion (Misc queries) 1 December 1st 05 08:40 PM
Another linking question singlgl1 Excel Discussion (Misc queries) 3 October 27th 05 12:38 AM


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