ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   In a linked calculation how do I lose the '0' in the linked file? (https://www.excelbanter.com/excel-worksheet-functions/69377-linked-calculation-how-do-i-lose-0-linked-file.html)

Anita

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'?

Barb Reinhardt

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'?


Max

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
---




All times are GMT +1. The time now is 04:23 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com