Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
When I moved data from one workbook to another (different column structures
so I pointed to the correct column, but most I did not run through any "formulas") What has happened is that many fields that were empty, got a value of 0 (ZERO), not blank. I have 2 questions: Why? And (more important....) how can I correct this after the fact? I have been using the data, so I can not really re-import it. Thanks, Bruce |
#2
![]()
Posted to microsoft.public.excel.misc,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Due to newbie-speak it's not clear what you're asking<g. If it is that a
formula returns a zero when referencing an empty cell, that is normal. One option is a formula like =IF(A1=0,"",A1). Another is to not display zero values in a window (Tools, Options, View, Zero Values. -- Jim Rech Excel MVP "Newbie1" wrote in message news:edhcc.187810$1p.2190741@attbi_s54... | When I moved data from one workbook to another (different column structures | so I pointed to the correct column, but most I did not run through any | "formulas") | What has happened is that many fields that were empty, got a value of 0 | (ZERO), not blank. | I have 2 questions: | Why? | And (more important....) how can I correct this after the fact? I have been | using the data, so I can not really re-import it. | | Thanks, | Bruce | | |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Referencing a cell even if its contents are moved moved/replaced | Excel Discussion (Misc queries) | |||
Moved workbook-File name, minimize, maximize and close are not vis | Excel Worksheet Functions | |||
can the data be moved to another cell not using any macro? | Excel Worksheet Functions | |||
Data Label manually moved | Charts and Charting in Excel | |||
continue to move data until all moved | Excel Programming |