Group:  Microsoft Excel ยป microsoft.public.excel.misc
Thread: COMBINATION FORMULA

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

COMBINATION FORMULA
Johnny 21.09.2006 16:25:02
I would like to have the (#N/A) caculations appear a (0) within the following
formula.

=VLOOKUP(A2,'RUNNING DATA wkly'!AO$3:AR$6000,4,0)


RE: COMBINATION FORMULA
Dave F 21.09.2006 16:29:02
Just do this: =IF(ISNA(VLOOKUP([your criteria]),0,VLOOKUP([your criteria]))

In plain English: "IF VLOOKUP returns N/A, THEN 0, ELSE do the VLOOKUP"

Dave
--
Brevity is the soul of wit.


"Johnny" wrote:

[Quoted Text]
> I would like to have the (#N/A) caculations appear a (0) within the following
> formula.
>
> =VLOOKUP(A2,'RUNNING DATA wkly'!AO$3:AR$6000,4,0)
>
>
RE: COMBINATION FORMULA
Johnny 21.09.2006 18:26:02
Thanks a lot Dave. You are a real knowlegdable gent., seeing that your
profile is labed on quite a few postedings.

May the WIT be with you!

"Dave F" wrote:

[Quoted Text]
> Just do this: =IF(ISNA(VLOOKUP([your criteria]),0,VLOOKUP([your criteria]))
>
> In plain English: "IF VLOOKUP returns N/A, THEN 0, ELSE do the VLOOKUP"
>
> Dave
> --
> Brevity is the soul of wit.
>
>
> "Johnny" wrote:
>
> > I would like to have the (#N/A) caculations appear a (0) within the following
> > formula.
> >
> > =VLOOKUP(A2,'RUNNING DATA wkly'!AO$3:AR$6000,4,0)
> >
> >

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net