ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Changing n/a to zero (https://www.excelbanter.com/excel-discussion-misc-queries/163296-changing-n-zero.html)

sara

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

Barb Reinhardt

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


sara

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


Barb Reinhardt

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


sara

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


David Biddulph[_2_]

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





All times are GMT +1. The time now is 04:10 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com