ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula Returning "False" (https://www.excelbanter.com/excel-discussion-misc-queries/345569-formula-returning-false.html)

JPmorgan

Formula Returning "False"
 
=IF(ISNA(IF(C43=99,VLOOKUP(B43,'Endur NA'!D:R,15,FALSE),0)),IF(C43=99,VLOOKUP(B43,'Endur NA'!D:R,15,FALSE),0))

Basically, if the formula looks up C43 and finds 99,then perform the vlookup and the specified tab. If not, return 0 however its returning "FALSE". Any ideas? Thanks in advance.

joeu2004[_2_]

Formula Returning "False"
 
"JPmorgan" wrote:
=IF(ISNA(IF(C43=99,VLOOKUP(B43,'Endur
NA'!D:R,15,FALSE),0)),IF(C43=99,VLOOKUP(B43,'Endur
NA'!D:R,15,FALSE),0))

[....]
If not, return 0 however its returning "FALSE".


Try this:

=IF(C43<99, 0,
IF(ISNA(VLOOKUP(B43,'Endur NA'!D:R,15,FALSE), 0,
VLOOKUP(B43,'Endur NA'!D:R,15,FALSE)))



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

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