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

The formula should result in a blank, not 0. Do you have custom formatting
applied to the cell? Try changing the cell format to General.


"sunderland27" wrote:

F6 is blank D6=452

"Elkar" wrote:

Maybe try taking out the spaces in your quotes? A space " " and a blank ""
are two different things.

If that doesn't work, then what values are in F6 and D6?

"sunderland27" wrote:

below is my formula. the only thing that populates my desired field is a 0
and that is the only thing that will populate.

=IF(OR(F6=" ",G6=" ",ISERROR(F6/D6-1))," ",F6/D6-1)

"Elkar" wrote:

If you combine all of this into one formula, it would look like this:

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


"sunderland27" wrote:

How would i add this to my other formula =IF(ISERROR(A1+B1),"",A1+B1)?


"Elkar" wrote:

Try something like this:

=IF(OR(B1="",C2=""),"",yourformula)

Where yourformula is whatever you already have in D1.

HTH,
Elkar


"sunderland27" wrote:

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 05:47 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"