View Single Post
Old 11-20-2004, 13:00   #4 (permalink)
Domenic
Civilians

 
Default Re: Empty (NUll) value in cell, not empty string?


For your second formula...

=IF(ISNUMBER(D1),D1*10,0)

Hope this helps!

Jan Kronsell Wrote:
> I have cell (D1) with this formula:
>
> =IF(ISNA(VLOOKUP(C1,Navne,2,FALSE)),"";VLOOKUP(C1, Navne,2,FALSE))
>
> If C1 is N/A, it returns an empty string. The problem is, you can
> multiply
> an empty string.
>
> So my next formula =D1*10 it gives me a VALUE error. I would like t
> give me
> a 0 in stead. I know I can change ti formula to insert a zero instea
> of the
> "", but is there other way you can do it? I would like to avouid the
> zero-value in D1.
>
> I know I can make conditonal formatting of D1, or suppress the showin
> of
> zeros.
>
> Ja


--
Domeni
-----------------------------------------------------------------------
Domenic's Profile: http://www.excelforum.com/member.php...fo&userid=1078
View this thread: http://www.excelforum.com/showthread.php?threadid=31902

  Reply With Quote
 
Page generated in 0.49117 seconds with 14 queries