ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Empty Errors (https://www.excelbanter.com/excel-programming/298425-empty-errors.html)

Don Cleve

Empty Errors
 
Is it possible to supress the error sign created when a
field is left empty or the date returning as 1900 and
display a field as empty but keep the formula until data
is present?


Frank Kabel

Empty Errors
 
Hi
may be use something like
=IF(A1="","",your_formula)

--
Regards
Frank Kabel
Frankfurt, Germany

"Don Cleve" schrieb im
Newsbeitrag ...
Is it possible to supress the error sign created when a
field is left empty or the date returning as 1900 and
display a field as empty but keep the formula until data
is present?



don

Empty Errors
 
Yes but there is a problem with

=IF(K5<0,68,69)

which I use as a formula. Is it possible to use a double
If like IIF for this one?

Thanks again


-----Original Message-----
Hi
may be use something like
=IF(A1="","",your_formula)

--
Regards
Frank Kabel
Frankfurt, Germany

"Don Cleve" schrieb

im
Newsbeitrag ...
Is it possible to supress the error sign created when a
field is left empty or the date returning as 1900 and
display a field as empty but keep the formula until data
is present?


.


Frank Kabel

Empty Errors
 
Hi
not quite sure what you're trying to do but try
=IF(K5="","",IF(K5<0,68,69))

--
Regards
Frank Kabel
Frankfurt, Germany

"Don" schrieb im Newsbeitrag
...
Yes but there is a problem with

=IF(K5<0,68,69)

which I use as a formula. Is it possible to use a double
If like IIF for this one?

Thanks again


-----Original Message-----
Hi
may be use something like
=IF(A1="","",your_formula)

--
Regards
Frank Kabel
Frankfurt, Germany

"Don Cleve" schrieb

im
Newsbeitrag ...
Is it possible to supress the error sign created when a
field is left empty or the date returning as 1900 and
display a field as empty but keep the formula until data
is present?


.




All times are GMT +1. The time now is 03:00 PM.

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