![]() |
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 |
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 |
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 |
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 |
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