#1   Report Post  
Posted to microsoft.public.excel.misc
sunderland27
 
Posts: n/a
Default Formula edit

how can i remove the (#DIV/0!) when i have not data in the fields, but keep
the formulas in the particular field?

  #2   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default Formula edit

You could use something like this:

=IF(ISERROR(formula),"",formula)

This will evaluate your formula, then, if an error is returned, it displays
a blank, otherwise, the results of the formula are displayed.

HTH,
Elkar


"sunderland27" wrote:

how can i remove the (#DIV/0!) when i have not data in the fields, but keep
the formulas in the particular field?

  #3   Report Post  
Posted to microsoft.public.excel.misc
sunderland27
 
Posts: n/a
Default Formula edit

what is the 2nd formula listed below?

"Elkar" wrote:

You could use something like this:

=IF(ISERROR(formula),"",formula)

This will evaluate your formula, then, if an error is returned, it displays
a blank, otherwise, the results of the formula are displayed.

HTH,
Elkar


"sunderland27" wrote:

how can i remove the (#DIV/0!) when i have not data in the fields, but keep
the formulas in the particular field?

  #4   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default Formula edit

Its the same one.

If [yourformula] is an error
then display nothing
else display [yourformula]

For example, lets say your formula is A1+B1, then it would look like this:

=IF(ISERROR(A1+B1),"",A1+B1)

HTH,
Elkar


"sunderland27" wrote:

what is the 2nd formula listed below?

"Elkar" wrote:

You could use something like this:

=IF(ISERROR(formula),"",formula)

This will evaluate your formula, then, if an error is returned, it displays
a blank, otherwise, the results of the formula are displayed.

HTH,
Elkar


"sunderland27" wrote:

how can i remove the (#DIV/0!) when i have not data in the fields, but keep
the formulas in the particular field?

  #5   Report Post  
Posted to microsoft.public.excel.misc
sunderland27
 
Posts: n/a
Default Formula edit

thank you

"Elkar" wrote:

Its the same one.

If [yourformula] is an error
then display nothing
else display [yourformula]

For example, lets say your formula is A1+B1, then it would look like this:

=IF(ISERROR(A1+B1),"",A1+B1)

HTH,
Elkar


"sunderland27" wrote:

what is the 2nd formula listed below?

"Elkar" wrote:

You could use something like this:

=IF(ISERROR(formula),"",formula)

This will evaluate your formula, then, if an error is returned, it displays
a blank, otherwise, the results of the formula are displayed.

HTH,
Elkar


"sunderland27" wrote:

how can i remove the (#DIV/0!) when i have not data in the fields, but keep
the formulas in the particular field?



  #6   Report Post  
Posted to microsoft.public.excel.misc
sunderland27
 
Posts: n/a
Default Formula edit

now that we have that. what can i do to leave fields blank if only one field
is populated

b1 = 2 c2 "blank" d1 = -.1 (what can i do to have d1 be blank until c2 is
populated with a number?)

"sunderland27" wrote:

thank you

"Elkar" wrote:

Its the same one.

If [yourformula] is an error
then display nothing
else display [yourformula]

For example, lets say your formula is A1+B1, then it would look like this:

=IF(ISERROR(A1+B1),"",A1+B1)

HTH,
Elkar


"sunderland27" wrote:

what is the 2nd formula listed below?

"Elkar" wrote:

You could use something like this:

=IF(ISERROR(formula),"",formula)

This will evaluate your formula, then, if an error is returned, it displays
a blank, otherwise, the results of the formula are displayed.

HTH,
Elkar


"sunderland27" wrote:

how can i remove the (#DIV/0!) when i have not data in the fields, but keep
the formulas in the particular field?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to edit formula Jennifer H Excel Worksheet Functions 6 March 9th 06 04:27 AM
cursor locked, won't allow move, repeat or formula edit carpinbox Excel Discussion (Misc queries) 1 January 31st 06 07:01 PM
i edit a formula (excel) then it displays formula not answer caiman Excel Discussion (Misc queries) 2 September 9th 05 02:09 AM
how do I get the edit button back on the formula bar? johnjrider Excel Discussion (Misc queries) 2 March 26th 05 12:20 AM
How do I edit a formula as part of a macro? Jacob Wood Excel Discussion (Misc queries) 1 January 25th 05 11:02 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"