Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Anita
 
Posts: n/a
Default In a linked calculation how do I lose the '0' in the linked file?

I've linked 1 excel file to another. Some fields in origin file are empty,
in linked file they show as a '0'. How do I lose the '0'?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Barb Reinhardt
 
Posts: n/a
Default In a linked calculation how do I lose the '0' in the linked file?

You could use something like
=if(isblank( inked info ),ValueIfTrue,ValueIfFalse)


"Anita" wrote:

I've linked 1 excel file to another. Some fields in origin file are empty,
in linked file they show as a '0'. How do I lose the '0'?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max
 
Posts: n/a
Default In a linked calculation how do I lose the '0' in the linked file?

"Anita" wrote
I've linked 1 excel file to another. Some fields in origin file are

empty,
in linked file they show as a '0'. How do I lose the '0'?


Another way is to frame the link formulas along these lines:

=IF(Sheet1!A1="","",Sheet1!A1)

=IF([Book1]Sheet1!A1="","",[Book1]Sheet1!A1)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---


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
Someone moved my linked file Keith Excel Worksheet Functions 1 January 27th 06 02:04 PM
How do I which file in collection is being used in the calculation DMB Excel Discussion (Misc queries) 7 January 22nd 06 01:20 AM
Formula calculation in a Shared Excel File Cillian Excel Discussion (Misc queries) 0 December 1st 05 06:22 PM
How do I unlock FILE access? rcmodelr Excel Discussion (Misc queries) 7 November 12th 05 09:55 PM
File Size - Calculation [email protected] Excel Discussion (Misc queries) 3 September 7th 05 02:10 PM


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