Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.jp.officexp.excel
external usenet poster
 
Posts: 1
Default VLOOKUP Problem

I have a workbook with 4 tables: times1, times2 & times3 are tables of data
to be referenced. The 4th table named SECURED uses the formula:
"=IF(ISNA(VLOOKUP(TRIM($C53&E$51),times1,1,FALSE)) ,IF(ISNA(VLOOKUP(TRIM($C53
&E$51),times2,1,FALSE)),IF(ISNA(VLOOKUP(TRIM($C53& E$51),times3,1,FALSE)),"Sk
ip","OK")))" to search for a concatenated value of the contents of cells c53
&e51 successively in each of the three tables depending upon whether the
value is found. If the value is missing, the value"Skip" should be
returned, if found, "OK". the above formula returns the value "FALSE".
When trying to reference either 2 of the tables, I can get the desired
result. I'm obviously screwing up the syntax using the 3rd table. After 4
hours of trials, I'm loosing a lot of hair. Any help? If someone sees an
alternate way of doing this, my ego won't suffer at all from some
suggestions.








  #2   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.jp.officexp.excel
external usenet poster
 
Posts: 25
Default VLOOKUP Problem

"ROBERT LANGLEY" wrote in message
...
I have a workbook with 4 tables: times1, times2 & times3 are tables of

data
to be referenced. The 4th table named SECURED uses the formula:

"=IF(ISNA(VLOOKUP(TRIM($C53&E$51),times1,1,FALSE)) ,IF(ISNA(VLOOKUP(TRIM($C53

&E$51),times2,1,FALSE)),IF(ISNA(VLOOKUP(TRIM($C53& E$51),times3,1,FALSE)),"Sk
ip","OK")))" to search for a concatenated value of the contents of cells

c53
&e51 successively in each of the three tables depending upon whether the
value is found. If the value is missing, the value"Skip" should be
returned, if found, "OK". the above formula returns the value "FALSE".
When trying to reference either 2 of the tables, I can get the desired
result. I'm obviously screwing up the syntax using the 3rd table. After

4
hours of trials, I'm loosing a lot of hair. Any help? If someone sees an
alternate way of doing this, my ego won't suffer at all from some
suggestions.


You need to include "value if false" for the outer two IFs:
=IF(ISNA(VLOOKUP(TRIM($C53&E$51),times1,1,FALSE)), IF(ISNA(VLOOKUP(TRIM($C53

&E$51),times2,1,FALSE)),IF(ISNA(VLOOKUP(TRIM($C53& E$51),times3,1,FALSE)),"Sk
ip","OK"),"OK"),"OK")



  #3   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions,microsoft.public.jp.officexp.excel
external usenet poster
 
Posts: 3
Default VLOOKUP Problem

I supporse you need to add value for FALSE to first and second IF function.

"=IF(ISNA(VLOOKUP(TRIM($C53&E$51),times1,1,FALSE)) ,IF(ISNA(VLOOKUP(TRIM($C53
&E$51),times2,1,FALSE)),IF(ISNA(VLOOKUP(TRIM($C53& E$51),times3,1,FALSE)),"Sk
ip","OK3"),"OK2"),"OK1")"

"ROBERT LANGLEY" wrote in message ...
I have a workbook with 4 tables: times1, times2 & times3 are tables of data
to be referenced. The 4th table named SECURED uses the formula:
"=IF(ISNA(VLOOKUP(TRIM($C53&E$51),times1,1,FALSE)) ,IF(ISNA(VLOOKUP(TRIM($C53
&E$51),times2,1,FALSE)),IF(ISNA(VLOOKUP(TRIM($C53& E$51),times3,1,FALSE)),"Sk
ip","OK")))" to search for a concatenated value of the contents of cells c53
&e51 successively in each of the three tables depending upon whether the
value is found. If the value is missing, the value"Skip" should be
returned, if found, "OK". the above formula returns the value "FALSE".
When trying to reference either 2 of the tables, I can get the desired
result. I'm obviously screwing up the syntax using the 3rd table. After 4
hours of trials, I'm loosing a lot of hair. Any help? If someone sees an
alternate way of doing this, my ego won't suffer at all from some
suggestions.








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
Problem with Vlookup Confused Excel Worksheet Functions 10 April 23rd 09 07:20 PM
vlookup problem Alessandro Excel Discussion (Misc queries) 10 January 22nd 08 05:49 PM
VLOOKUP problem yvette Excel Worksheet Functions 7 November 2nd 06 06:31 PM
VLookUP problem Louise Excel Worksheet Functions 4 August 23rd 06 04:41 PM
vlookup problem wiwi[_4_] Excel Programming 1 December 29th 03 05:47 PM


All times are GMT +1. The time now is 09:23 AM.

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

About Us

"It's about Microsoft Excel"