In Cell R6 is N/a R3 is blank. The answer in R7 should return blank and it
retruns with #value errorT
Here is the formula I am using. I tried different IF and If(ISNA) and still
not working justdifferent errors.
R6*R$3 which is returning a value of #value. I would like that to return
blank
thanks
> In Cell R6 is N/a R3 is blank.
> The answer in R7 should return blank and it
[quoted text clipped - 4 lines]
> R6*R$3 which is returning a value of #value.
> I would like that to return blank
Try in R7: =IF(ISERROR(R6*R$3),"",R6*R$3)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
Darts - 13 Apr 2006 12:30 GMT
>> In Cell R6 is N/a R3 is blank.
>> The answer in R7 should return blank and it
[quoted text clipped - 9 lines]
>xdemechanik
>---
Thanks Much!!!!!!!!!!!!!!!!!Your a life saver!!!!!!!!!!!!!!!
Darts - 13 Apr 2006 12:30 GMT
>> In Cell R6 is N/a R3 is blank.
>> The answer in R7 should return blank and it
[quoted text clipped - 9 lines]
>xdemechanik
>---
Thanks Much!!!!!!!!!!!!!!!!!Your a life saver!!!!!!!!!!!!!!!
Max - 13 Apr 2006 12:34 GMT
> Thanks Much!!!!!!!!!!!!!!!!!Your a life saver!!!!!!!!!!!!!!!
Glad it worked <g> !
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---