ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   linked workbook cell returns 0 is source workbook cell is blank? (https://www.excelbanter.com/excel-worksheet-functions/227349-linked-workbook-cell-returns-0-source-workbook-cell-blank.html)

Syd[_2_]

linked workbook cell returns 0 is source workbook cell is blank?
 
EXCEL 2003 - If source workbook cells are blank, some cells are general and
some are number, how come the linked workbook cells returns 0 insteand of
blank. How do I fix this? Thanks

Gary''s Student

linked workbook cell returns 0 is source workbook cell is blank?
 
Works the same way even within a worksheet, use:

=IF(A1="","",A1)
rather than
=A1


--
Gary''s Student - gsnu200845


"Syd" wrote:

EXCEL 2003 - If source workbook cells are blank, some cells are general and
some are number, how come the linked workbook cells returns 0 insteand of
blank. How do I fix this? Thanks


Syd[_2_]

linked workbook cell returns 0 is source workbook cell is blan
 
I used the following and it still returns a 0 value

=IF('MRR Form-2'!L1=" "," ",'MRR Form-2'!L1)



"Gary''s Student" wrote:

Works the same way even within a worksheet, use:

=IF(A1="","",A1)
rather than
=A1


--
Gary''s Student - gsnu200845


"Syd" wrote:

EXCEL 2003 - If source workbook cells are blank, some cells are general and
some are number, how come the linked workbook cells returns 0 insteand of
blank. How do I fix this? Thanks


driller

linked workbook cell returns 0 is source workbook cell is blan
 
remove the space between " ".

=IF('MRR Form-2'!L1=" "," ",'MRR Form-2'!L1)


into

=IF('MRR Form-2'!L1="","",'MRR Form-2'!L1)
or
=IF('MRR Form-2'!L1=""," ",'MRR Form-2'!L1)



"Syd" wrote:

I used the following and it still returns a 0 value

=IF('MRR Form-2'!L1=" "," ",'MRR Form-2'!L1)



"Gary''s Student" wrote:

Works the same way even within a worksheet, use:

=IF(A1="","",A1)
rather than
=A1


--
Gary''s Student - gsnu200845


"Syd" wrote:

EXCEL 2003 - If source workbook cells are blank, some cells are general and
some are number, how come the linked workbook cells returns 0 insteand of
blank. How do I fix this? Thanks


Syd[_2_]

linked workbook cell returns 0 is source workbook cell is blan
 


"driller" wrote:

remove the space between " ".

=IF('MRR Form-2'!L1=" "," ",'MRR Form-2'!L1)


into

=IF('MRR Form-2'!L1="","",'MRR Form-2'!L1)
or
=IF('MRR Form-2'!L1=""," ",'MRR Form-2'!L1)



"Syd" wrote:

I used the following and it still returns a 0 value

=IF('MRR Form-2'!L1=" "," ",'MRR Form-2'!L1)



"Gary''s Student" wrote:

Works the same way even within a worksheet, use:

=IF(A1="","",A1)
rather than
=A1


--
Gary''s Student - gsnu200845


"Syd" wrote:

EXCEL 2003 - If source workbook cells are blank, some cells are general and
some are number, how come the linked workbook cells returns 0 insteand of
blank. How do I fix this? Thanks



All times are GMT +1. The time now is 12:34 AM.

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