#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 82
Default Changing n/a to zero

I have Excel 2000 & have followed previous thread suggestions of:

=IF(ISNA(VLOOKUP(F14,IntWE4Oct,2,FALSE),0,VLOOKUP( F14,IntWE4Oct,2,FALSE"))

and

=IF(ISNA(VLOOKUP(F14,IntWE4Oct,2,FALSE)"",VLOOKUP( F14,IntWE4Oct,2,FALSE"))

and neither work for me - HELP!

--
Sara
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default Changing n/a to zero

They look good to me. What doesn't work?
--
HTH,
Barb Reinhardt



"Sara" wrote:

I have Excel 2000 & have followed previous thread suggestions of:

=IF(ISNA(VLOOKUP(F14,IntWE4Oct,2,FALSE),0,VLOOKUP( F14,IntWE4Oct,2,FALSE"))

and

=IF(ISNA(VLOOKUP(F14,IntWE4Oct,2,FALSE)"",VLOOKUP( F14,IntWE4Oct,2,FALSE"))

and neither work for me - HELP!

--
Sara

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 82
Default Changing n/a to zero

Syetem just tells me that it doesn't like the formula - no reason given
--
Sara


"Barb Reinhardt" wrote:

They look good to me. What doesn't work?
--
HTH,
Barb Reinhardt



"Sara" wrote:

I have Excel 2000 & have followed previous thread suggestions of:

=IF(ISNA(VLOOKUP(F14,IntWE4Oct,2,FALSE),0,VLOOKUP( F14,IntWE4Oct,2,FALSE"))

and

=IF(ISNA(VLOOKUP(F14,IntWE4Oct,2,FALSE)"",VLOOKUP( F14,IntWE4Oct,2,FALSE"))

and neither work for me - HELP!

--
Sara

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,355
Default Changing n/a to zero

I just noticed. Take the " out after FALSE and try it again.
--
HTH,
Barb Reinhardt



"Sara" wrote:

Syetem just tells me that it doesn't like the formula - no reason given
--
Sara


"Barb Reinhardt" wrote:

They look good to me. What doesn't work?
--
HTH,
Barb Reinhardt



"Sara" wrote:

I have Excel 2000 & have followed previous thread suggestions of:

=IF(ISNA(VLOOKUP(F14,IntWE4Oct,2,FALSE),0,VLOOKUP( F14,IntWE4Oct,2,FALSE"))

and

=IF(ISNA(VLOOKUP(F14,IntWE4Oct,2,FALSE)"",VLOOKUP( F14,IntWE4Oct,2,FALSE"))

and neither work for me - HELP!

--
Sara

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 82
Default Changing n/a to zero

No it wasn't that, I finally managed to work it out it's:
=IF(ISNA(VLOOKUP(F14,IntWE4Oct,2,FALSE)),0,VLOOKUP (F14,IntWE4Oct,2,"FALSE"))

--
Sara


"Barb Reinhardt" wrote:

I just noticed. Take the " out after FALSE and try it again.
--
HTH,
Barb Reinhardt



"Sara" wrote:

Syetem just tells me that it doesn't like the formula - no reason given
--
Sara


"Barb Reinhardt" wrote:

They look good to me. What doesn't work?
--
HTH,
Barb Reinhardt



"Sara" wrote:

I have Excel 2000 & have followed previous thread suggestions of:

=IF(ISNA(VLOOKUP(F14,IntWE4Oct,2,FALSE),0,VLOOKUP( F14,IntWE4Oct,2,FALSE"))

and

=IF(ISNA(VLOOKUP(F14,IntWE4Oct,2,FALSE)"",VLOOKUP( F14,IntWE4Oct,2,FALSE"))

and neither work for me - HELP!

--
Sara



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Changing n/a to zero

As a matter of interest, why the text string "FALSE" as the final argument
for the second VLOOKUP, instead of the Boolean FALSE which you had as the
final argument for the first VLOOKUP?
Your original formulae did, of course, have mismatched parentheses which you
have now corrected.
--
David Biddulph

"Sara" wrote in message
...
No it wasn't that, I finally managed to work it out it's:
=IF(ISNA(VLOOKUP(F14,IntWE4Oct,2,FALSE)),0,VLOOKUP (F14,IntWE4Oct,2,"FALSE"))


"Barb Reinhardt" wrote:

I just noticed. Take the " out after FALSE and try it again.


"Sara" wrote:

Syetem just tells me that it doesn't like the formula - no reason given


"Barb Reinhardt" wrote:

They look good to me. What doesn't work?


"Sara" wrote:

I have Excel 2000 & have followed previous thread suggestions of:


=IF(ISNA(VLOOKUP(F14,IntWE4Oct,2,FALSE),0,VLOOKUP( F14,IntWE4Oct,2,FALSE"))

and

=IF(ISNA(VLOOKUP(F14,IntWE4Oct,2,FALSE)"",VLOOKUP( F14,IntWE4Oct,2,FALSE"))

and neither work for me - HELP!

--
Sara



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
Changing - to () Sarah Excel Worksheet Functions 13 October 17th 07 04:21 PM
Changing the TAB key Kenjack Excel Discussion (Misc queries) 1 July 18th 07 04:58 PM
Changing Max Antonio Excel Worksheet Functions 3 May 10th 06 12:36 AM
changing a cell to changing the link Jared Excel Worksheet Functions 7 May 8th 06 08:41 AM
Changing format of number without changing the value sweetsue516 Excel Discussion (Misc queries) 2 August 22nd 05 04:07 PM


All times are GMT +1. The time now is 01:58 AM.

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"