B
bonejn
I have a column in sheet(1) which is set to have a numeric datatype.
This column may or may not have an entry
(some entries may be a value of zero).
In sheet(2) I'm using a cell reference to this column.
I'm using the formula =IF(ISBLANK(cellref),"",cellref) but
this creates a problem in that it no longer is a numeric datatype.
In otherwords, I need the cell in sheet(2) to contain
either a value, zero, or remain blank depending on what
is in the referenced cell in sheet(1).
Reason being is, if the cells in sheet(2) contain both
numerals and text then the Access Import Wizard will
choose the text datatype for this field.
I'm finding this a problem with both my numeric and date fields.
Is there another way to use an IF statement where it will do nothing if TRUE?
-B
This column may or may not have an entry
(some entries may be a value of zero).
In sheet(2) I'm using a cell reference to this column.
I'm using the formula =IF(ISBLANK(cellref),"",cellref) but
this creates a problem in that it no longer is a numeric datatype.
In otherwords, I need the cell in sheet(2) to contain
either a value, zero, or remain blank depending on what
is in the referenced cell in sheet(1).
Reason being is, if the cells in sheet(2) contain both
numerals and text then the Access Import Wizard will
choose the text datatype for this field.
I'm finding this a problem with both my numeric and date fields.
Is there another way to use an IF statement where it will do nothing if TRUE?
-B