LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Search33
 
Posts: n/a
Default How to blank a cell with a formula

Or,
you can use " " instead of "" to make the cell just a space.

- Search

"Peo Sjoblom" wrote:

Try

=IF(C1<1,NA(),WEIBULL(A1,C1,C2,FALSE))

if you don't like the look of #N/A in the cell you can use format
conditional formatting formula is and use =ISNA(C1)
then use a white font


--

Regards,

Peo Sjoblom



"nsv" wrote in message
...

This has probably been asked before so forgive me; I cannot find
anything about it

I want to draw the Weibull frequency distribution.
If the form factor is less than 1, the formula calculates 0 for x =0,
but the real function approaches infinite. Therefore I want to exclude
this single point, but it is not possible. I can write something like
=IF(C1<1,"",WEIBULL(A1,C1,C2,FALSE)), but the "" is interpreted like a
0, and this exactly what I want to avoid.

Is there a function that works like
IF(C1<1,BLANKCELL,WEIBULL(A1,C1,C2,FALSE))?

NSV


--
nsv
------------------------------------------------------------------------
nsv's Profile:

http://www.excelforum.com/member.php...o&userid=26500
View this thread: http://www.excelforum.com/showthread...hreadid=482190




 
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
I need a formula: " If this cell is blank, then 0" Duke Excel Worksheet Functions 6 October 18th 05 10:35 PM
Text in formula bar is not displaying in cell Mike Excel Discussion (Misc queries) 0 August 29th 05 09:47 PM
Excel VB-Copy formula down until adjacent cell (left) is blank? Tony P. Excel Discussion (Misc queries) 1 May 18th 05 06:11 PM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
How to stop excel from plotting a "blank" cell with formula as zer tiw Excel Discussion (Misc queries) 5 April 21st 05 08:38 PM


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