#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 454
Default Lookup Q

How can I achieve the following:-

I wish to see if a value in a column is within another column but only
if the value in a 2nd column is greater than Zero, if it is there and
greater than Zero return "Issue", otherwise ""

The value I wish to look for is in Col A Sheet1
The target 1st Column is Col A Sheet2
The target 2nd Column is Col S Sheet2

I wish to display the Result in Col C Sheet1


Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 62
Default Lookup Q

On Jun 17, 6:10*pm, Sean wrote:
How can I achieve the following:-

I wish to see if a value in a column is within another column but only
if the value in a 2nd column is greater than Zero, if it is there and
greater than Zero return "Issue", otherwise ""

The value I wish to look for is in Col A Sheet1
The target 1st Column is Col A Sheet2
The target 2nd Column is Col S Sheet2

I wish to display the Result in Col C Sheet1

Thanks


if(iserror(vlookup("lookup_value",range, 2,0)),"value not
there",if(vlookup("lookup_value",range, 2,0)0,"Issue",""))
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 454
Default Lookup Q

Thanks

How does the segment below apply the 1st & 2nd Column range?

The value I wish to look for is in Col A Sheet1 = "Lookup_value"
The target 1st Column is Col A Sheet2 = "Range"
The target 2nd Column is Col S Sheet2 = ?


if(vlookup("lookup_value",range, 2,0)0,"Issue",""))

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 62
Default Lookup Q

On Jun 17, 6:44*pm, Sean wrote:
Thanks

How does the segment below apply the 1st & 2nd Column range?

The value I wish to look for is in Col A Sheet1 = "Lookup_value"
The target 1st Column is Col A Sheet2 = "Range"
The target 2nd Column is Col S Sheet2 = ?

if(vlookup("lookup_value",range, 2,0)0,"Issue",""))


The target 2nd Column is Col S Sheet2 = "2"

Ur vlookup will be sth like
vlookup(A1,Sheet2!$A:$S,19,0)
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
Matrix lookup/mulitple criteria lookup MarkFranklin Excel Discussion (Misc queries) 3 March 31st 08 10:15 AM
Get Cell Address From Lookup (Alternative to Lookup) ryguy7272 Excel Worksheet Functions 12 September 28th 07 10:36 PM
Join 2 Lists - Lookup value in 1 list & use result in 2nd lookup JBush Excel Worksheet Functions 3 January 3rd 07 11:14 PM
Sumproduct - Condition based on lookup of a Lookup Hari Excel Discussion (Misc queries) 12 May 31st 06 09:28 AM
Pivot table doing a lookup without using the lookup function? NGASGELI Excel Discussion (Misc queries) 0 August 2nd 05 05:08 AM


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