Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 829
Default 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)))

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
ISNA Formula returning "False" instead of value Picman Excel Worksheet Functions 4 June 24th 09 06:30 PM
My exact "text" statement is returning a value of 0 for false?? sharrison Excel Discussion (Misc queries) 1 May 29th 08 04:10 PM
vlookup if statement returning a "false" answer. inthestands Excel Worksheet Functions 2 September 20th 07 11:36 PM
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next BCB New Users to Excel 7 May 13th 06 10:02 PM
Formula Returning "FALSE" Joe Gieder Excel Worksheet Functions 2 May 2nd 06 09:16 PM


All times are GMT +1. The time now is 02:45 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"