mohdamir1989
New Member
- Joined
- Oct 17, 2017
- Messages
- 42
Hi All,
I am trying to achieve a simple logic. Tried to search over google and forum before asking but couldn't get anyway near.
I am currently using below formula which is working fine but need to manually delete extra rows to obtain conditions.
(In Table) =IFERROR(VLOOKUP([@[Mobile Number]]+120000000000,Worksheet[[#All],[Column2]:[Reply]],5,0),"")
(Just for clarification Without Table) =IFERROR(VLOOKUP(X2+120000000000,Sheet1!B:F,5,0),"")
I want vLookup to work only if value is equal to "Y" or "N" and ignore all other values in that column (From where the results are being pulled).
Is it possible by anyway?
Thanking in anticipation.
Best Regards
Amir
I am trying to achieve a simple logic. Tried to search over google and forum before asking but couldn't get anyway near.
I am currently using below formula which is working fine but need to manually delete extra rows to obtain conditions.
(In Table) =IFERROR(VLOOKUP([@[Mobile Number]]+120000000000,Worksheet[[#All],[Column2]:[Reply]],5,0),"")
(Just for clarification Without Table) =IFERROR(VLOOKUP(X2+120000000000,Sheet1!B:F,5,0),"")
I want vLookup to work only if value is equal to "Y" or "N" and ignore all other values in that column (From where the results are being pulled).
Is it possible by anyway?
Thanking in anticipation.
Best Regards
Amir