#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 126
Default COMBINATION FORMULA

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)


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default COMBINATION FORMULA

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)


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 126
Default COMBINATION FORMULA

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:

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)


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
Reusing formula Tony29 Excel Discussion (Misc queries) 7 September 7th 06 03:34 AM
Excel: Allow combination of formula answer and text in one cell wood nerd Excel Worksheet Functions 3 May 4th 06 01:07 AM
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM


All times are GMT +1. The time now is 09:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"