ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   cell auto population - why 0 when source cell is empty? (https://www.excelbanter.com/excel-discussion-misc-queries/94619-cell-auto-population-why-0-when-source-cell-empty.html)

David Smithz

cell auto population - why 0 when source cell is empty?
 
Help,

I'm auto populating a cell from another cell contained within another
worksheet.

However irritatingly, if the source cell contains nothing, it places a 0 in
the destination cell.

How can I stop this?

I'm having to complete a spreadsheet for Monday morning so am having a bit
of a crash course in Excel so help is very much appreciated.

Regards

David



Toppers

cell auto population - why 0 when source cell is empty?
 
David,
Will this help?

e.g in B1:

=IF(ISBLANK(A1),"",A1)



"David Smithz" wrote:

Help,

I'm auto populating a cell from another cell contained within another
worksheet.

However irritatingly, if the source cell contains nothing, it places a 0 in
the destination cell.

How can I stop this?

I'm having to complete a spreadsheet for Monday morning so am having a bit
of a crash course in Excel so help is very much appreciated.

Regards

David




Ragdyer

cell auto population - why 0 when source cell is empty?
 
One way:

If you're using something like this on Sheet1:

=Sheet2!A1

Try this:

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

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"David Smithz" wrote in message
. uk...
Help,

I'm auto populating a cell from another cell contained within another
worksheet.

However irritatingly, if the source cell contains nothing, it places a 0

in
the destination cell.

How can I stop this?

I'm having to complete a spreadsheet for Monday morning so am having a bit
of a crash course in Excel so help is very much appreciated.

Regards

David




David Smithz

cell auto population - why 0 when source cell is empty?
 

"Ragdyer" wrote in message
...
One way:

If you're using something like this on Sheet1:

=Sheet2!A1

Try this:

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

--
HTH,

Seems to of worked a treat. Thanks for that.

David



Ragdyer

cell auto population - why 0 when source cell is empty?
 
Appreciate the feed-back.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"David Smithz" wrote in message
. uk...

"Ragdyer" wrote in message
...
One way:

If you're using something like this on Sheet1:

=Sheet2!A1

Try this:

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

--
HTH,

Seems to of worked a treat. Thanks for that.

David





All times are GMT +1. The time now is 06:49 PM.

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