Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
JC
 
Posts: n/a
Default Blank cell after evaluation

I am using the formula, =IF(ISNUMBER(Analysis!O6),Analysis!O6," ") but have a
problem. If there is a value in Analysis!O6 then the file works properly.
However, if Analysis has no value in it, then I need to formula to return
nothing. The problem is that I can only get the formula to return a blank
space, 0, or False. All of these results cause a subsequent formula to fail.


Is there a different formula or criteria that will leave the cell empty?
--
Thanks in advance,
JC
  #2   Report Post  
Gary''s Student
 
Posts: n/a
Default

Yes. Just remore the space between your double quotes.
--
Gary''s Student


"JC" wrote:

I am using the formula, =IF(ISNUMBER(Analysis!O6),Analysis!O6," ") but have a
problem. If there is a value in Analysis!O6 then the file works properly.
However, if Analysis has no value in it, then I need to formula to return
nothing. The problem is that I can only get the formula to return a blank
space, 0, or False. All of these results cause a subsequent formula to fail.


Is there a different formula or criteria that will leave the cell empty?
--
Thanks in advance,
JC

  #3   Report Post  
Dave Peterson
 
Posts: n/a
Default

You can't leave the cell blank--it's always gonna contain that formula.

The closest you can do is return a string that looks blank (""--like Gary's
Student suggested).

But you may want something else. It depends on what that other formula is.

Or maybe you should adjust that other formula.

Difficult to say without knowing that other formula.

JC wrote:

I am using the formula, =IF(ISNUMBER(Analysis!O6),Analysis!O6," ") but have a
problem. If there is a value in Analysis!O6 then the file works properly.
However, if Analysis has no value in it, then I need to formula to return
nothing. The problem is that I can only get the formula to return a blank
space, 0, or False. All of these results cause a subsequent formula to fail.


Is there a different formula or criteria that will leave the cell empty?
--
Thanks in advance,
JC


--

Dave Peterson
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
Setting Purely BLANK Cell yokato95 Excel Worksheet Functions 4 August 18th 05 04:43 PM
Replace null string with blank cell gjcase Excel Discussion (Misc queries) 2 August 9th 05 02:13 PM
Look for change next blank cell in Range Nigel Bennett Excel Worksheet Functions 1 March 13th 05 09:45 PM
Go to first blank cell Curt D. Excel Worksheet Functions 4 February 28th 05 10:27 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 05:13 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"